AnonSec Team
Server IP : 103.11.96.170  /  Your IP : 18.217.108.153
Web Server : Microsoft-IIS/10.0
System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
User : elibrary.unsap.ac.id ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  D:/localhost/../elearning-stmik/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : D:/localhost/../elearning-stmik/../u8620162_ppp.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 21, 2023 at 03:23 PM
-- Server version: 10.5.20-MariaDB-cll-lve
-- PHP Version: 8.1.16

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 */;

--
-- Database: `u8620162_ppp`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_addonlibrary_addons`
--

CREATE TABLE `wp0o_addonlibrary_addons` (
  `id` int(9) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `name` varchar(128) DEFAULT NULL,
  `alias` varchar(128) DEFAULT NULL,
  `addontype` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `templates` mediumtext DEFAULT NULL,
  `config` mediumtext DEFAULT NULL,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text DEFAULT NULL,
  `test_slot2` text DEFAULT NULL,
  `test_slot3` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_addonlibrary_categories`
--

CREATE TABLE `wp0o_addonlibrary_categories` (
  `id` int(9) NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text NOT NULL,
  `type` tinytext DEFAULT NULL,
  `parent_id` int(9) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_commentmeta`
--

CREATE TABLE `wp0o_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_comments`
--

CREATE TABLE `wp0o_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_comments`
--

INSERT INTO `wp0o_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2023-07-09 14:58:00', '2023-07-09 14:58:00', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.', 0, 'post-trashed', '', 'comment', 0, 0),
(2, 2, 'sdsd', 'sdsd@gmail.com', '', '202.46.68.62', '2023-07-14 18:15:28', '2023-07-14 18:15:28', 'dfjkdsfjjskdfjskdf', 0, '1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_e_events`
--

CREATE TABLE `wp0o_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_links`
--

CREATE TABLE `wp0o_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_litespeed_url`
--

CREATE TABLE `wp0o_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_litespeed_url`
--

INSERT INTO `wp0o_litespeed_url` (`id`, `url`, `cache_tags`) VALUES
(1, '404', ''),
(2, 'https://demo.unsap.ac.id', ''),
(3, 'https://demo.unsap.ac.id/blog', ''),
(4, 'https://demo.unsap.ac.id/tag/ecology', ''),
(5, 'https://demo.unsap.ac.id/category/uncategorized', ''),
(6, 'https://demo.unsap.ac.id/category/management', ''),
(7, 'https://demo.unsap.ac.id/sample-page', ''),
(8, 'https://demo.unsap.ac.id/about', ''),
(9, 'https://demo.unsap.ac.id/contact', ''),
(10, 'https://demo.unsap.ac.id/category/ecology', ''),
(11, 'https://demo.unsap.ac.id/category/trees', ''),
(12, 'https://demo.unsap.ac.id/category/eco-system', ''),
(13, 'https://demo.unsap.ac.id/tag/trees', ''),
(14, 'https://demo.unsap.ac.id/tag/plan', ''),
(15, 'https://demo.unsap.ac.id/tag/plans', ''),
(16, 'https://demo.unsap.ac.id/tag/management', ''),
(17, 'https://demo.unsap.ac.id/category/nature', ''),
(18, 'https://demo.unsap.ac.id/tag/recycling', ''),
(19, 'https://demo.unsap.ac.id/tag/enviroment', ''),
(20, 'https://demo.unsap.ac.id/tag/tree', ''),
(21, 'https://demo.unsap.ac.id/tag/power', ''),
(22, 'https://demo.unsap.ac.id/category/enviroment', ''),
(23, 'https://demo.unsap.ac.id/author/admin', ''),
(24, 'https://demo.unsap.ac.id/our-mission', ''),
(25, 'https://demo.unsap.ac.id/tag/plants', ''),
(26, 'https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm', ''),
(27, 'https://demo.unsap.ac.id/category/places', ''),
(28, 'https://demo.unsap.ac.id/tag/planning', ''),
(29, 'https://demo.unsap.ac.id/tag/eco', ''),
(30, 'https://demo.unsap.ac.id/tag/recycle', ''),
(31, 'https://demo.unsap.ac.id/tag/nature', ''),
(32, 'https://demo.unsap.ac.id/profile', ''),
(33, 'https://demo.unsap.ac.id/area-pendukung', ''),
(34, 'https://demo.unsap.ac.id/category/program', ''),
(35, 'https://demo.unsap.ac.id/2023/07', ''),
(36, 'https://demo.unsap.ac.id/2023/07/09', ''),
(37, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2', ''),
(38, 'https://demo.unsap.ac.id/galeri', ''),
(39, 'https://demo.unsap.ac.id/informasi', ''),
(40, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum', ''),
(41, 'https://demo.unsap.ac.id/2023/07/09/baner-2', ''),
(42, 'https://demo.unsap.ac.id/2023/07/09/baner-4', ''),
(43, 'https://demo.unsap.ac.id/2023/07/09/baner-3', ''),
(44, 'https://demo.unsap.ac.id/2023/07/09/baner-1', ''),
(45, 'https://demo.unsap.ac.id/home', ''),
(46, 'https://demo.unsap.ac.id/slider', ''),
(47, 'https://demo.unsap.ac.id/my-profile', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_litespeed_url_file`
--

CREATE TABLE `wp0o_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `expired` int(11) NOT NULL DEFAULT 0,
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_nextend2_image_storage`
--

CREATE TABLE `wp0o_nextend2_image_storage` (
  `id` int(11) NOT NULL,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_nextend2_image_storage`
--

INSERT INTO `wp0o_nextend2_image_storage` (`id`, `hash`, `image`, `value`) VALUES
(1, 'dd951194d701107d9abb57182cc8f63d', 'https://smartslider3.com/wp-content/uploads/slider424/slide1.png', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(2, 'c4307c2cb0e1e7ed111429e405631f9f', 'https://smartslider3.com/wp-content/uploads/slider424/slide2.png', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(3, 'c5e260da4fe24f58f07588f31a80c73a', '$upload$/slider2/background.png', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlIjp7ImltYWdlIjoiIiwic2l6ZSI6IjB8KnwwIn0sImRlc2t0b3AiOnsic2l6ZSI6IjB8KnwwIn0sInRhYmxldC1yZXRpbmEiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(4, '073432f683547d62f9d0e6608b2624d5', '$upload$/2023/07/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(5, '7d5fed07ab7ea8fe9111d71a74b9d167', '$upload$/2023/07/3-scaled.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_nextend2_section_storage`
--

CREATE TABLE `wp0o_nextend2_section_storage` (
  `id` int(11) NOT NULL,
  `application` varchar(20) NOT NULL,
  `section` varchar(128) NOT NULL,
  `referencekey` varchar(128) NOT NULL,
  `value` mediumtext NOT NULL,
  `isSystem` int(11) NOT NULL DEFAULT 0,
  `editable` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_nextend2_section_storage`
--

INSERT INTO `wp0o_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `isSystem`, `editable`) VALUES
(10000, 'smartslider', 'settings', '', '{\"n2_ss3_version\":\"3.5.1.17\\/b:release-3.5.1.17\\/r:84052299f26fb055b609c15db750e1462248c65a\"}', 0, 1),
(10117, 'smartslider', 'free', 'dismissNewsletterSampleSliders', '1', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_nextend2_smartslider3_generators`
--

CREATE TABLE `wp0o_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_nextend2_smartslider3_sliders`
--

CREATE TABLE `wp0o_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL,
  `alias` text DEFAULT NULL,
  `title` text NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `slider_status` varchar(50) NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_nextend2_smartslider3_sliders`
--

INSERT INTO `wp0o_nextend2_smartslider3_sliders` (`id`, `alias`, `title`, `type`, `params`, `slider_status`, `time`, `thumbnail`, `ordering`) VALUES
(1, NULL, 'Tutorial Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}', 'published', '2020-02-25 13:53:41', 'https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png', 1),
(2, NULL, 'Free Marketplace', 'block', '{\"widget-shadow-position-mode\":\"simple\",\"widget-shadow-position-area\":12,\"widget-shadow-position-stack\":3,\"widget-shadow-shadow-image\":\"\",\"widget-shadow-shadow\":\"dark.png\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-code\":\"\",\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch-scroll\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"700\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"0\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-display-mobileportrait\":\"0\",\"widget-shadow-display-mobilelandscape\":\"0\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"loading-type\":\"\",\"delay\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"optimize-webp\":\"1\",\"optimize-quality\":\"70\",\"optimize-scale\":\"1\",\"optimize-slide-width-normal\":\"1920\",\"optimize-slide-width-tablet\":\"1200\",\"optimize-slide-height-tablet\":\"0\",\"optimize-slide-width-mobile\":\"500\",\"optimize-slide-height-mobile\":\"0\",\"optimize-slide-width-retina\":\"0\",\"optimize-thumbnail-scale\":\"1\",\"optimize-thumbnail-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-webp\":\"1\",\"layer-image-optimize-quality\":\"70\",\"layer-image-optimize\":\"1\",\"layer-image-width-normal\":\"1400\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-width-retina\":\"0\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"optimize-slider-webp\":\"0\",\"optimize-slider-quality\":\"70\",\"optimize-slider-scale\":\"0\",\"optimize-slider-width-normal\":\"1920\",\"optimize-slider-width-tablet\":\"1200\",\"optimize-slider-height-tablet\":\"0\",\"optimize-slider-width-mobile\":\"500\",\"optimize-slider-height-mobile\":\"0\",\"slides-background-video-mobile\":\"1\",\"backgroundMode\":\"fill\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"is-delayed\":\"0\",\"legacy-font-scale\":\"0\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}', 'published', '2023-07-09 17:33:19', '$upload$/slider2/sliderthumbnail-2.png', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_nextend2_smartslider3_sliders_xref`
--

CREATE TABLE `wp0o_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_nextend2_smartslider3_sliders_xref`
--

INSERT INTO `wp0o_nextend2_smartslider3_sliders_xref` (`group_id`, `slider_id`, `ordering`) VALUES
(0, 2, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_nextend2_smartslider3_slides`
--

CREATE TABLE `wp0o_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL,
  `title` text DEFAULT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext DEFAULT NULL,
  `description` text NOT NULL,
  `thumbnail` text DEFAULT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_nextend2_smartslider3_slides`
--

INSERT INTO `wp0o_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(1, 'Slide Background', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 1, 0),
(2, 'Build & Design', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 2, 0),
(3, 'Slide', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-115ebbdb3da08\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-19b000265ba67\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1dc66901c7568\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":null,\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Selamat Datang di Website\",\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"27||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"DM Sans,Arial\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"capitalize\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":null,\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"ppp mULYA\",\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"62||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"DM Sans,Arial\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"id\":\"\",\"uniqueclass\":\"n-uc-ZUln5nhV2Yv8\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Button\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Login Area Pendukung\",\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"16||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"DM Sans,Arial\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1f40b2ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"5cba3cff\\\",\\\"opacity\\\":\\\"100\\\",\\\"padding\\\":\\\"1|*|2.2|*|1|*|2.2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"99\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\",\\\"boxshadow\\\":\\\"0|*|2|*|10|*|0|*|00000021\\\"}]}\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-175bbf541cda5\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"n-uc-8HXPNzA3Gk3C\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"adaptivefont\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/2023/07/IMG-20230707-WA0050.jpg\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]},{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1422094636c88\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1ee8794ac4b8a\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"colwidth\":\"1/2\",\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-19d117d3a0860\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"colwidth\":\"1/2\",\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[]}]}]}]', '', '$upload$/slider2/slidethumbnail-2.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|10|*|10|*|10\",\"mobileportraitpadding\":\"20|*|10|*|20|*|10\",\"record-slides\":0,\"thumbnailAlt\":\"\",\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"aria-label\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffffcc\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundImage\":\"$upload$/2023/07/3-scaled.jpg\",\"backgroundFocusX\":100,\"backgroundFocusY\":16,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"backgroundBlurFit\":7,\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.5.1.17\"}', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_options`
--

CREATE TABLE `wp0o_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_options`
--

INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://demo.unsap.ac.id/', 'yes'),
(2, 'home', 'https://demo.unsap.ac.id/', 'yes'),
(3, 'blogname', 'pppmulya', 'yes'),
(4, 'blogdescription', 'My WordPress Blog', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@dev.unsap.ac.id', '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', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:167:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:57:\"portfolio-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?rara_portfolio_categories=$matches[1]&feed=$matches[2]\";s:52:\"portfolio-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?rara_portfolio_categories=$matches[1]&feed=$matches[2]\";s:33:\"portfolio-category/(.+?)/embed/?$\";s:58:\"index.php?rara_portfolio_categories=$matches[1]&embed=true\";s:45:\"portfolio-category/(.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?rara_portfolio_categories=$matches[1]&paged=$matches[2]\";s:27:\"portfolio-category/(.+?)/?$\";s:47:\"index.php?rara_portfolio_categories=$matches[1]\";s:38:\"ha_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"ha_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"ha_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"ha_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"ha_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"ha_library/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"ha_library/([^/]+)/embed/?$\";s:43:\"index.php?ha_library=$matches[1]&embed=true\";s:31:\"ha_library/([^/]+)/trackback/?$\";s:37:\"index.php?ha_library=$matches[1]&tb=1\";s:39:\"ha_library/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ha_library=$matches[1]&paged=$matches[2]\";s:46:\"ha_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ha_library=$matches[1]&cpage=$matches[2]\";s:35:\"ha_library/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?ha_library=$matches[1]&page=$matches[2]\";s:27:\"ha_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"ha_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"ha_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"ha_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"ha_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"ha_library/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:47:\"index.php?rara-portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:41:\"index.php?rara-portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?rara-portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?rara-portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?rara-portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:22:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:35:\"classic-widgets/classic-widgets.php\";i:3;s:33:\"elementor-beta/elementor-beta.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:37:\"elementskit-lite/elementskit-lite.php\";i:6;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:7;s:35:\"google-site-kit/google-site-kit.php\";i:8;s:33:\"happy-elementor-addons/plugin.php\";i:9;s:23:\"icon-list/icon-list.php\";i:11;s:61:\"magical-addons-for-elementor/magical-addons-for-elementor.php\";i:12;s:47:\"magical-posts-display/magical-posts-display.php\";i:13;s:43:\"raratheme-companion/raratheme-companion.php\";i:14;s:37:\"royal-elementor-addons/wpr-addons.php\";i:15;s:33:\"smart-slider-3/smart-slider-3.php\";i:16;s:38:\"u-shortcodes/university-shortcodes.php\";i:17;s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";i:18;s:24:\"wordpress-seo/wp-seo.php\";i:19;s:39:\"wp-comment-fields/wp-comment-fields.php\";i:20;s:39:\"wp-file-manager/file_folder_manager.php\";i:21;s:31:\"wp-menu-icons/wp-menu-icons.php\";i:22;s:31:\"wpdiscuz/class.WpdiscuzCore.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', '', 'no'),
(40, 'template', 'cvee', 'yes'),
(41, 'stylesheet', 'cvee', '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', '53496', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:2:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";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', '2', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '214', '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', '1704466680', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp0o_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:78:{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:20:\"wpseo_manage_options\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"read_wpdiscuz_form\";b:1;s:19:\"read_wpdiscuz_forms\";b:1;s:18:\"edit_wpdiscuz_form\";b:1;s:19:\"edit_wpdiscuz_forms\";b:1;s:26:\"edit_others_wpdiscuz_forms\";b:1;s:29:\"edit_published_wpdiscuz_forms\";b:1;s:22:\"publish_wpdiscuz_forms\";b:1;s:20:\"delete_wpdiscuz_form\";b:1;s:21:\"delete_wpdiscuz_forms\";b:1;s:28:\"delete_others_wpdiscuz_forms\";b:1;s:29:\"delete_private_wpdiscuz_forms\";b:1;s:31:\"delete_published_wpdiscuz_forms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:11:\"frontpage-1\";a:1:{i:0;s:27:\"cvee_education_one_widget-3\";}s:18:\"smartslider_area_1\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:11:{i:1689929134;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:1689940529;a:1:{s:20:\"put_do_weekly_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1689951480;a:5:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1689954334;a:2:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1689955247;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1689955353;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1689955357;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1689956233;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:1690048417;a:1:{s:33:\"wpdiscuz_delete_unattached_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:43:\"wpdiscuz_delete_unattached_images_every_48h\";s:4:\"args\";a:0:{}s:8:\"interval\";i:172800;}}}i:1690210680;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:512;s:6:\"height\";i:512;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:251;s:3:\"url\";s:83:\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg\";s:5:\"title\";s:0:\"\";}}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'recovery_keys', 'a:0:{}', 'yes'),
(121, 'theme_mods_twentytwentythree', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(123, 'litespeed.conf.__activation', '-1', 'yes'),
(124, 'litespeed.purge.queue', '-1', 'yes'),
(125, 'litespeed.purge.queue2', '-1', 'yes'),
(126, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:5:\"20.11\";}', 'yes'),
(127, 'pagelayer_version', '1.7.5', 'yes'),
(128, 'pagelayer_options', 'a:0:{}', 'yes'),
(129, 'pagelayer_promo_time', '1689003571', 'yes'),
(130, 'popularfx_version', '1.2.3', 'yes'),
(131, 'wpseo', 'a:105:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:20:\"taxonomy_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:5:\"20.11\";s:16:\"previous_version\";s:5:\"20.10\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1687707571;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:24:\"https://demo.unsap.ac.id\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:4:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:25:\"rara_portfolio_categories\";s:18:\"portfolio-category\";s:17:\"wpr_template_type\";s:17:\"wpr_template_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:12:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:14:\"e-landing-page\";i:4;s:17:\"elementor_library\";i:5;s:19:\"elementskit_content\";i:6;s:20:\"elementskit_template\";i:7;s:18:\"elementskit_widget\";i:8;s:10:\"ha_library\";i:9;s:14:\"rara-portfolio\";i:10;s:13:\"wpr_templates\";i:11;s:13:\"wpr_mega_menu\";}s:28:\"last_known_public_taxonomies\";a:4:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:25:\"rara_portfolio_categories\";}s:23:\"last_known_no_unindexed\";a:4:{s:31:\"wpseo_unindexed_post_link_count\";i:1689346099;s:31:\"wpseo_unindexed_term_link_count\";i:1689346099;s:40:\"wpseo_total_unindexed_post_type_archives\";i:1689346099;s:35:\"wpseo_total_unindexed_general_items\";i:1689346099;}s:14:\"new_post_types\";a:1:{i:9;s:14:\"rara-portfolio\";}s:14:\"new_taxonomies\";a:1:{i:3;s:25:\"rara_portfolio_categories\";}s:34:\"show_new_content_type_notification\";b:1;}', 'yes'),
(132, 'wpseo_titles', 'a:110:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'yes'),
(133, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}', 'yes'),
(134, 'pagelayer-copyright', '© 2023 My Blog | <a href=\"https://popularfx.com\">PopularFX Theme</a>', 'yes'),
(135, 'pagelayer_import_images_epm', 'no', 'yes'),
(143, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(144, 'pagelayer_body_typography', 'a:4:{s:11:\"font-family\";s:7:\"Raleway\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#0f0c0cf5\";}', 'yes'),
(145, 'pagelayer_body_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"15\";}', 'yes'),
(146, 'pagelayer_body_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"15\";}', 'yes'),
(147, 'pagelayer_header_css_tablet', 'a:1:{s:9:\"font-size\";s:2:\"16\";}', 'yes'),
(148, 'pagelayer_header_css_mobile', 'a:1:{s:9:\"font-size\";s:2:\"16\";}', 'yes'),
(149, 'pagelayer_main_css', 'a:1:{s:16:\"background-color\";s:9:\"#ffffffff\";}', 'yes'),
(150, 'pagelayer_p_css', 'a:4:{s:11:\"font-family\";s:7:\"Raleway\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#070606ff\";}', 'yes'),
(151, 'pagelayer_p_css_tablet', 'a:1:{s:9:\"font-size\";s:2:\"15\";}', 'yes'),
(152, 'pagelayer_p_css_mobile', 'a:1:{s:9:\"font-size\";s:2:\"15\";}', 'yes'),
(153, 'pagelayer_a_css', 'a:2:{s:20:\"text-decoration-line\";s:4:\"none\";s:5:\"color\";s:9:\"#0c0d0dff\";}', 'yes'),
(154, 'pagelayer_a-hover_css', 'a:1:{s:5:\"color\";s:9:\"#000000ff\";}', 'yes'),
(155, 'pagelayer_h1_typography', 'a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:2:\"60\";s:5:\"color\";s:9:\"#050506ff\";}', 'yes'),
(156, 'pagelayer_h1_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"45\";}', 'yes'),
(157, 'pagelayer_h1_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"40\";}', 'yes'),
(158, 'pagelayer_h2_typography', 'a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:2:\"45\";s:5:\"color\";s:9:\"#000000ff\";}', 'yes'),
(159, 'pagelayer_h2_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"30\";}', 'yes'),
(160, 'pagelayer_h2_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"30\";}', 'yes'),
(161, 'pagelayer_h3_typography', 'a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:2:\"40\";s:5:\"color\";s:9:\"#000000ff\";}', 'yes'),
(162, 'pagelayer_h3_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"25\";}', 'yes'),
(163, 'pagelayer_h3_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"25\";}', 'yes'),
(164, 'pagelayer_h4_typography', 'a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:2:\"35\";s:5:\"color\";s:9:\"#060709ff\";}', 'yes'),
(165, 'pagelayer_h4_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"22\";}', 'yes'),
(166, 'pagelayer_h4_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"20\";}', 'yes'),
(167, 'pagelayer_h5_typography', 'a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:2:\"30\";s:5:\"color\";s:9:\"#000000ff\";}', 'yes'),
(168, 'pagelayer_h5_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"20\";}', 'yes'),
(169, 'pagelayer_h5_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"20\";}', 'yes'),
(170, 'pagelayer_h6_typography', 'a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:2:\"28\";s:5:\"color\";s:9:\"#030404ff\";}', 'yes'),
(171, 'pagelayer_h6_typography_tablet', 'a:1:{s:9:\"font-size\";s:2:\"18\";}', 'yes'),
(172, 'pagelayer_h6_typography_mobile', 'a:1:{s:9:\"font-size\";s:2:\"18\";}', 'yes'),
(173, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(174, 'pagelayer_theme_epm_imported', '1688917176', 'yes'),
(175, 'pagelayer_template_product_fix', '0', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(176, 'theme_mods_popularfx', 'a:5:{s:18:\"popularfx_template\";s:3:\"epm\";s:18:\"custom_css_post_id\";i:-1;s:20:\"popularfx_show_promo\";i:1689004953;s:25:\"popularfx_getting_started\";i:1688919758;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1688920424;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\";}}}}', 'yes'),
(178, '_transient_googlesitekit_verification_meta_tags', 'a:0:{}', 'yes'),
(179, 'https_detection_errors', 'a:0:{}', 'yes'),
(180, '_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.2.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.2.2\";s:7:\"version\";s:5:\"6.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1689908734;s:15:\"version_checked\";s:5:\"6.2.2\";s:12:\"translations\";a:0:{}}', 'no'),
(187, 'external_updates-popularfx-templates', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1689355193;s:14:\"checkedVersion\";s:5:\"1.2.3\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:19:\"popularfx-templates\";s:7:\"version\";s:5:\"1.2.3\";s:8:\"homepage\";s:22:\"https://popularfx.com/\";s:6:\"tested\";s:3:\"5.4\";s:12:\"download_url\";s:54:\"https://a.softaculous.com/popularfx/update2.php?give=1\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:43:\"popularfx-templates/popularfx-templates.php\";s:12:\"translations\";a:0:{}}}', 'no'),
(189, 'litespeed.cloud._summary', '{\"curr_request.ver\":0,\"last_request.ver\":1689873559}', 'yes'),
(191, 'litespeed.conf.hash', '9vtG9rThbsgF2rFjUAZ3IGkNrkXLcLdR', 'yes'),
(192, 'litespeed.conf.auto_upgrade', '1', 'yes'),
(193, 'litespeed.conf.api_key', '', 'yes'),
(194, 'litespeed.conf.server_ip', '', 'yes'),
(195, 'litespeed.conf.guest', '1', 'yes'),
(196, 'litespeed.conf.guest_optm', '1', 'yes'),
(197, 'litespeed.conf.news', '', 'yes'),
(198, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]', 'yes'),
(199, 'litespeed.conf.guest_ips', '[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]', 'yes'),
(200, 'litespeed.conf.cache', '1', 'yes'),
(201, 'litespeed.conf.cache-priv', '1', 'yes'),
(202, 'litespeed.conf.cache-commenter', '1', 'yes'),
(203, 'litespeed.conf.cache-rest', '1', 'yes'),
(204, 'litespeed.conf.cache-page_login', '1', 'yes'),
(205, 'litespeed.conf.cache-favicon', '1', 'yes'),
(206, 'litespeed.conf.cache-resources', '1', 'yes'),
(207, 'litespeed.conf.cache-mobile', '1', 'yes'),
(208, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'yes'),
(209, 'litespeed.conf.cache-browser', '', 'yes'),
(210, 'litespeed.conf.cache-exc_useragents', '[]', 'yes'),
(211, 'litespeed.conf.cache-exc_cookies', '[]', 'yes'),
(212, 'litespeed.conf.cache-exc_qs', '[]', 'yes'),
(213, 'litespeed.conf.cache-exc_cat', '[]', 'yes'),
(214, 'litespeed.conf.cache-exc_tag', '[]', 'yes'),
(215, 'litespeed.conf.cache-force_uri', '[]', 'yes'),
(216, 'litespeed.conf.cache-force_pub_uri', '[]', 'yes'),
(217, 'litespeed.conf.cache-priv_uri', '[]', 'yes'),
(218, 'litespeed.conf.cache-exc', '[]', 'yes'),
(219, 'litespeed.conf.cache-exc_roles', '[]', 'yes'),
(220, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'yes'),
(221, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'),
(222, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'),
(223, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'),
(224, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'),
(225, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'),
(226, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'),
(227, 'litespeed.conf.cache-ttl_status', '[\"403 3600\",\"404 3600\",\"500 3600\"]', 'yes'),
(228, 'litespeed.conf.cache-login_cookie', '', 'yes'),
(229, 'litespeed.conf.cache-vary_group', '[]', 'yes'),
(230, 'litespeed.conf.purge-upgrade', '1', 'yes'),
(231, 'litespeed.conf.purge-stale', '', 'yes'),
(232, 'litespeed.conf.purge-post_all', '', 'yes'),
(233, 'litespeed.conf.purge-post_f', '1', 'yes'),
(234, 'litespeed.conf.purge-post_h', '1', 'yes'),
(235, 'litespeed.conf.purge-post_p', '1', 'yes'),
(236, 'litespeed.conf.purge-post_pwrp', '1', 'yes'),
(237, 'litespeed.conf.purge-post_a', '1', 'yes'),
(238, 'litespeed.conf.purge-post_y', '', 'yes'),
(239, 'litespeed.conf.purge-post_m', '1', 'yes'),
(240, 'litespeed.conf.purge-post_d', '', 'yes'),
(241, 'litespeed.conf.purge-post_t', '1', 'yes'),
(242, 'litespeed.conf.purge-post_pt', '1', 'yes'),
(243, 'litespeed.conf.purge-timed_urls', '[]', 'yes'),
(244, 'litespeed.conf.purge-timed_urls_time', '', 'yes'),
(245, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'yes'),
(246, 'litespeed.conf.esi', '', 'yes'),
(247, 'litespeed.conf.esi-cache_admbar', '1', 'yes'),
(248, 'litespeed.conf.esi-cache_commform', '1', 'yes'),
(249, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'yes'),
(250, 'litespeed.conf.util-instant_click', '', 'yes'),
(251, 'litespeed.conf.util-no_https_vary', '', 'yes'),
(252, 'litespeed.conf.debug-disable_all', '', 'yes'),
(253, 'litespeed.conf.debug', '', 'yes'),
(254, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'yes'),
(255, 'litespeed.conf.debug-level', '', 'yes'),
(256, 'litespeed.conf.debug-filesize', '3', 'yes'),
(257, 'litespeed.conf.debug-cookie', '', 'yes'),
(258, 'litespeed.conf.debug-collaps_qs', '', 'yes'),
(259, 'litespeed.conf.debug-inc', '[]', 'yes'),
(260, 'litespeed.conf.debug-exc', '[]', 'yes'),
(261, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'),
(262, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'),
(263, 'litespeed.conf.optm-css_min', '1', 'yes'),
(264, 'litespeed.conf.optm-css_comb', '', 'yes'),
(265, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'),
(266, 'litespeed.conf.optm-ucss', '1', 'yes'),
(267, 'litespeed.conf.optm-ucss_inline', '1', 'yes'),
(268, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'),
(269, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'),
(270, 'litespeed.conf.optm-css_exc', '[]', 'yes'),
(271, 'litespeed.conf.optm-js_min', '1', 'yes'),
(272, 'litespeed.conf.optm-js_comb', '', 'yes'),
(273, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'yes'),
(274, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'yes'),
(275, 'litespeed.conf.optm-html_min', '1', 'yes'),
(276, 'litespeed.conf.optm-html_lazy', '[]', 'yes'),
(277, 'litespeed.conf.optm-qs_rm', '', 'yes'),
(278, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'),
(279, 'litespeed.conf.optm-css_async', '', 'yes'),
(280, 'litespeed.conf.optm-ccss_per_url', '', 'yes'),
(281, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'yes'),
(282, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'yes'),
(283, 'litespeed.conf.optm-css_async_inline', '1', 'yes'),
(284, 'litespeed.conf.optm-css_font_display', '', 'yes'),
(285, 'litespeed.conf.optm-js_defer', '', 'yes'),
(286, 'litespeed.conf.optm-emoji_rm', '', 'yes'),
(287, 'litespeed.conf.optm-noscript_rm', '', 'yes'),
(288, 'litespeed.conf.optm-ggfonts_async', '', 'yes'),
(289, 'litespeed.conf.optm-exc_roles', '[]', 'yes'),
(290, 'litespeed.conf.optm-ccss_con', '', 'yes'),
(291, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'yes'),
(292, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'),
(293, 'litespeed.conf.optm-dns_prefetch', '[]', 'yes'),
(294, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'),
(295, 'litespeed.conf.optm-exc', '[]', 'yes'),
(296, 'litespeed.conf.optm-guest_only', '1', 'yes'),
(297, 'litespeed.conf.object', '', 'yes'),
(298, 'litespeed.conf.object-kind', '', 'yes'),
(299, 'litespeed.conf.object-host', 'localhost', 'yes'),
(300, 'litespeed.conf.object-port', '11211', 'yes'),
(301, 'litespeed.conf.object-life', '360', 'yes'),
(302, 'litespeed.conf.object-persistent', '1', 'yes'),
(303, 'litespeed.conf.object-admin', '1', 'yes'),
(304, 'litespeed.conf.object-transients', '1', 'yes'),
(305, 'litespeed.conf.object-db_id', '0', 'yes'),
(306, 'litespeed.conf.object-user', '', 'yes'),
(307, 'litespeed.conf.object-pswd', '', 'yes'),
(308, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'yes'),
(309, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'yes'),
(310, 'litespeed.conf.discuss-avatar_cache', '', 'yes'),
(311, 'litespeed.conf.discuss-avatar_cron', '', 'yes'),
(312, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'),
(313, 'litespeed.conf.optm-localize', '', 'yes'),
(314, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/www.google.com\\/recaptcha\\/api.js\",\"https:\\/\\/www.google-analytics.com\\/analytics.js\",\"https:\\/\\/www.googletagmanager.com\\/gtm.js\",\"https:\\/\\/www.googletagservices.com\\/tag\\/js\\/gpt.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'yes'),
(315, 'litespeed.conf.media-lazy', '1', 'yes'),
(316, 'litespeed.conf.media-lazy_placeholder', '', 'yes'),
(317, 'litespeed.conf.media-placeholder_resp', '', 'yes'),
(318, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'),
(319, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'yes'),
(320, 'litespeed.conf.media-lqip', '', 'yes'),
(321, 'litespeed.conf.media-lqip_qual', '4', 'yes'),
(322, 'litespeed.conf.media-lqip_min_w', '150', 'yes'),
(323, 'litespeed.conf.media-lqip_min_h', '150', 'yes'),
(324, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'),
(325, 'litespeed.conf.media-iframe_lazy', '', 'yes'),
(326, 'litespeed.conf.media-add_missing_sizes', '', 'yes'),
(327, 'litespeed.conf.media-lazy_exc', '[]', 'yes'),
(328, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'yes'),
(329, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'yes'),
(330, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'yes'),
(331, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'yes'),
(332, 'litespeed.conf.media-lazy_uri_exc', '[]', 'yes'),
(333, 'litespeed.conf.media-lqip_exc', '[]', 'yes'),
(334, 'litespeed.conf.img_optm-auto', '', 'yes'),
(335, 'litespeed.conf.img_optm-cron', '1', 'yes'),
(336, 'litespeed.conf.img_optm-ori', '1', 'yes'),
(337, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'),
(338, 'litespeed.conf.img_optm-webp', '1', 'yes'),
(339, 'litespeed.conf.img_optm-lossless', '', 'yes'),
(340, 'litespeed.conf.img_optm-exif', '1', 'yes'),
(341, 'litespeed.conf.img_optm-webp_replace', '', 'yes'),
(342, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"video.poster\"]', 'yes'),
(343, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'),
(344, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'),
(345, 'litespeed.conf.crawler', '', 'yes'),
(346, 'litespeed.conf.crawler-usleep', '500', 'yes'),
(347, 'litespeed.conf.crawler-run_duration', '400', 'yes'),
(348, 'litespeed.conf.crawler-run_interval', '600', 'yes'),
(349, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'),
(350, 'litespeed.conf.crawler-threads', '3', 'yes'),
(351, 'litespeed.conf.crawler-timeout', '30', 'yes'),
(352, 'litespeed.conf.crawler-load_limit', '1', 'yes'),
(353, 'litespeed.conf.crawler-sitemap', '', 'yes'),
(354, 'litespeed.conf.crawler-drop_domain', '1', 'yes'),
(355, 'litespeed.conf.crawler-map_timeout', '120', 'yes'),
(356, 'litespeed.conf.crawler-roles', '[]', 'yes'),
(357, 'litespeed.conf.crawler-cookies', '[]', 'yes'),
(358, 'litespeed.conf.misc-heartbeat_front', '', 'yes'),
(359, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'),
(360, 'litespeed.conf.misc-heartbeat_back', '', 'yes'),
(361, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'),
(362, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'),
(363, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'),
(364, 'litespeed.conf.cdn', '', 'yes'),
(365, 'litespeed.conf.cdn-ori', '[]', 'yes'),
(366, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'yes'),
(367, 'litespeed.conf.cdn-exc', '[]', 'yes'),
(368, 'litespeed.conf.cdn-quic', '', 'yes'),
(369, 'litespeed.conf.cdn-cloudflare', '', 'yes'),
(370, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'),
(371, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'),
(372, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'),
(373, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'),
(374, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'yes'),
(375, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'yes'),
(377, 'googlesitekit_db_version', '1.3.0', 'yes'),
(396, 'litespeed.gui.lscwp_whm_install', '-1', 'yes'),
(397, 'litespeed.gui.dismiss', '-1', 'yes'),
(398, 'litespeed.gui._summary', '{\"new_version\":1689523357,\"score\":1690128157}', 'yes'),
(399, 'litespeed.data.upgrading', '-1', 'yes'),
(400, 'litespeed.admin_display.messages', '[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>All QUIC.cloud service queues have been cleared.<\\/p><\\/div>\",\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]', 'yes'),
(401, 'litespeed.admin_display.msg_pin', '-1', 'yes'),
(405, 'can_compress_scripts', '1', 'no'),
(416, 'recently_activated', 'a:6:{s:35:\"litespeed-cache/litespeed-cache.php\";i:1689360073;s:23:\"resume-cv/resume-cv.php\";i:1689355293;s:43:\"popularfx-templates/popularfx-templates.php\";i:1689355255;s:23:\"revslider/revslider.php\";i:1689166493;s:25:\"vipercache/vipercache.php\";i:1688922663;s:23:\"pagelayer/pagelayer.php\";i:1688919900;}', 'yes'),
(417, 'litespeed.optimize.timestamp_purge_css', '1689360073', 'yes'),
(418, 'litespeed.purge._summary', '[]', 'yes'),
(422, 'finished_updating_comment_type', '1', 'yes'),
(430, 'litespeed.conf.debug-exc_strings', '[]', 'yes'),
(431, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'yes'),
(432, 'litespeed.conf.media-vpi', '', 'yes'),
(433, 'litespeed.conf.media-vpi_cron', '', 'yes'),
(434, 'litespeed.conf.qc-token', '', 'yes'),
(435, 'litespeed.conf.qc-nameservers', '', 'yes'),
(451, 'pagelayer_icons_set', 'a:1:{i:0;s:13:\"font-awesome5\";}', 'yes'),
(452, 'pagelayer_enable_giver', '1', 'yes'),
(461, 'elementor_active_kit', '40', 'yes'),
(462, 'elementor_font_display', 'swap', 'yes'),
(465, 'elementor_version', '3.15.0-dev2', 'yes'),
(466, 'elementor_install_history', 'a:2:{s:6:\"3.14.1\";i:1688919434;s:11:\"3.15.0-dev2\";i:1688919663;}', 'yes'),
(467, 'elementor_events_db_version', '1.0.0', 'no'),
(469, 'elementor_onboarded', '1', 'yes'),
(470, 'elementor_connect_site_key', '5abef8274368bdb87032521eb3bfc892', 'yes'),
(476, '_elementor_installed_time', '1688919487', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(477, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(478, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:87:\"Professional Hosting Tools that Boost Control and Elevate Your Online Business Presence\";s:7:\"excerpt\";s:249:\"Experience more control and workflow efficiency with powerful tools like phpMyAdmin, SFTP, and Cloning. And elevate your online brand and business with Custom Domains and Professional Mailboxes, ensuring a professional and distinct website presence.\";s:7:\"created\";i:1688054065;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:130:\"https://elementor.com/blog/new-professional-hosting-tools/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:43:\"Introducing Elementor AI for Image Creation\";s:7:\"excerpt\";s:234:\"Elementor 3.14 introduces the next phase of Elementor AI, which includes image generation. With Elementor AI you can describe the images you want to create, enhance existing images, customize and edit to adjust their size, and more.  \";s:7:\"created\";i:1687262804;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:131:\"https://elementor.com/blog/introducing-elementor-ai-images/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(481, 'widget_a2a_share_save_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(482, 'widget_a2a_follow_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(484, 'revslider_servers', 'a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}', 'yes'),
(485, 'revslider_server_refresh', '1688919521', 'yes'),
(486, 'revslider-update-check-short', '1689093215', 'yes'),
(487, 'revslider-connection', '1', 'yes'),
(488, 'revslider-update-hash', 'f8a282129c7cf475ce5d0ff1a91180ac', 'yes'),
(489, 'revslider-latest-version', '6.6.14', 'yes'),
(490, 'revslider-stable-version', '4.2.0', 'yes'),
(491, 'revslider-notices', 'a:4:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:545:\"<div style=\"display: block; background: #fff;text-align: center; \nheight: 300px;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium2\"\n target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: \ncover; background-size: cover; opacity: 1; width: 920px; height: 300px; \ndisplay: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" \npreload=\"auto\"><source \nsrc=\"//updates.themepunch-ext-b.tools//banners/videobanner_premium2.mp4\" \ntype=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:12:\"TPRSV6511-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:407:\"<div style=\"display: block; background:#fff;text-align: center; \nheight: 250px;\"><a \nhref=\"https://www.sliderrevolution.com/wordpress-hosting/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getwphosting\"\n target=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; \nheight: 250px; display: inline-block;\" \n src=\"//updates.themepunch-ext-b.tools//banners/rs60/wphostingadmin.jpg\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6518-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"1.9.9\";s:4:\"text\";s:556:\"<div style=\"display: block; background: #fff;text-align: center; height: 300px;\"><a href=\"https://www.sliderrevolution.com/slider-revolution-visual-editor-version-6-6/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=update66\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 920px; height: 300px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/rs60/update66videobanner2.mp4\" type=\"video/mp4\"></video></a></div>\n\";s:4:\"code\";s:8:\"TPRSV663\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"<div style=\"display: block; background: #0d0d0e;text-align: center; height: 504px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;\" muted loop autoplay preload=\"auto\"><source src=\"//updates.themepunch-ext-b.tools//banners/rs60/buypremium3.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:8:\"TPRSV668\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}', 'yes'),
(492, 'revslider-addons', 'O:8:\"stdClass\":29:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"60\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"74\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-10-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"68\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"56\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"307\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2020-10-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"75\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"77\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"67\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"64\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-01-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"58\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-12-15\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"72\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"70\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"310\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-02-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"76\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"57\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"52\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"61\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"73\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"59\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"54\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"65\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"66\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"69\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"71\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(493, 'revslider-library-check', '1688919523', 'yes'),
(494, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(495, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(496, 'revslider-templates-check', '1688919525', 'yes'),
(497, 'revslider-templates-hash', 'a2fc59f6ef97ffd2193c7157839ac27d', 'yes'),
(498, 'rs-templates-new', '', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(499, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"a2fc59f6ef97ffd2193c7157839ac27d\";s:6:\"slider\";a:689:{i:0;a:24:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:24:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:24:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:25:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:24:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:24:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:25:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:24:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:24:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:24:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:25:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:25:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:25:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:25:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:25:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:25:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:25:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:25:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:25:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:25:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:25:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:25:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:25:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:25:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:25:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:25:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:25:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:25:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:25:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:25:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:25:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:25:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:25:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:25:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:25:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:25:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:25:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:25:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:25:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:25:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:25:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:25:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:25:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:25:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:25:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:25:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:25:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:25:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:25:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:25:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:25:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:25:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:25:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:25:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:25:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:25:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:25:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:25:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:25:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:25:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:25:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:25:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:25:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:25:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:25:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:25:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:25:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:28:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:28:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:28:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:28:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:28:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:28:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:28:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:28:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:28:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:28:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:28:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:28:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:28:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:28:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:28:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:28:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:25:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:25:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:25:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:25:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:89;a:28:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:90;a:28:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:91;a:28:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:92;a:28:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:93;a:28:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:95;a:25:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:25:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:28:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:28:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:99;a:28:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:102;a:28:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:103;a:28:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:104;a:28:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:105;a:28:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:106;a:28:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:107;a:28:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:108;a:28:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:109;a:28:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:110;a:28:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:111;a:28:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:28:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:113;a:28:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:114;a:28:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:115;a:28:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:116;a:28:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:117;a:28:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:118;a:28:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:119;a:28:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:120;a:28:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:121;a:28:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:124;a:24:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:125;a:28:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:24:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Increase Engagement with Particle Effects and Blend Mode [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-increase-engagement-with-particle-effects-and-blend-mode/\";s:9:\"guide_img\";s:32:\"tutorial/particle-effect-one.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:128;a:24:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:131;a:24:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:24:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Create an Exciting Action Shot for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-exciting-action-shot-for-your-hero-image/\";s:9:\"guide_img\";s:26:\"tutorial/gravitydesign.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:24:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:24:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:24:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:24:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:24:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Slider Animation Effect Your Visitors Won’t Forget [Tutorial]\";s:9:\"guide_url\";s:83:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-slider-animation-effect/\";s:9:\"guide_img\";s:25:\"tutorial/websiteintro.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:24:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:24:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:24:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:24:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:62:\"How to Place Text Behind Objects in Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:69:\"https://www.sliderrevolution.com/tutorials/place-text-behind-objects/\";s:9:\"guide_img\";s:35:\"tutorial/mountainparallaxheader.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:28:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:143;a:28:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:144;a:28:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:145;a:28:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:146;a:28:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:147;a:28:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:148;a:28:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:149;a:28:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:150;a:28:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:151;a:28:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:152;a:28:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:153;a:28:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:154;a:28:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:155;a:28:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:156;a:28:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:158;a:24:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:160;a:24:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:161;a:28:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:162;a:28:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:163;a:28:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:164;a:28:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:165;a:28:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:166;a:28:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:167;a:28:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:168;a:28:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:169;a:28:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:170;a:24:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:167:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:24:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:172;a:24:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:173;a:24:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:192;a:25:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:193;a:28:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:194;a:28:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:195;a:28:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:196;a:28:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:197;a:28:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:198;a:28:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:199;a:28:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:200;a:25:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:28:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:202;a:28:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:203;a:28:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:204;a:28:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:205;a:28:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:206;a:28:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:207;a:28:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:208;a:28:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:209;a:28:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:210;a:28:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:211;a:28:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:212;a:28:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:213;a:28:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:214;a:28:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:215;a:24:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:216;a:24:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:217;a:28:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:218;a:28:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:219;a:28:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:220;a:28:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:221;a:28:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:222;a:28:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:223;a:24:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:224;a:24:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:24:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:24:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:87:\"How to Add a Unique Paintbrush Effect to Your Website with Slider Revolution [Tutorial]\";s:9:\"guide_url\";s:68:\"https://www.sliderrevolution.com/tutorials/unique-paintbrush-effect/\";s:9:\"guide_img\";s:28:\"tutorial/paintbrushaddon.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:227;a:28:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:228;a:28:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:229;a:28:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:230;a:28:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:231;a:28:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:232;a:28:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:233;a:28:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:234;a:28:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:235;a:28:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:236;a:28:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:237;a:28:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:238;a:24:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:239;a:24:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:240;a:24:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:241;a:24:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:242;a:28:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:243;a:28:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:244;a:28:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:245;a:28:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:246;a:28:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:247;a:28:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:248;a:28:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:249;a:28:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:250;a:28:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:251;a:24:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:252;a:24:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:253;a:24:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:254;a:24:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a Digital Menu Teaser for Your Foodie Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-menu-teaser-for-your-foodie-website/\";s:9:\"guide_img\";s:28:\"tutorial/restaurant-menu.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:255;a:24:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:256;a:24:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:257;a:28:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:258;a:28:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:259;a:28:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:260;a:28:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:261;a:28:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:262;a:28:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:263;a:28:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:264;a:28:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:265;a:28:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:266;a:28:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:28:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:28:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:269;a:28:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:270;a:28:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:271;a:28:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:272;a:28:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:273;a:28:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:274;a:28:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:275;a:28:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:276;a:28:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:277;a:28:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:278;a:28:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:279;a:28:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:280;a:28:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:281;a:28:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:282;a:28:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:283;a:28:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:284;a:28:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:285;a:28:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:286;a:28:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:287;a:24:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:288;a:24:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:289;a:28:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:290;a:28:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:291;a:28:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:292;a:28:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:293;a:28:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:294;a:28:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"modern-portfolio-website\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:295;a:28:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:296;a:28:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:297;a:28:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:298;a:28:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:299;a:28:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:300;a:28:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:301;a:28:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:302;a:28:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:303;a:28:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:304;a:28:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:305;a:24:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:306;a:28:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:307;a:28:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:308;a:28:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:309;a:28:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:310;a:28:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:311;a:28:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:312;a:28:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:313;a:28:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:314;a:28:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:315;a:28:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:24:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Design a Featured Post Slider That Impresses Readers [Tutorial]\";s:9:\"guide_url\";s:64:\"https://www.sliderrevolution.com/tutorials/featured-post-slider/\";s:9:\"guide_img\";s:26:\"tutorial/nature-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:317;a:24:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:318;a:28:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:319;a:28:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:320;a:28:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:321;a:28:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:322;a:28:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:323;a:28:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:324;a:28:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:325;a:24:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create an Interactive Before-and-After Image Slider [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-interactive-before-and-after-image-slider/\";s:9:\"guide_img\";s:35:\"tutorial/Classic-Cars-Evolution.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:24:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Create a 404 Page That Will Convert Instead of Cost You Visitors [Tutorial]\";s:9:\"guide_url\";s:68:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-404-page/\";s:9:\"guide_img\";s:34:\"tutorial/404-Error-Space-Theme.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:28:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:328;a:28:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:329;a:28:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:330;a:28:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:331;a:28:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:332;a:28:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:333;a:28:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:334;a:28:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:335;a:28:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:336;a:28:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:27:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:338;a:27:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:339;a:27:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:340;a:27:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:341;a:27:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:342;a:27:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:343;a:27:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:344;a:27:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:345;a:27:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:346;a:27:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:27:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:27:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:27:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:27:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:27:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:27:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:27:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:27:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:27:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:27:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:27:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"brutal-website-template\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:358;a:27:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:359;a:27:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:360;a:27:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:361;a:27:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:362;a:27:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:363;a:27:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:364;a:27:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:365;a:27:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:366;a:27:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:367;a:27:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:368;a:27:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:369;a:27:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:370;a:27:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:371;a:27:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:372;a:27:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:373;a:27:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:374;a:27:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:375;a:27:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:27:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:377;a:27:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:378;a:27:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:379;a:27:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:380;a:27:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:381;a:27:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:382;a:27:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:383;a:27:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:384;a:27:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:385;a:27:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:27:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:387;a:27:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:388;a:27:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:389;a:27:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:390;a:27:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:391;a:27:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:392;a:27:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:393;a:27:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:394;a:27:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:395;a:27:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:27:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:24:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:398;a:24:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:399;a:27:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:400;a:27:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:401;a:27:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:402;a:24:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:403;a:27:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:404;a:27:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:405;a:27:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:406;a:27:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:407;a:27:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:408;a:27:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:409;a:27:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:410;a:27:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:411;a:27:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:412;a:27:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:27:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:27:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:27:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:27:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:24:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:418;a:24:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:419;a:24:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:420;a:24:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:421;a:24:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:422;a:24:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:423;a:24:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:424;a:24:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:88:\"Create an Under Construction Page That’ll Entertain Visitors While You Work [Tutorial]\";s:9:\"guide_url\";s:121:\"https://www.sliderrevolution.com/tutorials/create-an-under-construction-page-that-will-entertain-visitors-while-you-work/\";s:9:\"guide_img\";s:31:\"tutorial/Under-Construction.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:425;a:24:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:426;a:24:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:27:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:428;a:27:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:429;a:27:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:430;a:27:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:431;a:27:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:432;a:27:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:433;a:27:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:434;a:27:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:435;a:27:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:436;a:27:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:24:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Add an Animated Headline to Your Home Page [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-add-an-animated-headline-to-your-home-page-tutorial/\";s:9:\"guide_img\";s:28:\"tutorial/big-summer-sale.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Create an Engaging Product Carousel for Your Online Shop [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-product-carousel-for-your-online-shop/\";s:9:\"guide_img\";s:31:\"tutorial/traveller-carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:439;a:24:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:440;a:24:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:441;a:27:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:442;a:27:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:443;a:27:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:444;a:27:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:445;a:27:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:446;a:27:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:447;a:27:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:448;a:27:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:449;a:27:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:450;a:27:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:24:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:452;a:24:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:453;a:24:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:454;a:27:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:455;a:27:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:456;a:27:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:457;a:27:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:458;a:27:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:459;a:27:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:460;a:27:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:461;a:27:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:462;a:27:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:463;a:27:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:24:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:465;a:27:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:466;a:27:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:467;a:27:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:468;a:27:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:469;a:27:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:470;a:27:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:471;a:27:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:472;a:27:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:473;a:24:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:369:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"Spice Up Your Sales Promotions with a Video Scroll Animation [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/spice-up-your-sales-promotions-with-a-video-scroll-animation/\";s:9:\"guide_img\";s:38:\"tutorial/black-friday-scroll-video.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:27:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:475;a:27:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:476;a:27:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:86:\" offset=\"t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:477;a:27:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:478;a:27:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:479;a:27:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:480;a:27:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:481;a:27:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:482;a:27:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:483;a:27:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:27:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:27:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:24:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/\";s:9:\"guide_url\";s:70:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/\";s:9:\"guide_img\";s:34:\"tutorial/cinematic-hero-titles.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:487;a:24:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:543:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:488;a:24:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Design a Scroll Animation on Your Own Using Lottie [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-scroll-animation-on-your-own-using-lottie-tutorial/\";s:9:\"guide_img\";s:40:\"tutorial/food-delivery-lottie-scroll.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:489;a:27:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:490;a:27:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:491;a:27:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:492;a:27:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:493;a:27:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:494;a:27:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:495;a:27:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:496;a:27:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:497;a:27:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:498;a:27:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:499;a:27:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:500;a:27:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:501;a:27:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:502;a:27:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:503;a:27:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:504;a:24:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\";s:9:\"guide_url\";s:92:\"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/\";s:9:\"guide_img\";s:30:\"tutorial/woo-liquid-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:505;a:24:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\";s:9:\"guide_url\";s:92:\"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/\";s:9:\"guide_img\";s:30:\"tutorial/woo-liquid-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:506;a:27:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:507;a:27:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:508;a:24:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:509;a:24:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Customized Transition Effect for Your Hero Section [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-customized-transition-effect-for-your-hero-section/\";s:9:\"guide_img\";s:32:\"tutorial/photographer-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:510;a:24:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Stunning Hero Slider for Your Real Estate Website [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-stunning-hero-slider-for-your-real-estate-website/\";s:9:\"guide_img\";s:30:\"tutorial/realestate-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:511;a:24:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:512;a:27:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:513;a:27:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:514;a:27:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:515;a:24:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Digital Report Teaser with Slider Revolution [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-report-teaser-with-slider-revolution/\";s:9:\"guide_img\";s:45:\"tutorial/gaming-stats-presentation-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:516;a:24:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:517;a:24:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Add a Beautiful Video Background to Your Website [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-beautiful-video-background-to-your-website-tutorial/\";s:9:\"guide_img\";s:28:\"tutorial/showreel-slider.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:24:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:24:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:703:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Create a Unique Gradient Background Design [Tutorial]\";s:9:\"guide_url\";s:63:\"https://www.sliderrevolution.com/tutorials/gradient-background/\";s:9:\"guide_img\";s:27:\"tutorial/bg-effect-hero.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:24:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:361:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:72:\"How to Create a Futuristic-looking Website for a Tech Company [Tutorial]\";s:9:\"guide_url\";s:105:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-futuristic-looking-website-for-a-tech-company/\";s:9:\"guide_img\";s:22:\"tutorial/cyberfunk.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:24:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"A Different Way to Wow Shoppers with an eCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/a-different-way-to-wow-shoppers-with-an-ecommerce-product-slider/\";s:9:\"guide_img\";s:34:\"tutorial/motion-blur-portfolio.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:522;a:24:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:67:\"Demystifying the Slider Revolution Builder and Templates [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/demystifying-the-slider-revolution-builder-and-templates-tutorial/\";s:9:\"guide_img\";s:31:\"tutorial/portal-effect-hero.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:523;a:24:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Vertical Slider Timeline That Tells Your Brand Story [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-vertical-slider-timeline-that-tells-your-brand-story/\";s:9:\"guide_img\";s:28:\"tutorial/winery-timeline.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:524;a:27:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:525;a:27:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:526;a:27:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:527;a:27:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:528;a:27:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:529;a:27:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:530;a:27:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:531;a:27:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:532;a:27:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:533;a:28:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:28:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:535;a:27:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:536;a:27:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:537;a:27:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:538;a:27:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:539;a:27:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:540;a:27:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:541;a:27:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:542;a:27:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:543;a:27:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:544;a:27:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:545;a:27:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:546;a:27:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:547;a:27:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:548;a:27:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:549;a:27:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:550;a:27:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:551;a:27:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:552;a:27:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:553;a:27:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:554;a:24:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:83:\"https://www.sliderrevolution.com/templates/urban-street-skate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:555;a:24:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Creatively Display Ingredients and Nutrition Info on Your Website [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/how-to-creatively-display-ingredients-and-nutrition-info-on-your-website/\";s:9:\"guide_img\";s:26:\"tutorial/yummy-burgers.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:556;a:27:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:557;a:27:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:558;a:27:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:559;a:27:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:560;a:27:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:561;a:27:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:562;a:27:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:563;a:27:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:564;a:27:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:565;a:27:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:566;a:27:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:567;a:27:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:568;a:27:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:569;a:27:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:570;a:27:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:571;a:27:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:572;a:27:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:27:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/startup-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:27:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:575;a:27:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:576;a:27:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:577;a:24:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/newborn-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:578;a:24:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Visually Promote Products and Their Unique Scent Profiles Online [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-visually-promote-products-and-their-unique-scent-profiles-online/\";s:9:\"guide_img\";s:30:\"tutorial/full-width-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:579;a:27:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:580;a:27:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:581;a:27:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:13:\" zindex=\"300\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:582;a:27:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:583;a:27:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:584;a:27:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:585;a:27:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:586;a:27:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:587;a:27:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:588;a:27:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:589;a:27:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:27:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:27:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:27:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:593;a:27:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:594;a:27:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:595;a:27:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:596;a:27:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:597;a:27:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:598;a:24:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:599;a:24:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Design a Hero Image That Feels Alive and Three-Dimensional [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image-that-feels-alive-and-three-dimensional/\";s:9:\"guide_img\";s:35:\"tutorial/particle-wave-showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:600;a:24:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:61:\"https://www.sliderrevolution.com/templates/video-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:9:\"specialfx\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Trippy Hero Image Backdrop with Particle Animation [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-trippy-hero-image-backdrop-with-particle-animation/\";s:9:\"guide_img\";s:30:\"tutorial/video-hero-header.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:601;a:24:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:602;a:24:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Create an Awesome Product Slider with a Built-in Variant Switcher [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-awesome-product-slider-with-a-built-in-variant-switcher/\";s:9:\"guide_img\";s:39:\"tutorial/Optic-shop-showcase-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:603;a:24:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:347:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Create Interactive Charts and Graphs for WordPress [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-create-interactive-charts-and-graphs-for-wordpress/\";s:9:\"guide_img\";s:37:\"tutorial/charts-template-showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:604;a:27:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:605;a:27:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:606;a:27:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/fashion-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:607;a:24:{s:2:\"id\";s:3:\"652\";s:5:\"title\";s:24:\"Furniture Website Slider\";s:5:\"alias\";s:24:\"furniture-website-slider\";s:3:\"zip\";s:28:\"furniture-website-slider.zip\";s:3:\"uid\";s:32:\"8575493ed5fd1ee2e671e67479fdeccb\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/furniture-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-23 14:05:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Quickly Build a Great-Looking Microsite for Your Product [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-quickly-build-a-great-looking-microsite-for-your-product/\";s:9:\"guide_img\";s:37:\"tutorial/furniture-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:608;a:24:{s:2:\"id\";s:3:\"653\";s:5:\"title\";s:26:\"Fitness Gym Website Slider\";s:5:\"alias\";s:26:\"fitness-gym-website-slider\";s:3:\"zip\";s:30:\"fitness-gym-website-slider.zip\";s:3:\"uid\";s:32:\"86894d98e34a590e80a1d0cd3d7dc819\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/fitness-gym-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-04-19 11:02:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Multimedia Slider that Lures in More Clients [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-multimedia-slider-that-lures-in-more-clients/\";s:9:\"guide_img\";s:39:\"tutorial/fitness-gym-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:27:{s:2:\"id\";s:3:\"654\";s:5:\"title\";s:36:\"Ai & Robotics Webside Slider Package\";s:5:\"alias\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:12:25\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:610;a:27:{s:2:\"id\";s:3:\"655\";s:5:\"title\";s:28:\"Ai & Robotics Website Slider\";s:5:\"alias\";s:30:\"ai-and-robotics-website-slider\";s:3:\"zip\";s:40:\"packs/ai-and-robotics-website-slider.zip\";s:3:\"uid\";s:32:\"e40b7296d1519972029e9744a0c09b29\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:16:48\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:611;a:27:{s:2:\"id\";s:3:\"656\";s:5:\"title\";s:14:\"AI Video Modal\";s:5:\"alias\";s:14:\"ai-video-modal\";s:3:\"zip\";s:24:\"packs/ai-video-modal.zip\";s:3:\"uid\";s:32:\"aab36a599413b7e66dfdda8f517b47b1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:20:55\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:612;a:24:{s:2:\"id\";s:3:\"657\";s:5:\"title\";s:33:\"Minimal Typography Website Slider\";s:5:\"alias\";s:33:\"minimal-typography-website-slider\";s:3:\"zip\";s:37:\"minimal-typography-website-slider.zip\";s:3:\"uid\";s:32:\"43cf63d6541d33b7d4e59350935d73bf\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/minimal-typography-website-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-25 14:39:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Transform the Mood of Your Home Page with Duotones [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-transform-the-mood-of-your-home-page-with-duotones/\";s:9:\"guide_img\";s:46:\"tutorial/duotone-typography-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:613;a:24:{s:2:\"id\";s:3:\"658\";s:5:\"title\";s:19:\"404 Page Collection\";s:5:\"alias\";s:19:\"404-page-collection\";s:3:\"zip\";s:23:\"404-page-collection.zip\";s:3:\"uid\";s:32:\"3f0b25b5e893b170536a498939465a1a\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/404-page-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.21\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:167:\"<span class=\"ttm_content\">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-04 11:30:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create an Effective Thank You Page for Your Website [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-effective-thank-you-page-for-your-website/\";s:9:\"guide_img\";s:32:\"tutorial/404-page-collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:614;a:24:{s:2:\"id\";s:3:\"659\";s:5:\"title\";s:24:\"eCommerce Product Slider\";s:5:\"alias\";s:21:\"ecommerce-sale-slider\";s:3:\"zip\";s:25:\"ecommerce-sale-slider.zip\";s:3:\"uid\";s:32:\"49ca4743090cddca705ee108eae967c5\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/ecommerce-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-17 14:22:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:65:\"How to Get More Eyes on Your eCommerce Sales Promotion [Tutorial]\";s:9:\"guide_url\";s:98:\"https://www.sliderrevolution.com/tutorials/how-to-get-more-eyes-on-your-ecommerce-sales-promotion/\";s:9:\"guide_img\";s:34:\"tutorial/ecommerce-sale-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:615;a:24:{s:2:\"id\";s:3:\"660\";s:5:\"title\";s:19:\"Fashion Shop Slider\";s:5:\"alias\";s:19:\"fashion-shop-slider\";s:3:\"zip\";s:23:\"fashion-shop-slider.zip\";s:3:\"uid\";s:32:\"e488e9126dbe4a34c02c89a1115f4ff9\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/fashion-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:24:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:73:\"How to Create a Colorful Retro Effect for the Home Page Slider [Tutorial]\";s:9:\"guide_url\";s:106:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-colorful-retro-effect-for-the-home-page-slider/\";s:9:\"guide_img\";s:32:\"tutorial/fashion-shop-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:616;a:24:{s:2:\"id\";s:3:\"661\";s:5:\"title\";s:29:\"Lingerie Store Website Slider\";s:5:\"alias\";s:29:\"lingerie-store-website-slider\";s:3:\"zip\";s:33:\"lingerie-store-website-slider.zip\";s:3:\"uid\";s:32:\"7bdad27521b7c9b171b618dff2fa0315\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/lingerie-store-website-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:28:21\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:617;a:24:{s:2:\"id\";s:3:\"662\";s:5:\"title\";s:28:\"Beach Events Hero Collection\";s:5:\"alias\";s:28:\"beach-events-hero-collection\";s:3:\"zip\";s:32:\"beach-events-hero-collection.zip\";s:3:\"uid\";s:32:\"cf87cd65572e9bc4ee019cceae1c75f8\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/summer-beach-events-hero-collection\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">These hero image templates offer a high-octane mix of headlines, images, and special effects.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 16:56:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"Sell More Event Tickets with a High-Energy Hero Section [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/sell-more-event-tickets-with-a-high-energy-hero-section/\";s:9:\"guide_img\";s:41:\"tutorial/beach-events-hero-collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:618;a:27:{s:2:\"id\";s:3:\"663\";s:5:\"title\";s:41:\"Creative Portfolio Website Slider Package\";s:5:\"alias\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:00:43\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:619;a:27:{s:2:\"id\";s:3:\"664\";s:5:\"title\";s:30:\"Creative Portfolio Main Slider\";s:5:\"alias\";s:30:\"creative-portfolio-main-slider\";s:3:\"zip\";s:40:\"packs/creative-portfolio-main-slider.zip\";s:3:\"uid\";s:32:\"2b01de6e46611e4353f1687609aa6783\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:03:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:620;a:27:{s:2:\"id\";s:3:\"665\";s:5:\"title\";s:28:\"Creative Portfolio Project 1\";s:5:\"alias\";s:28:\"creative-portfolio-project-1\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-1.zip\";s:3:\"uid\";s:32:\"f1e3a170d3f06d7162445fe9cce99335\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:07:45\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:621;a:27:{s:2:\"id\";s:3:\"666\";s:5:\"title\";s:28:\"Creative Portfolio Project 2\";s:5:\"alias\";s:28:\"creative-portfolio-project-2\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-2.zip\";s:3:\"uid\";s:32:\"59369faef5b4a0571cd5fd72432d2d20\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:12:09\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:622;a:27:{s:2:\"id\";s:3:\"667\";s:5:\"title\";s:28:\"Creative Portfolio Project 3\";s:5:\"alias\";s:28:\"creative-portfolio-project-3\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-3.zip\";s:3:\"uid\";s:32:\"ac6823b9ffeba97c56aa6f4593109e5f\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:14:02\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:623;a:27:{s:2:\"id\";s:3:\"668\";s:5:\"title\";s:28:\"Creative Portfolio Project 4\";s:5:\"alias\";s:28:\"creative-portfolio-project-4\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-4.zip\";s:3:\"uid\";s:32:\"31f5cc4c9d13af7b56adfa7b7c84dce9\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:16:40\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:624;a:27:{s:2:\"id\";s:3:\"669\";s:5:\"title\";s:28:\"Creative Portfolio Project 5\";s:5:\"alias\";s:28:\"creative-portfolio-project-5\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-5.zip\";s:3:\"uid\";s:32:\"23c8e18d556da040ef6ac2382d4a7b94\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:20:22\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:625;a:27:{s:2:\"id\";s:3:\"670\";s:5:\"title\";s:28:\"Creative Portfolio Project 6\";s:5:\"alias\";s:28:\"creative-portfolio-project-6\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-6.zip\";s:3:\"uid\";s:32:\"518434a06d7a959bd3f3e0905e252209\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:21:51\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:626;a:27:{s:2:\"id\";s:3:\"671\";s:5:\"title\";s:28:\"Creative Portfolio Project 7\";s:5:\"alias\";s:28:\"creative-portfolio-project-7\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-7.zip\";s:3:\"uid\";s:32:\"bb1552746859766efbe319d7c0a1978e\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:24:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:627;a:25:{s:2:\"id\";s:3:\"672\";s:5:\"title\";s:24:\"AI Particle Cluster Hero\";s:5:\"alias\";s:19:\"ai-particle-cluster\";s:3:\"zip\";s:23:\"ai-particle-cluster.zip\";s:3:\"uid\";s:32:\"e47971fc290d738faca66e100cc7da74\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/ai-particle-cluster-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:25:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:86:\"Make Visitors Want to Stop and Play with Your Particle Animation Hero Image [Tutorial]\";s:9:\"guide_url\";s:119:\"https://www.sliderrevolution.com/tutorials/make-visitors-want-to-stop-and-play-with-your-particle-animation-hero-image/\";s:9:\"guide_img\";s:32:\"tutorial/ai-particle-cluster.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:628;a:25:{s:2:\"id\";s:3:\"673\";s:5:\"title\";s:24:\"Artistic Parallax Slider\";s:5:\"alias\";s:24:\"artistic-parallax-slider\";s:3:\"zip\";s:28:\"artistic-parallax-slider.zip\";s:3:\"uid\";s:32:\"a1488f5f4d3ffd2912f9520bba2a2418\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/artistic-parallax-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:29:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:61:\"How to Create a Surreal Design for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:94:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-surreal-design-for-your-hero-image/\";s:9:\"guide_img\";s:37:\"tutorial/artistic-parallax-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:629;a:25:{s:2:\"id\";s:3:\"674\";s:5:\"title\";s:23:\"Magazine Content Slider\";s:5:\"alias\";s:23:\"magazine-content-slider\";s:3:\"zip\";s:27:\"magazine-content-slider.zip\";s:3:\"uid\";s:32:\"6701ec2aab76c253004d6ed5755cf9f6\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:259:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:32:38\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/\";s:9:\"guide_img\";s:36:\"tutorial/Magazine-Content-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:630;a:25:{s:2:\"id\";s:3:\"675\";s:5:\"title\";s:30:\"Magazine Content Slider Static\";s:5:\"alias\";s:30:\"magazine-content-slider-static\";s:3:\"zip\";s:34:\"magazine-content-slider-static.zip\";s:3:\"uid\";s:32:\"3b1f7d279064fa1fb90bb2000e9ebc7b\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:260:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it\'s not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:35:12\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/\";s:9:\"guide_img\";s:36:\"tutorial/Magazine-Content-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:631;a:25:{s:2:\"id\";s:3:\"676\";s:5:\"title\";s:24:\"Masonry Gallery Carousel\";s:5:\"alias\";s:24:\"Masonry-Gallery-Carousel\";s:3:\"zip\";s:28:\"Masonry-Gallery-Carousel.zip\";s:3:\"uid\";s:32:\"c189884a358e4984c8f300916909f54b\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/masonry-gallery-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:39:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Horizontal Masonry Layout for Your Work [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-horizontal-masonry-layout-for-your-work/\";s:9:\"guide_img\";s:37:\"tutorial/Masonry-Gallery-Carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:632;a:25:{s:2:\"id\";s:3:\"677\";s:5:\"title\";s:31:\"Neon WordPress Slider With Text\";s:5:\"alias\";s:21:\"neon-wordpress-slider\";s:3:\"zip\";s:25:\"neon-wordpress-slider.zip\";s:3:\"uid\";s:32:\"9d620dfc8df1be5b956a70106a4ca5d7\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/neon-wordpress-slider-with-text/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:41:29\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"Break Down Your Process with a Colorful Image Slider [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/break-down-your-process-with-a-colorful-image-slider/\";s:9:\"guide_img\";s:34:\"tutorial/neon-wordpress-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:633;a:25:{s:2:\"id\";s:3:\"678\";s:5:\"title\";s:27:\"Restaurant One Page Website\";s:5:\"alias\";s:27:\"Restaurant-One-Page-Website\";s:3:\"zip\";s:31:\"Restaurant-One-Page-Website.zip\";s:3:\"uid\";s:32:\"747730efa359467cb5627ae123839090\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/kostlich-restaurant-one-page-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:285:\"<span class=\"ttm_content\">A restaurant WordPress template can easily be overloaded with features that no one really needs. The Köstlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:43:57\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Fast and Easy Way to Create a Good Looking One-Page Restaurant Website [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-fast-and-easy-way-to-create-a-good-looking-one-page-restaurant-website/\";s:9:\"guide_img\";s:40:\"tutorial/Restaurant-One-Page-Website.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:634;a:25:{s:2:\"id\";s:3:\"679\";s:5:\"title\";s:18:\"WooCommerce Slider\";s:5:\"alias\";s:18:\"woocommerce-slider\";s:3:\"zip\";s:22:\"woocommerce-slider.zip\";s:3:\"uid\";s:32:\"5f354f9d17d3b8562e7dfbac0b289ab3\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:47:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/\";s:9:\"guide_img\";s:38:\"tutorial/woocommerce-slider-static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:635;a:25:{s:2:\"id\";s:3:\"680\";s:5:\"title\";s:25:\"WooCommerce Slider Static\";s:5:\"alias\";s:25:\"woocommerce-slider-static\";s:3:\"zip\";s:29:\"woocommerce-slider-static.zip\";s:3:\"uid\";s:32:\"66d86a41303223abecec3c4820bcd8f0\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:50:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/\";s:9:\"guide_img\";s:38:\"tutorial/woocommerce-slider-static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:636;a:25:{s:2:\"id\";s:3:\"681\";s:5:\"title\";s:21:\"WordPress Post Slider\";s:5:\"alias\";s:21:\"wordpress-post-slider\";s:3:\"zip\";s:25:\"wordpress-post-slider.zip\";s:3:\"uid\";s:32:\"c854a5e0be29cb28893b0bb98d9e6740\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"postbased\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:52:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/\";s:9:\"guide_img\";s:41:\"tutorial/WordPress-Post-Slider-Static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:637;a:25:{s:2:\"id\";s:3:\"682\";s:5:\"title\";s:28:\"WordPress Post Slider Static\";s:5:\"alias\";s:28:\"WordPress-Post-Slider-Static\";s:3:\"zip\";s:32:\"WordPress-Post-Slider-Static.zip\";s:3:\"uid\";s:32:\"edbb9e724f7758aff215ab3e743abd9e\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:53:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/\";s:9:\"guide_img\";s:41:\"tutorial/WordPress-Post-Slider-Static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:638;a:25:{s:2:\"id\";s:3:\"683\";s:5:\"title\";s:22:\"Wordpress Video Slider\";s:5:\"alias\";s:22:\"wordpress-video-slider\";s:3:\"zip\";s:26:\"wordpress-video-slider.zip\";s:3:\"uid\";s:32:\"fd50cf2c76a1fe0bf8bd35e727a00bb7\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/wordpress-video-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:55:51\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Create Good Vibes on Your Website with a Background Video Slider [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-create-good-vibes-on-your-website-with-a-background-video-slider/\";s:9:\"guide_img\";s:35:\"tutorial/wordpress-video-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:639;a:27:{s:2:\"id\";s:3:\"684\";s:5:\"title\";s:37:\"Architecture Website Template Package\";s:5:\"alias\";s:37:\"architecture-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"architecture-website-template-package\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 12:59:17\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:640;a:28:{s:2:\"id\";s:3:\"685\";s:5:\"title\";s:17:\"Architecture Menu\";s:5:\"alias\";s:17:\"architecture-menu\";s:3:\"zip\";s:27:\"packs/architecture-menu.zip\";s:3:\"uid\";s:32:\"a8c46db54ab5fdbb104aacc0cb26d48a\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:10:25\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:641;a:28:{s:2:\"id\";s:3:\"686\";s:5:\"title\";s:26:\"Architecture Header Slider\";s:5:\"alias\";s:26:\"architecture-header-slider\";s:3:\"zip\";s:36:\"packs/architecture-header-slider.zip\";s:3:\"uid\";s:32:\"e13d9d910db3371527ceb9f92a27057d\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:12:12\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:642;a:28:{s:2:\"id\";s:3:\"687\";s:5:\"title\";s:23:\"Architecture Text Block\";s:5:\"alias\";s:23:\"architecture-text-block\";s:3:\"zip\";s:33:\"packs/architecture-text-block.zip\";s:3:\"uid\";s:32:\"c130dd8a5faf7c292c54b99c82226c72\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:15:46\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:643;a:28:{s:2:\"id\";s:3:\"688\";s:5:\"title\";s:18:\"Architecture About\";s:5:\"alias\";s:18:\"architecture-about\";s:3:\"zip\";s:28:\"packs/architecture-about.zip\";s:3:\"uid\";s:32:\"5f589ec1e639ed4aa9b44542659cb2e9\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:17:04\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:644;a:28:{s:2:\"id\";s:3:\"689\";s:5:\"title\";s:26:\"Architecture Process Title\";s:5:\"alias\";s:26:\"architecture-process-title\";s:3:\"zip\";s:36:\"packs/architecture-process-title.zip\";s:3:\"uid\";s:32:\"6ca17bec2dc410a6c8a80a138c603a3c\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:18:48\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:645;a:28:{s:2:\"id\";s:3:\"690\";s:5:\"title\";s:20:\"Architecture Process\";s:5:\"alias\";s:20:\"architecture-process\";s:3:\"zip\";s:30:\"packs/architecture-process.zip\";s:3:\"uid\";s:32:\"df6202f061079192fde61c7756624c6c\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:20:31\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:646;a:28:{s:2:\"id\";s:3:\"691\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:5:\"alias\";s:22:\"architecture-portfolio\";s:3:\"zip\";s:32:\"packs/architecture-portfolio.zip\";s:3:\"uid\";s:32:\"444b7a502897a53a16eea5ec3cb7f08c\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:22:15\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:647;a:28:{s:2:\"id\";s:3:\"692\";s:5:\"title\";s:28:\"Architecture Portfolio Modal\";s:5:\"alias\";s:28:\"architecture-portfolio-modal\";s:3:\"zip\";s:38:\"packs/architecture-portfolio-modal.zip\";s:3:\"uid\";s:32:\"59994ba13c87a5409d75fdcbc7f58005\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:23:38\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:648;a:28:{s:2:\"id\";s:3:\"693\";s:5:\"title\";s:20:\"Architecture Contact\";s:5:\"alias\";s:20:\"architecture-contact\";s:3:\"zip\";s:30:\"packs/architecture-contact.zip\";s:3:\"uid\";s:32:\"b1ff4cf0d6530d79f7d67540ffdcd98d\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/architecture-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:25:49\";s:7:\"package\";s:37:\"Architecture Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:649;a:24:{s:2:\"id\";s:3:\"694\";s:5:\"title\";s:23:\"Image Comparison Slider\";s:5:\"alias\";s:23:\"image-comparison-slider\";s:3:\"zip\";s:27:\"image-comparison-slider.zip\";s:3:\"uid\";s:32:\"c5af5832be50fc581c3a5ae31b09e5ab\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/image-comparison-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">Create amazing before and after animations for your website with the image comparison slider template. We made sure to include multiple exciting examples for you to customize to your liking.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:13:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"Boost Interactions with a Before-and-After Image Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/boost-interactions-with-a-before-and-after-image-slider/\";s:9:\"guide_img\";s:36:\"tutorial/image-comparison-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:650;a:27:{s:2:\"id\";s:3:\"695\";s:5:\"title\";s:37:\"Wedding Photo Slider Template Package\";s:5:\"alias\";s:37:\"wedding-photo-slider-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"wedding-photo-slider-template-package\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:300:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:19:04\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:651;a:27:{s:2:\"id\";s:3:\"696\";s:5:\"title\";s:20:\"Wedding Photo Slider\";s:5:\"alias\";s:20:\"wedding-photo-slider\";s:3:\"zip\";s:30:\"packs/wedding-photo-slider.zip\";s:3:\"uid\";s:32:\"490b30ad46586bbf7034e50651b248a7\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:24:38\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:652;a:27:{s:2:\"id\";s:3:\"697\";s:5:\"title\";s:26:\"Wedding Photo Slider Modal\";s:5:\"alias\";s:26:\"wedding-photo-slider-modal\";s:3:\"zip\";s:36:\"packs/wedding-photo-slider-modal.zip\";s:3:\"uid\";s:32:\"56b40b3a73b786f5320f8814cddd3fda\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:27:53\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:653;a:24:{s:2:\"id\";s:3:\"698\";s:5:\"title\";s:25:\"Travel Agency Card Slider\";s:5:\"alias\";s:24:\"destinations-card-slider\";s:3:\"zip\";s:28:\"destinations-card-slider.zip\";s:3:\"uid\";s:32:\"59af2d3ac72375f6764f224d93d600ac\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/travel-agency-card-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The destination of your travel blog or travel booking website, definitely is \"above & beyond\" with this tastefully modern card slider template for Slider Revolution.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:31:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:84:\"How to Make Your Product Comparison Pages More Attractive and Trustworthy [Tutorial]\";s:9:\"guide_url\";s:117:\"https://www.sliderrevolution.com/tutorials/how-to-make-your-product-comparison-pages-more-attractive-and-trustworthy/\";s:9:\"guide_img\";s:37:\"tutorial/destinations-card-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:654;a:24:{s:2:\"id\";s:3:\"699\";s:5:\"title\";s:29:\"Kitchen Knives Product Slider\";s:5:\"alias\";s:21:\"knives-product-slider\";s:3:\"zip\";s:25:\"knives-product-slider.zip\";s:3:\"uid\";s:32:\"b1d2db8fcd3e6bb1e949d00c90fd6ec0\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/kitchen-knives-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:281:\"<span class=\"ttm_content\">Even if you\'re not into the knives selling business, this product slider template is easily customized to fit any use-case. The beautifully animated parallax elements, can be replaced with your own .png\'s, in no time!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:34:48\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Promote Subscription Boxes with a Unique Product Slider Design [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-promote-subscription-boxes-with-a-unique-product-slider-design/\";s:9:\"guide_img\";s:34:\"tutorial/knives-product-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:655;a:25:{s:2:\"id\";s:3:\"700\";s:5:\"title\";s:16:\"Tiny Slider Dark\";s:5:\"alias\";s:16:\"tiny-slider-dark\";s:3:\"zip\";s:20:\"tiny-slider-dark.zip\";s:3:\"uid\";s:32:\"57f5cd4e698621f5b7e09bc0bb172d72\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:51:32\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Design an Event Booking Page That Sells More Tickets [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-design-an-event-booking-page-that-sells-more-tickets/\";s:9:\"guide_img\";s:29:\"tutorial/tiny-slider-dark.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:656;a:25:{s:2:\"id\";s:3:\"701\";s:5:\"title\";s:17:\"Tiny Slider Light\";s:5:\"alias\";s:17:\"tiny-slider-light\";s:3:\"zip\";s:21:\"tiny-slider-light.zip\";s:3:\"uid\";s:32:\"67e9640a0dd7ac7c04342a323abb054a\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:56:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:657;a:25:{s:2:\"id\";s:3:\"702\";s:5:\"title\";s:24:\"Pet Store Product Slider\";s:5:\"alias\";s:24:\"pet-store-product-slider\";s:3:\"zip\";s:28:\"pet-store-product-slider.zip\";s:3:\"uid\";s:32:\"6f847227958900311108951a77721e29\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/pet-store-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">The Pet Store Product Slider template is a professional and eye-catching way to showcase your pet store\'s products on your website or social media. With this template, you can easily create a dynamic and interactive slider featuring your most popular pet products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:02:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"How to Design More Engaging Product Pages for eCommerce Websites [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-design-more-engaging-product-pages-for-ecommerce-websites/\";s:9:\"guide_img\";s:37:\"tutorial/pet-store-product-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:658;a:24:{s:2:\"id\";s:3:\"703\";s:5:\"title\";s:18:\"Material UI Slider\";s:5:\"alias\";s:18:\"material-ui-slider\";s:3:\"zip\";s:22:\"material-ui-slider.zip\";s:3:\"uid\";s:32:\"7e7909a030545f80c8ba8101c5b9bbd7\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/material-ui-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">The Material UI Slider Template is easy to use and requires no coding skills. You can quickly and easily create a professional-looking slider to showcase your products, services, or information in a visually appealing and engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:06:25\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Promote Your Digital Agency’s Services in a Unique Way [Tutorial]\";s:9:\"guide_url\";s:105:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-digital-agency-s-services-in-a-unique-way/\";s:9:\"guide_img\";s:31:\"tutorial/material-ui-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:659;a:25:{s:2:\"id\";s:3:\"704\";s:5:\"title\";s:19:\"Happy Holidays Hero\";s:5:\"alias\";s:19:\"happy-holidays-hero\";s:3:\"zip\";s:23:\"happy-holidays-hero.zip\";s:3:\"uid\";s:32:\"aabe32f963bc66d36f617c595ca2f1fd\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/happy-holidays-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Wish everyone happy holidays with our newest Christmas inspired hero section.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-22 09:27:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Hero Image Template to Use for Holidays and Sales [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-hero-image-template-to-use-for-holidays-and-sales/\";s:9:\"guide_img\";s:32:\"tutorial/happy-holidays-hero.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:660;a:24:{s:2:\"id\";s:3:\"705\";s:5:\"title\";s:34:\"Space & Sci-Fi Presentation Slider\";s:5:\"alias\";s:36:\"space-and-sci-fi-presentation-slider\";s:3:\"zip\";s:40:\"space-and-sci-fi-presentation-slider.zip\";s:3:\"uid\";s:32:\"6f8a89cfaa624a4ac799901fc85b802d\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/space-sci-fi-presentation-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">This is a perfect choice for technology companies, science fiction writers, space enthusiasts and much more.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"specialfx\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-01-24 12:57:45\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:86:\"How to Transport Your Visitors to Another Time or Place with Layered Images [Tutorial]\";s:9:\"guide_url\";s:119:\"https://www.sliderrevolution.com/tutorials/how-to-transport-your-visitors-to-another-time-or-place-with-layered-images/\";s:9:\"guide_img\";s:49:\"tutorial/space-and-sci-fi-presentation-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:661;a:24:{s:2:\"id\";s:3:\"706\";s:5:\"title\";s:21:\"Claymorphism Carousel\";s:5:\"alias\";s:21:\"Claymorphism-Carousel\";s:3:\"zip\";s:25:\"Claymorphism-Carousel.zip\";s:3:\"uid\";s:32:\"8faec9adf09737acd8efdad7a1ccb673\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/claymorphism-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:195:\"<span class=\"ttm_content\">The Claymorphism Carousel template for Slider Revolution is a visually striking slider that features the unique claymorphism style.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-01-24 13:01:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create a 3D Space for Your Portfolio Highlight Reel [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-space-for-your-portfolio-highlight-reel/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:662;a:24:{s:2:\"id\";s:3:\"707\";s:5:\"title\";s:24:\"404 Page Hero Collection\";s:5:\"alias\";s:24:\"404-page-hero-collection\";s:3:\"zip\";s:28:\"404-page-hero-collection.zip\";s:3:\"uid\";s:32:\"a614db3d61935fdf249d7de2ff1f2d8f\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/404-page-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:212:\"<span class=\"ttm_content\">With the 404 Page Hero Collection template for Slider Revolution, you have several creative solutions at your disposal, to make your 404 page shine!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:28:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:663;a:24:{s:2:\"id\";s:3:\"708\";s:5:\"title\";s:32:\"Furniture Store Isometric Slider\";s:5:\"alias\";s:32:\"furniture-store-isometric-slider\";s:3:\"zip\";s:36:\"furniture-store-isometric-slider.zip\";s:3:\"uid\";s:32:\"385f8e4dac9f84ea72388f656b200251\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/furniture-store-isometric-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A furniture store slider template with stunning and versatile visuals! With bold and beautiful 3D isometric graphics, it\'s the perfect way to showcase modern furniture pieces and room designs.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:35:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:664;a:27:{s:2:\"id\";s:3:\"709\";s:5:\"title\";s:36:\"Woodworking Website Template Package\";s:5:\"alias\";s:36:\"woodworking-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"woodworking-website-template-package\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 10:54:05\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:665;a:27:{s:2:\"id\";s:3:\"710\";s:5:\"title\";s:22:\"Wood Art One Page Hero\";s:5:\"alias\";s:22:\"wood-art-one-page-hero\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-hero.zip\";s:3:\"uid\";s:32:\"4236270d46058389ddb032f6c68d63dc\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:15:10\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:666;a:27:{s:2:\"id\";s:3:\"711\";s:5:\"title\";s:23:\"Wood Art One Page About\";s:5:\"alias\";s:23:\"wood-art-one-page-about\";s:3:\"zip\";s:33:\"packs/wood-art-one-page-about.zip\";s:3:\"uid\";s:32:\"c14fe92fa107d914dab4826681db8d1d\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:19:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:667;a:27:{s:2:\"id\";s:3:\"712\";s:5:\"title\";s:22:\"Wood Art One Page Work\";s:5:\"alias\";s:22:\"wood-art-one-page-work\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-work.zip\";s:3:\"uid\";s:32:\"a5d98ff9e7ecc52e9c8f5cb69e13fab9\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:23:03\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:668;a:27:{s:2:\"id\";s:3:\"713\";s:5:\"title\";s:30:\"Wood Art One Page Testimonials\";s:5:\"alias\";s:30:\"wood-art-one-page-testimonials\";s:3:\"zip\";s:40:\"packs/wood-art-one-page-testimonials.zip\";s:3:\"uid\";s:32:\"10cc4a93223c739cdd72a6f29ddfdbdc\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:32:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:669;a:27:{s:2:\"id\";s:3:\"714\";s:5:\"title\";s:24:\"Wood Art One Page Events\";s:5:\"alias\";s:24:\"wood-art-one-page-events\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-events.zip\";s:3:\"uid\";s:32:\"caf1318cca92472611d1bff75de2834e\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:35:58\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:670;a:27:{s:2:\"id\";s:3:\"715\";s:5:\"title\";s:24:\"Wood Art One Page Footer\";s:5:\"alias\";s:24:\"wood-art-one-page-footer\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-footer.zip\";s:3:\"uid\";s:32:\"096eb58a1bdc1da5f228ee26f44cc35e\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:38:37\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:671;a:27:{s:2:\"id\";s:3:\"716\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 1\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery1\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery1.zip\";s:3:\"uid\";s:32:\"9692c155e32743e6ad5656ff98fc1854\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:43:14\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:672;a:27:{s:2:\"id\";s:3:\"717\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 2\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery2\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery2.zip\";s:3:\"uid\";s:32:\"63487dd51eb68d1f748cbdc01d1659aa\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:46:52\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:673;a:27:{s:2:\"id\";s:3:\"718\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 3\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery3\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery3.zip\";s:3:\"uid\";s:32:\"4d907965c605272fdb037aadd150e533\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:49:44\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:674;a:27:{s:2:\"id\";s:3:\"719\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 4\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery4\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery4.zip\";s:3:\"uid\";s:32:\"1ea74ff7001db07847cb98f505f62569\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:53:19\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:675;a:27:{s:2:\"id\";s:3:\"720\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 5\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery5\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery5.zip\";s:3:\"uid\";s:32:\"f7c9b11f559f69fb2fdff1ca96ff9c4d\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/woodworking-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:56:28\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:676;a:24:{s:2:\"id\";s:3:\"721\";s:5:\"title\";s:35:\"Hero Template With Cursor Animation\";s:5:\"alias\";s:35:\"Hero-Template-With-Cursor-Animation\";s:3:\"zip\";s:39:\"Hero-Template-With-Cursor-Animation.zip\";s:3:\"uid\";s:32:\"a0b666db728eb8585980a43443fb30bf\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";s:7:\"preview\";s:79:\"https://www.sliderrevolution.com/templates/hero-template-with-cursor-animation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Elevate your website with our hero template that features a captivating cursor animation. Perfect for any website design project.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-28 11:18:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:65:\"How to Create a Mesmerizing Effect for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:98:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-mesmerizing-effect-for-your-hero-image/\";s:9:\"guide_img\";s:48:\"tutorial/Hero-Template-With-Cursor-Animation.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:677;a:25:{s:2:\"id\";s:3:\"722\";s:5:\"title\";s:26:\"Modern Hair Salon Showcase\";s:5:\"alias\";s:28:\"futuristic-hairstyles-slider\";s:3:\"zip\";s:32:\"futuristic-hairstyles-slider.zip\";s:3:\"uid\";s:32:\"29d22b07310f9f2a9e504f565bca3864\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/modern-hair-salon-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:331:\"<span class=\"ttm_content\">Showcase your salon\'s unique services, talented stylists, and stunning transformations with high-quality images, videos, and testimonials. Engage your audience with interactive sliders, sleek animations, and an intuitive design that highlights your salon\'s expertise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-04-17 11:43:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"A Creative Way to Display Different Options and Offerings on Your Site [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-display-different-options-and-offerings-on-your-site/\";s:9:\"guide_img\";s:41:\"tutorial/futuristic-hairstyles-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:678;a:28:{s:2:\"id\";s:3:\"723\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 1\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-1\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-1.zip\";s:3:\"uid\";s:32:\"28ab921107c8748e1f67185448e4488c\";s:3:\"img\";s:39:\"instagram-gallery-carousel-1/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 11:49:21\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:679;a:28:{s:2:\"id\";s:3:\"724\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 2\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-2\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-2.zip\";s:3:\"uid\";s:32:\"b6508dd2b1621eb44fc191906712730a\";s:3:\"img\";s:39:\"instagram-gallery-carousel-2/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 11:59:00\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:680;a:28:{s:2:\"id\";s:3:\"725\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 3\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-3\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-3.zip\";s:3:\"uid\";s:32:\"bbddb7776d56f9417a5aa1ffd336580c\";s:3:\"img\";s:39:\"instagram-gallery-carousel-3/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 12:00:51\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:681;a:28:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 4\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-4\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-4.zip\";s:3:\"uid\";s:32:\"191c6f2fc6b1b4d922ac59df22637f04\";s:3:\"img\";s:39:\"instagram-gallery-carousel-4/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 12:02:42\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:682;a:28:{s:2:\"id\";s:3:\"727\";s:5:\"title\";s:31:\"Instagram Gallery Carousel Pack\";s:5:\"alias\";s:31:\"instagram-gallery-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"instagram-gallery-carousel-pack\";s:3:\"img\";s:39:\"packages/Instagram-Gallery-Carousel.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-03 08:57:11\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:683;a:25:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:29:\"Storytelling Website Template\";s:5:\"alias\";s:29:\"Storytelling-Website-Template\";s:3:\"zip\";s:33:\"Storytelling-Website-Template.zip\";s:3:\"uid\";s:32:\"43a1d7c46025ab8f0b9fc49837f068de\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/storytelling-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">The ultimate solution to captivate your audience with immersive and interactive storytelling experiences.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-04 12:49:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:684;a:28:{s:2:\"id\";s:3:\"729\";s:5:\"title\";s:32:\"Generative AI Wordpress Template\";s:5:\"alias\";s:32:\"generative-ai-wordpress-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"generative-ai-wordpress-template\";s:3:\"img\";s:45:\"packages/Generative-AI-Wordpress-Template.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:535:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-19 11:03:15\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:685;a:28:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:9:\"G AI Hero\";s:5:\"alias\";s:9:\"G-AI-Hero\";s:3:\"zip\";s:19:\"packs/G-AI-Hero.zip\";s:3:\"uid\";s:32:\"bddbaf321d5e7fd3c46ad3cf7b684934\";s:3:\"img\";s:20:\"G-AI-Hero/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:06:43\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:686;a:28:{s:2:\"id\";s:3:\"731\";s:5:\"title\";s:10:\"G AI Intro\";s:5:\"alias\";s:10:\"G-AI-Intro\";s:3:\"zip\";s:20:\"packs/G-AI-Intro.zip\";s:3:\"uid\";s:32:\"c260d21743606248a98ebc9fe0f7daa0\";s:3:\"img\";s:21:\"G-AI-Intro/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:09:41\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:687;a:28:{s:2:\"id\";s:3:\"732\";s:5:\"title\";s:10:\"G AI Logos\";s:5:\"alias\";s:10:\"G-AI-Logos\";s:3:\"zip\";s:20:\"packs/G-AI-Logos.zip\";s:3:\"uid\";s:32:\"5e701af3844551f18cf4d45a6853cedd\";s:3:\"img\";s:21:\"G-AI-Logos/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:12:16\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:688;a:28:{s:2:\"id\";s:3:\"733\";s:5:\"title\";s:11:\"G AI Images\";s:5:\"alias\";s:11:\"G-AI-Images\";s:3:\"zip\";s:21:\"packs/G-AI-Images.zip\";s:3:\"uid\";s:32:\"8862e4e3ce5c3d67f80809d892df54f5\";s:3:\"img\";s:22:\"G-AI-Images/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:14:32\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:689;a:28:{s:2:\"id\";s:3:\"734\";s:5:\"title\";s:9:\"G AI Copy\";s:5:\"alias\";s:9:\"G-AI-Copy\";s:3:\"zip\";s:19:\"packs/G-AI-Copy.zip\";s:3:\"uid\";s:32:\"067c9615856d2ec6be31b066d82c2306\";s:3:\"img\";s:20:\"G-AI-Copy/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:17:03\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:690;a:28:{s:2:\"id\";s:3:\"735\";s:5:\"title\";s:10:\"G AI Tools\";s:5:\"alias\";s:10:\"G-AI-Tools\";s:3:\"zip\";s:20:\"packs/G-AI-Tools.zip\";s:3:\"uid\";s:32:\"23805fec299a8ca82659c030a4f16ce5\";s:3:\"img\";s:21:\"G-AI-Tools/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-19 11:18:36\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:691;a:28:{s:2:\"id\";s:3:\"736\";s:5:\"title\";s:10:\"G AI Cases\";s:5:\"alias\";s:10:\"G-AI-Cases\";s:3:\"zip\";s:20:\"packs/G-AI-Cases.zip\";s:3:\"uid\";s:32:\"7b474fb1cbc351d00732a51524cc0ae0\";s:3:\"img\";s:21:\"G-AI-Cases/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:22:41\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:692;a:28:{s:2:\"id\";s:3:\"737\";s:5:\"title\";s:18:\"G AI Gallery Title\";s:5:\"alias\";s:18:\"G-AI-Gallery-Title\";s:3:\"zip\";s:28:\"packs/G-AI-Gallery-Title.zip\";s:3:\"uid\";s:32:\"6e28c3f7027e58537782b95d0290b16e\";s:3:\"img\";s:29:\"G-AI-Gallery-Title/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:24:20\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:693;a:28:{s:2:\"id\";s:3:\"738\";s:5:\"title\";s:12:\"G AI Gallery\";s:5:\"alias\";s:12:\"G-AI-Gallery\";s:3:\"zip\";s:22:\"packs/G-AI-Gallery.zip\";s:3:\"uid\";s:32:\"9ce2e0db0c4af129329b42169133de12\";s:3:\"img\";s:23:\"G-AI-Gallery/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:26:02\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:694;a:28:{s:2:\"id\";s:3:\"739\";s:5:\"title\";s:17:\"G AI Testimonials\";s:5:\"alias\";s:17:\"G-AI-Testimonials\";s:3:\"zip\";s:27:\"packs/G-AI-Testimonials.zip\";s:3:\"uid\";s:32:\"2bdff749f895cf484919fa379daa4ce1\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:29:00\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:695;a:28:{s:2:\"id\";s:3:\"740\";s:5:\"title\";s:11:\"G AI Footer\";s:5:\"alias\";s:11:\"G-AI-Footer\";s:3:\"zip\";s:21:\"packs/G-AI-Footer.zip\";s:3:\"uid\";s:32:\"756676ee2fb920253d84e0558b9e5c43\";s:3:\"img\";s:22:\"G-AI-Footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:31:24\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:696;a:28:{s:2:\"id\";s:3:\"741\";s:5:\"title\";s:23:\"Visual Design One-Pager\";s:5:\"alias\";s:23:\"visual-design-one-pager\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"visual-design-one-pager\";s:3:\"img\";s:36:\"packages/Visual-Design-One-Pager.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:01:18\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:697;a:28:{s:2:\"id\";s:3:\"742\";s:5:\"title\";s:20:\"Visual Designer Menu\";s:5:\"alias\";s:20:\"visual-designer-menu\";s:3:\"zip\";s:30:\"packs/visual-designer-menu.zip\";s:3:\"uid\";s:32:\"5c5177905993ce5e7919d1360f0a264b\";s:3:\"img\";s:31:\"visual-designer-menu/slide1.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:04:41\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:698;a:28:{s:2:\"id\";s:3:\"743\";s:5:\"title\";s:22:\"Visual Designer Slider\";s:5:\"alias\";s:22:\"visual-designer-slider\";s:3:\"zip\";s:32:\"packs/visual-designer-slider.zip\";s:3:\"uid\";s:32:\"9a48f4a2546c87d311f692aa1a2d70a4\";s:3:\"img\";s:33:\"visual-designer-slider/slide1.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:06:26\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:699;a:28:{s:2:\"id\";s:3:\"744\";s:5:\"title\";s:25:\"Visual Designer Portfolio\";s:5:\"alias\";s:25:\"Visual-Designer-Portfolio\";s:3:\"zip\";s:35:\"packs/Visual-Designer-Portfolio.zip\";s:3:\"uid\";s:32:\"d53dbb86df1fca5ac940eb98a045b7f7\";s:3:\"img\";s:36:\"Visual-Designer-Portfolio/slide1.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:08:57\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:700;a:27:{s:2:\"id\";s:3:\"745\";s:5:\"title\";s:21:\"Visual Designer About\";s:5:\"alias\";s:21:\"Visual-Designer-About\";s:3:\"zip\";s:31:\"packs/Visual-Designer-About.zip\";s:3:\"uid\";s:32:\"0968eb1bf48e95ddccc9fb7555752099\";s:3:\"img\";s:32:\"Visual-Designer-About/slide1.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:10:45\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:701;a:28:{s:2:\"id\";s:3:\"746\";s:5:\"title\";s:22:\"Visual Designer Footer\";s:5:\"alias\";s:22:\"visual-designer-footer\";s:3:\"zip\";s:32:\"packs/visual-designer-footer.zip\";s:3:\"uid\";s:32:\"e6027c38009d73cf8ddaeb70ea48d8a8\";s:3:\"img\";s:33:\"visual-designer-footer/slide1.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:12:21\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:702;a:28:{s:2:\"id\";s:3:\"747\";s:5:\"title\";s:27:\"Visual Designer Detail View\";s:5:\"alias\";s:27:\"Visual-Designer-Detail-View\";s:3:\"zip\";s:37:\"packs/Visual-Designer-Detail-View.zip\";s:3:\"uid\";s:32:\"1faa6ce0fc43a08f3800acace5eb2925\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide1.jpg\";s:7:\"preview\";s:85:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:14:05\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:703;a:25:{s:2:\"id\";s:3:\"748\";s:5:\"title\";s:24:\"Online Watch Shop Slider\";s:5:\"alias\";s:24:\"online-watch-shop-slider\";s:3:\"zip\";s:28:\"online-watch-shop-slider.zip\";s:3:\"uid\";s:32:\"bbe52119b342d63ead804a91e2ade96d\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/online-watch-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:524:\"<span class=\"ttm_content\">The \"Online Watch Shop Slider\" is a stunning design tailored specifically for watch retailers and enthusiasts. With its sleek and modern layout, this template allows you to showcase your collection of timepieces in a visually captivating manner. Featuring smooth transitions and customizable slides, this template provides a seamless browsing experience for your customers, making it an ideal choice for online watch shops aiming to leave a lasting impression.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-12 08:36:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:704;a:25:{s:2:\"id\";s:3:\"749\";s:5:\"title\";s:31:\"Brewery Website Slider Template\";s:5:\"alias\";s:31:\"Brewery-Website-Slider-Template\";s:3:\"zip\";s:35:\"Brewery-Website-Slider-Template.zip\";s:3:\"uid\";s:32:\"bcf9213d1ba9c2c41382433c124adf30\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/brewery-website-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:421:\"<span class=\"ttm_content\">The Brewery Website Slider Template offers a visually appealing and versatile design, perfect for showcasing the unique offerings of any brewery. With its captivating imagery, smooth transitions, and customizable elements, this template creates an engaging experience that entices visitors to explore the brewery\'s story and discover its exceptional brews. </span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-23 11:27:46\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:705;a:25:{s:2:\"id\";s:3:\"750\";s:5:\"title\";s:40:\"Hero Slider with Midjourney Image Effect\";s:5:\"alias\";s:40:\"Hero-Slider-with-Midjourney-Image-Effect\";s:3:\"zip\";s:44:\"Hero-Slider-with-Midjourney-Image-Effect.zip\";s:3:\"uid\";s:32:\"45db238a0a64622e4d39f1993106d5e6\";s:3:\"img\";s:51:\"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg\";s:7:\"preview\";s:84:\"https://www.sliderrevolution.com/templates/hero-slider-with-midjourney-image-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:427:\"<span class=\"ttm_content\">Experience the magic of our new Hero Slider template, featuring the innovative Midjourney Image Effect. This unique template brings the style of an action movie poster to your website, offering an interactive intro that iss sure to captivate visitors. The Midjourney Image sequence, with its subtle variations, adds a dynamic touch, making your website stand out.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-28 13:47:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:706;a:25:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:31:\"Highlight Hero Section Template\";s:5:\"alias\";s:31:\"Highlight-Hero-Section-Template\";s:3:\"zip\";s:35:\"Highlight-Hero-Section-Template.zip\";s:3:\"uid\";s:32:\"e16c375827f3c54cdd224ef612e3e31a\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/highlight-hero-section-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:334:\"<span class=\"ttm_content\">Introducing the Highlight Hero Section Template for Slider Revolution. Make a bold first impression with stunning visuals and seamless animations. Customize every aspect effortlessly and engage your visitors instantly. Elevate your website with this remarkable template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-07-06 10:07:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:700:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:19:\"Photographer-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";}}s:27:\"Photographer-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";}}s:21:\"Photographer-Showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";}}s:22:\"Photographer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";}}s:21:\"Photographer-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";}}s:19:\"Photographer-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";}}s:18:\"Photographer-Modal\";a:1:{i:0;a:2:{s:5:\"title\";s:8:\"Slider 1\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}s:24:\"furniture-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"furniture-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"furniture-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"furniture-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"furniture-website-slider/slide5.jpg\";}}s:26:\"fitness-gym-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide5.jpg\";}}s:35:\"ai--robotics-webside-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";}}s:30:\"ai-and-robotics-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide4.jpg\";}}s:14:\"ai-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";}}s:33:\"minimal-typography-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide4.jpg\";}}s:19:\"404-page-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"404-page-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"404-page-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"404-page-collection/slide4.jpg\";}}s:21:\"ecommerce-sale-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide4.jpg\";}}s:19:\"fashion-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"fashion-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"fashion-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"fashion-shop-slider/slide4.jpg\";}}s:29:\"lingerie-store-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide5.jpg\";}}s:28:\"beach-events-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide4.jpg\";}}s:41:\"creative-portfolio-website-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";}}s:30:\"creative-portfolio-main-slider\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide8.jpg\";}}s:28:\"creative-portfolio-project-1\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide5.jpg\";}}s:28:\"creative-portfolio-project-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide5.jpg\";}}s:28:\"creative-portfolio-project-3\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide5.jpg\";}}s:28:\"creative-portfolio-project-4\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide5.jpg\";}}s:28:\"creative-portfolio-project-5\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide5.jpg\";}}s:28:\"creative-portfolio-project-6\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide5.jpg\";}}s:28:\"creative-portfolio-project-7\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide5.jpg\";}}s:19:\"ai-particle-cluster\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"ai-particle-cluster/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"ai-particle-cluster/slide3.jpg\";}}s:24:\"artistic-parallax-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide4.jpg\";}}s:23:\"magazine-content-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";}}s:30:\"magazine-content-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide4.jpg\";}}s:24:\"Masonry-Gallery-Carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide3.jpg\";}}s:21:\"neon-wordpress-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide5.jpg\";}}s:27:\"Restaurant-One-Page-Website\";a:11:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide11.jpg\";}}s:18:\"woocommerce-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"woocommerce-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"woocommerce-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"woocommerce-slider/slide4.jpg\";}}s:25:\"woocommerce-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide4.jpg\";}}s:21:\"wordpress-post-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";}}s:28:\"WordPress-Post-Slider-Static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide6.jpg\";}}s:22:\"wordpress-video-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wordpress-video-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wordpress-video-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wordpress-video-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wordpress-video-slider/slide5.jpg\";}}s:37:\"architecture-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";}}s:17:\"architecture-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";}}s:26:\"architecture-header-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"architecture-header-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"architecture-header-slider/slide3.jpg\";}}s:23:\"architecture-text-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";}}s:18:\"architecture-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";}}s:26:\"architecture-process-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";}}s:20:\"architecture-process\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"architecture-process/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"architecture-process/slide3.jpg\";}}s:22:\"architecture-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";}}s:28:\"architecture-portfolio-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide4.jpg\";}}s:20:\"architecture-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";}}s:23:\"image-comparison-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"image-comparison-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"image-comparison-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"image-comparison-slider/slide4.jpg\";}}s:37:\"wedding-photo-slider-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";}}s:20:\"wedding-photo-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"wedding-photo-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"wedding-photo-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"wedding-photo-slider/slide4.jpg\";}}s:26:\"wedding-photo-slider-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide4.jpg\";}}s:24:\"destinations-card-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"destinations-card-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"destinations-card-slider/slide3.jpg\";}}s:21:\"knives-product-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"knives-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"knives-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"knives-product-slider/slide4.jpg\";}}s:16:\"tiny-slider-dark\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"tiny-slider-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"tiny-slider-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"tiny-slider-dark/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"tiny-slider-dark/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"tiny-slider-dark/slide6.jpg\";}}s:17:\"tiny-slider-light\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"tiny-slider-light/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"tiny-slider-light/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"tiny-slider-light/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"tiny-slider-light/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"tiny-slider-light/slide6.jpg\";}}s:24:\"pet-store-product-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"pet-store-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"pet-store-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"pet-store-product-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"pet-store-product-slider/slide5.jpg\";}}s:18:\"material-ui-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"material-ui-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"material-ui-slider/slide3.jpg\";}}s:19:\"happy-holidays-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";}}s:36:\"space-and-sci-fi-presentation-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide4.png\";}}s:21:\"Claymorphism-Carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide4.jpg\";}}s:24:\"404-page-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"404-page-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"404-page-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"404-page-hero-collection/slide4.jpg\";}}s:32:\"furniture-store-isometric-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide4.jpg\";}}s:36:\"woodworking-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";}}s:22:\"wood-art-one-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";}}s:23:\"wood-art-one-page-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";}}s:22:\"wood-art-one-page-work\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide5.jpg\";}}s:30:\"wood-art-one-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";}}s:24:\"wood-art-one-page-events\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";}}s:24:\"wood-art-one-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";}}s:26:\"wood-art-one-page-gallery1\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery2\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery4\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery5\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide3.jpg\";}}s:35:\"Hero-Template-With-Cursor-Animation\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";}}s:28:\"futuristic-hairstyles-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide5.jpg\";}}s:28:\"instagram-gallery-carousel-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-1/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-2/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-3/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-4/slide1.jpg\";}}s:31:\"instagram-gallery-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/Instagram-Gallery-Carousel.jpg\";}}s:29:\"Storytelling-Website-Template\";a:16:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide12.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide13.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide14.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide15.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide16.jpg\";}}s:32:\"generative-ai-wordpress-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/Generative-AI-Wordpress-Template.jpg\";}}s:9:\"G-AI-Hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"G-AI-Hero/slide1.jpg\";}}s:10:\"G-AI-Intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Intro/slide1.jpg\";}}s:10:\"G-AI-Logos\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Logos/slide1.jpg\";}}s:11:\"G-AI-Images\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"G-AI-Images/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"G-AI-Images/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"G-AI-Images/slide3.jpg\";}}s:9:\"G-AI-Copy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"G-AI-Copy/slide1.jpg\";}}s:10:\"G-AI-Tools\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Tools/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"G-AI-Tools/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"G-AI-Tools/slide3.jpg\";}}s:10:\"G-AI-Cases\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Cases/slide1.jpg\";}}s:18:\"G-AI-Gallery-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"G-AI-Gallery-Title/slide1.jpg\";}}s:12:\"G-AI-Gallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"G-AI-Gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"G-AI-Gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"G-AI-Gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"G-AI-Gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"G-AI-Gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"G-AI-Gallery/slide6.jpg\";}}s:17:\"G-AI-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide3.jpg\";}}s:11:\"G-AI-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"G-AI-Footer/slide1.jpg\";}}s:23:\"visual-design-one-pager\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"packages/Visual-Design-One-Pager.jpg\";}}s:20:\"visual-designer-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"visual-designer-menu/slide1.jpg\";}}s:22:\"visual-designer-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"visual-designer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"visual-designer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"visual-designer-slider/slide3.jpg\";}}s:25:\"Visual-Designer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"Visual-Designer-Portfolio/slide1.jpg\";}}s:21:\"Visual-Designer-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Visual-Designer-About/slide1.jpg\";}}s:22:\"visual-designer-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"visual-designer-footer/slide1.jpg\";}}s:27:\"Visual-Designer-Detail-View\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide7.jpg\";}}s:24:\"online-watch-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide4.jpg\";}}s:31:\"Brewery-Website-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide4.jpg\";}}s:40:\"Hero-Slider-with-Midjourney-Image-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg\";}}s:31:\"Highlight-Hero-Section-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide4.jpg\";}}}}', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(501, 'revslider_update_version', '6.0', 'yes'),
(502, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(503, 'revslider_update_revision_current', '6.0.0', 'yes'),
(505, 'elementor_enable_inspector', 'enable', 'yes'),
(509, 'litespeed.css._summary', '[]', 'yes'),
(513, 'elementor_log', 'a:15:{s:32:\"25bdb3c69c8af38328a775636b411231\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-09 16:21:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-09 16:21:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6b7057c608c194c7441b3e33293965e5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-09 16:21:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-09 16:21:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1b28049735e7b7d0f7268fa9517a4166\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-09 16:21:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-09 16:21:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a21ed7e1f57eedf2274648a3dec0bb5b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-09 16:21:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:11:\"3.15.0-dev2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-09 16:21:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:11:\"3.15.0-dev2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"967de1da6de942fc6437fd64696ac4db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-09 16:21:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:11:\"3.15.0-dev2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-09 16:21:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:11:\"3.15.0-dev2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"13297aebef0a19fe74a5e4fe2e839171\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:82:\"/home/u8620162/public_html/demo/wp-content/plugins/elementor/core/kits/manager.php\";s:7:\"\0*\0line\";i:323;s:7:\"\0*\0date\";s:19:\"2023-07-09 16:26:50\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:118;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-07-10 15:57:21\";i:1;s:19:\"2023-07-10 16:04:58\";i:2;s:19:\"2023-07-10 16:08:39\";i:3;s:19:\"2023-07-10 16:16:46\";i:4;s:19:\"2023-07-12 12:53:46\";i:5;s:19:\"2023-07-12 12:54:26\";i:6;s:19:\"2023-07-12 12:57:37\";i:7;s:19:\"2023-07-12 13:14:30\";i:8;s:19:\"2023-07-12 13:14:47\";i:9;s:19:\"2023-07-12 13:16:17\";i:10;s:19:\"2023-07-12 14:55:30\";i:11;s:19:\"2023-07-12 14:57:59\";i:12;s:19:\"2023-07-12 16:30:27\";i:13;s:19:\"2023-07-12 18:06:24\";i:14;s:19:\"2023-07-12 18:07:24\";i:15;s:19:\"2023-07-13 07:53:02\";i:16;s:19:\"2023-07-13 07:53:35\";i:17;s:19:\"2023-07-13 07:53:57\";i:18;s:19:\"2023-07-13 07:54:01\";i:19;s:19:\"2023-07-13 07:54:02\";i:20;s:19:\"2023-07-13 07:54:08\";i:21;s:19:\"2023-07-13 07:54:11\";i:22;s:19:\"2023-07-13 07:54:17\";i:23;s:19:\"2023-07-13 07:54:20\";i:24;s:19:\"2023-07-13 07:54:26\";i:25;s:19:\"2023-07-13 07:54:29\";i:26;s:19:\"2023-07-13 07:55:41\";i:27;s:19:\"2023-07-13 07:56:13\";i:28;s:19:\"2023-07-13 07:57:07\";i:29;s:19:\"2023-07-13 07:57:38\";i:30;s:19:\"2023-07-13 08:08:23\";i:31;s:19:\"2023-07-14 14:21:15\";i:32;s:19:\"2023-07-14 14:45:40\";i:33;s:19:\"2023-07-14 14:48:30\";i:34;s:19:\"2023-07-14 14:50:33\";i:35;s:19:\"2023-07-14 14:53:49\";i:36;s:19:\"2023-07-14 14:56:58\";i:37;s:19:\"2023-07-14 15:00:56\";i:38;s:19:\"2023-07-14 15:03:36\";i:39;s:19:\"2023-07-14 17:23:00\";i:40;s:19:\"2023-07-14 18:09:37\";i:41;s:19:\"2023-07-14 18:46:40\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type null\";s:4:\"file\";s:82:\"/home/u8620162/public_html/demo/wp-content/plugins/elementor/core/kits/manager.php\";s:4:\"line\";i:323;s:5:\"trace\";b:1;}}s:32:\"d6e08b018bba6684e56d34a2c0833d3a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:122:\"/home/u8620162/public_html/demo/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php\";s:7:\"\0*\0line\";i:19;s:7:\"\0*\0date\";s:19:\"2023-07-09 16:32:01\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:19:\"Undefined offset: 0\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:9;s:14:\"\0*\0times_dates\";a:9:{i:0;s:19:\"2023-07-09 16:32:01\";i:1;s:19:\"2023-07-09 16:33:13\";i:2;s:19:\"2023-07-09 16:33:16\";i:3;s:19:\"2023-07-09 16:34:00\";i:4;s:19:\"2023-07-09 16:34:10\";i:5;s:19:\"2023-07-09 16:35:18\";i:6;s:19:\"2023-07-09 16:35:44\";i:7;s:19:\"2023-07-09 16:36:10\";i:8;s:19:\"2023-07-09 16:37:09\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:19:\"Undefined offset: 0\";s:4:\"file\";s:122:\"/home/u8620162/public_html/demo/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg/font-awesome.php\";s:4:\"line\";i:19;s:5:\"trace\";b:1;}}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"802511\";s:7:\"\0*\0file\";s:93:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.0-dev2\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-09 17:57:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:24;s:14:\"\0*\0times_dates\";a:24:{i:0;s:19:\"2023-07-09 17:57:44\";i:1;s:19:\"2023-07-09 19:22:54\";i:2;s:19:\"2023-07-09 19:22:54\";i:3;s:19:\"2023-07-09 19:22:54\";i:4;s:19:\"2023-07-09 19:22:54\";i:5;s:19:\"2023-07-09 19:58:19\";i:6;s:19:\"2023-07-09 19:58:24\";i:7;s:19:\"2023-07-09 20:04:07\";i:8;s:19:\"2023-07-09 20:04:08\";i:9;s:19:\"2023-07-10 15:14:18\";i:10;s:19:\"2023-07-10 15:14:18\";i:11;s:19:\"2023-07-10 15:14:18\";i:12;s:19:\"2023-07-10 15:14:18\";i:13;s:19:\"2023-07-10 15:14:18\";i:14;s:19:\"2023-07-10 15:14:20\";i:15;s:19:\"2023-07-10 15:14:20\";i:16;s:19:\"2023-07-10 15:14:20\";i:17;s:19:\"2023-07-12 13:04:41\";i:18;s:19:\"2023-07-12 18:07:59\";i:19;s:19:\"2023-07-12 18:08:00\";i:20;s:19:\"2023-07-12 18:08:00\";i:21;s:19:\"2023-07-12 18:08:02\";i:22;s:19:\"2023-07-12 18:08:02\";i:23;s:19:\"2023-07-14 18:12:05\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1688925464\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:93:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.0-dev2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"802511\";}}s:32:\"ecd1b8fef63dcb07352b72e789ef71e0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"54034\";s:7:\"\0*\0file\";s:93:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.0-dev2\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-10 16:12:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading &#039;activate&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-10 16:12:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689005555\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'activate\')\";s:3:\"url\";s:93:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.0-dev2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:5:\"54034\";}}s:32:\"c1433fdf34eefa5bb236da4480841232\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:99:\"/home/u8620162/public_html/demo/wp-content/plugins/elementor/core/common/modules/connect/module.php\";s:7:\"\0*\0line\";i:225;s:7:\"\0*\0date\";s:19:\"2023-07-12 11:56:43\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:54:\"Trying to get property &#039;email&#039; of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-12 11:56:43\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:44:\"Trying to get property \'email\' of non-object\";s:4:\"file\";s:99:\"/home/u8620162/public_html/demo/wp-content/plugins/elementor/core/common/modules/connect/module.php\";s:4:\"line\";i:225;s:5:\"trace\";b:1;}}s:32:\"d72e3510bdcf9388abdd23a760fcacc6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"16\";s:7:\"\0*\0file\";s:105:\"https://demo.unsap.ac.id/wp-content/plugins/magical-addons-for-elementor/assets/js/el-editor.js?ver=5.1.3\";s:7:\"\0*\0line\";s:2:\"13\";s:7:\"\0*\0date\";s:19:\"2023-07-12 13:03:08\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of null (reading &#039;querySelector&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-12 13:03:08\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689166988\";s:7:\"message\";s:56:\"Cannot read properties of null (reading \'querySelector\')\";s:3:\"url\";s:105:\"https://demo.unsap.ac.id/wp-content/plugins/magical-addons-for-elementor/assets/js/el-editor.js?ver=5.1.3\";s:4:\"line\";s:2:\"13\";s:6:\"column\";s:2:\"16\";}}s:32:\"f2793a234a6a6e2287e5a50c64e7a173\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"28248\";s:7:\"\0*\0file\";s:95:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.0-dev2\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-07-12 15:37:54\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:65:\"Cannot read properties of undefined (reading &#039;closest&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-12 15:37:54\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689176274\";s:7:\"message\";s:55:\"Cannot read properties of undefined (reading \'closest\')\";s:3:\"url\";s:95:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.0-dev2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"28248\";}}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"802004\";s:7:\"\0*\0file\";s:93:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.0-dev2\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-12 18:07:55\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-12 18:07:55\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689185275\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:93:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.15.0-dev2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"802004\";}}s:32:\"a3e66fd64454ff5c43a58b0e1e48470a\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"265354\";s:7:\"\0*\0file\";s:93:\"https://demo.unsap.ac.id/wp-content/uploads/essential-addons-elementor/eael.js?ver=1689235058\";s:7:\"\0*\0line\";s:2:\"10\";s:7:\"\0*\0date\";s:19:\"2023-07-14 16:15:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:77:\"Cannot read properties of undefined (reading &#039;fg_mfp_counter_text&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:91;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2023-07-14 16:25:05\";i:1;s:19:\"2023-07-14 16:25:06\";i:2;s:19:\"2023-07-14 16:25:09\";i:3;s:19:\"2023-07-14 16:25:27\";i:4;s:19:\"2023-07-14 16:25:47\";i:5;s:19:\"2023-07-14 16:26:10\";i:6;s:19:\"2023-07-14 16:26:28\";i:7;s:19:\"2023-07-14 16:26:59\";i:8;s:19:\"2023-07-14 16:27:11\";i:9;s:19:\"2023-07-14 16:27:26\";i:10;s:19:\"2023-07-14 16:28:02\";i:11;s:19:\"2023-07-14 16:28:08\";i:12;s:19:\"2023-07-14 16:28:11\";i:13;s:19:\"2023-07-14 16:28:12\";i:14;s:19:\"2023-07-14 16:28:13\";i:15;s:19:\"2023-07-14 16:28:17\";i:16;s:19:\"2023-07-14 16:28:26\";i:17;s:19:\"2023-07-14 16:29:24\";i:18;s:19:\"2023-07-14 16:29:36\";i:19;s:19:\"2023-07-14 16:29:37\";i:20;s:19:\"2023-07-14 16:30:35\";i:21;s:19:\"2023-07-14 16:31:28\";i:22;s:19:\"2023-07-14 16:31:40\";i:23;s:19:\"2023-07-14 16:31:41\";i:24;s:19:\"2023-07-14 16:31:51\";i:25;s:19:\"2023-07-14 16:32:24\";i:26;s:19:\"2023-07-14 16:32:55\";i:27;s:19:\"2023-07-14 16:33:16\";i:28;s:19:\"2023-07-14 16:33:20\";i:29;s:19:\"2023-07-14 16:33:32\";i:30;s:19:\"2023-07-14 16:33:36\";i:31;s:19:\"2023-07-14 16:33:50\";i:32;s:19:\"2023-07-14 16:34:03\";i:33;s:19:\"2023-07-14 16:34:06\";i:34;s:19:\"2023-07-14 16:34:07\";i:35;s:19:\"2023-07-14 16:37:02\";i:36;s:19:\"2023-07-14 16:37:14\";i:37;s:19:\"2023-07-14 16:37:50\";i:38;s:19:\"2023-07-14 16:37:59\";i:39;s:19:\"2023-07-14 17:23:01\";i:40;s:19:\"2023-07-14 18:09:38\";i:41;s:19:\"2023-07-14 18:46:40\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689351337\";s:7:\"message\";s:67:\"Cannot read properties of undefined (reading \'fg_mfp_counter_text\')\";s:3:\"url\";s:93:\"https://demo.unsap.ac.id/wp-content/uploads/essential-addons-elementor/eael.js?ver=1689235058\";s:4:\"line\";s:2:\"10\";s:6:\"column\";s:6:\"265354\";}}s:32:\"9f138d632821749699a5b4e02153dd43\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"14266\";s:7:\"\0*\0file\";s:101:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.15.0-dev2\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-07-14 16:57:56\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:54:\"An invalid argument supplied as multiple control value\";s:7:\"\0*\0meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:67:\"Element `undefined` got as `width` value. Expected array or object.\";}s:8:\"\0*\0times\";i:21;s:14:\"\0*\0times_dates\";a:21:{i:0;s:19:\"2023-07-14 16:57:56\";i:1;s:19:\"2023-07-14 16:57:56\";i:2;s:19:\"2023-07-14 16:57:56\";i:3;s:19:\"2023-07-14 17:01:46\";i:4;s:19:\"2023-07-14 17:01:46\";i:5;s:19:\"2023-07-14 17:01:46\";i:6;s:19:\"2023-07-14 18:57:47\";i:7;s:19:\"2023-07-14 18:57:47\";i:8;s:19:\"2023-07-14 18:57:47\";i:9;s:19:\"2023-07-14 18:58:28\";i:10;s:19:\"2023-07-14 18:58:28\";i:11;s:19:\"2023-07-14 18:58:28\";i:12;s:19:\"2023-07-14 18:58:38\";i:13;s:19:\"2023-07-14 18:58:38\";i:14;s:19:\"2023-07-14 18:58:38\";i:15;s:19:\"2023-07-14 18:58:44\";i:16;s:19:\"2023-07-14 18:58:44\";i:17;s:19:\"2023-07-14 18:58:44\";i:18;s:19:\"2023-07-14 18:59:05\";i:19;s:19:\"2023-07-14 18:59:05\";i:20;s:19:\"2023-07-14 18:59:05\";}s:7:\"\0*\0args\";a:8:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689353876\";s:7:\"message\";s:54:\"An invalid argument supplied as multiple control value\";s:3:\"url\";s:101:\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=3.15.0-dev2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:5:\"14266\";s:12:\"customFields\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:67:\"Element `undefined` got as `width` value. Expected array or object.\";}s:4:\"meta\";a:2:{s:8:\"category\";s:18:\"InvalidElementData\";s:3:\"tag\";s:67:\"Element `undefined` got as `width` value. Expected array or object.\";}}}}', 'no'),
(518, 'elementskit-lite__banner_last_check', '1689346106', 'yes'),
(519, 'elementskit-lite__banner_data', 'O:8:\"stdClass\":10:{s:8:\"10010421\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010421;s:5:\"title\";s:34:\"Wpmet Summer Dashboard Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}s:8:\"10007139\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007139;s:5:\"title\";s:31:\"Wpmet Summer Campaign Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}s:8:\"10007137\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007137;s:5:\"title\";s:31:\"Wpmet Summer Campaign Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}}', 'yes'),
(520, 'elementskit-lite_install_date', '2023-07-09 04:21:08', 'yes'),
(528, 'eael_setup_wizard', 'complete', 'yes'),
(529, 'eael_save_settings', 'a:57:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";s:0:\"\";s:14:\"contact-form-7\";s:0:\"\";s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";s:0:\"\";s:8:\"woo-cart\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";s:0:\"\";s:18:\"interactive-circle\";s:0:\"\";s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";i:1;s:8:\"svg-draw\";s:0:\"\";}', 'yes'),
(530, 'wpdeveloper_plugins_data', 'a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1689571230;s:6:\"review\";i:1689916830;}s:4:\"time\";i:1689355230;s:7:\"version\";s:5:\"5.8.2\";}}', 'yes'),
(531, 'eael_version', '5.8.2', 'yes'),
(532, 'eael_admin_menu_notice', '6', 'no'),
(535, 'happy_addons_activation_time', '1688919714', 'yes'),
(536, 'happyaddons_do_wizard_direct', '1', 'yes'),
(538, 'elementor_load_fa4_shim', 'yes', 'yes'),
(539, 'happyaddons_version', '3.8.5', 'yes'),
(540, 'happy-elementor-x98237938759348573', '1', 'yes'),
(542, 'happyaddons_inactive_widgets', 'a:21:{i:0;s:17:\"justified-gallery\";i:1;s:8:\"carousel\";i:2;s:16:\"gradient-heading\";i:3;s:6:\"wpform\";i:4;s:9:\"ninjaform\";i:5;s:11:\"calderaform\";i:6;s:6:\"weform\";i:7;s:6:\"number\";i:8;s:8:\"flip-box\";i:9;s:13:\"pricing-table\";i:10;s:12:\"gravityforms\";i:11;s:9:\"bar-chart\";i:12;s:12:\"twitter-feed\";i:13;s:8:\"post-tab\";i:14;s:13:\"taxonomy-list\";i:15;s:11:\"fluent-form\";i:16;s:12:\"social-share\";i:17;s:18:\"image-hover-effect\";i:18;s:10:\"link-hover\";i:19;s:9:\"mailchimp\";i:20;s:17:\"image-stack-group\";}', 'yes'),
(543, 'happyaddons_inactive_features', 'a:0:{}', 'yes'),
(544, 'happy-elementor-addons_allow_tracking', 'yes', 'yes'),
(549, 'widget_widget-iconlist-kamn', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(550, 'kamn_iconlist_options', 'a:1:{s:33:\"kamn_iconlist_fontawesome_control\";s:1:\"1\";}', 'yes'),
(553, 'pagelayer_getting_started', '1688919756', 'yes'),
(555, 'elementskit-lite__stories_last_check', '1689346100', 'yes'),
(556, 'elementskit-lite__stories_data', 'O:8:\"stdClass\":10:{s:8:\"10010462\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010462;s:5:\"title\";s:57:\"How To Show Dribbble Feed On Your Website In 7 Easy Steps\";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:44:\"https://wpmet.com/how-to-show-dribbble-feed/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010461\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010461;s:5:\"title\";s:44:\"How to Add Motion Text to WordPress Websites\";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:55:\"https://wpmet.com/add-motion-text-to-wordpress-website/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010460\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010460;s:5:\"title\";s:59:\"How to Create a Particle Effect in WordPress [The Easy Way]\";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:63:\"https://wpmet.com/how-to-create-a-particle-effect-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:\"10010459\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010459;s:5:\"title\";s:49:\"What Are The Common Copywriting Mistakes to Avoid\";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:57:\"https://getgenie.ai/common-copywriting-mistakes-to-avoid/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010458\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010458;s:5:\"title\";s:56:\"How to Avoid Plagiarism While Using ChatGPT and Ai Tools\";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:58:\"https://getgenie.ai/how-to-avoid-plagiarism-with-ai-tools/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010457\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010457;s:5:\"title\";s:60:\"Content Gap Analysis: The Secret to Outrank Your Competitors\";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/content-gap-analysis/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010446\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010446;s:5:\"title\";s:59:\"10 Copywriting Best Practices for Beginners (Tips & Tricks)\";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:47:\"https://getgenie.ai/copywriting-best-practices/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010445\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010445;s:5:\"title\";s:34:\"Why Ecommerce Websites Need a Blog\";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:55:\"https://getgenie.ai/why-ecommerce-websites-need-a-blog/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010444\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010444;s:5:\"title\";s:50:\"How to Use Ai For Social Media: Step-by-Step Guide\";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:51:\"https://getgenie.ai/how-to-use-ai-for-social-media/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010443\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010443;s:5:\"title\";s:63:\"How to Generate Instagram Bio Using Ai (3 Easy Steps to Follow)\";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:50:\"https://getgenie.ai/how-to-generate-instagram-bio/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}', 'yes'),
(557, 'n2_ss3_version', '3.5.1.17/b:release-3.5.1.17/r:84052299f26fb055b609c15db750e1462248c65a', 'yes'),
(558, 'widget_smartslider3', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:6:\"jjjjjj\";s:6:\"slider\";s:1:\"1\";}}', 'yes'),
(559, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:31:\"royal-elementor-addons/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.5.10\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1689926912;s:11:\"plugin_path\";s:37:\"royal-elementor-addons/wpr-addons.php\";}}s:7:\"abspath\";s:32:\"/home/u8620162/public_html/demo/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:37:\"royal-elementor-addons/wpr-addons.php\";s:8:\"sdk_path\";s:31:\"royal-elementor-addons/freemius\";s:7:\"version\";s:6:\"2.5.10\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1689926912;}}', 'yes'),
(560, 'fs_debug_mode', '', 'yes'),
(561, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:2:{i:8416;a:3:{s:4:\"slug\";s:10:\"wpr-addons\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"royal-elementor-addons/wpr-addons.php\";}i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:11:\"plugin_data\";a:2:{s:10:\"wpr-addons\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"royal-elementor-addons/wpr-addons.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1688919783;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.5.4\";s:11:\"sdk_version\";s:6:\"2.5.10\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.3.67\";s:14:\"plugin_version\";s:6:\"1.3.71\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:16:\"demo.unsap.ac.id\";s:9:\"server_ip\";s:14:\"185.237.145.19\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1688919783;s:7:\"version\";s:6:\"1.3.70\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;}s:32:\"unlimited-elements-for-elementor\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1688919914;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.5.4\";s:11:\"sdk_version\";s:6:\"2.5.10\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.5.58\";s:14:\"plugin_version\";s:6:\"1.5.77\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:16:\"demo.unsap.ac.id\";s:9:\"server_ip\";s:14:\"185.237.145.19\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1688919914;s:7:\"version\";s:6:\"1.5.75\";}s:15:\"prev_is_premium\";b:0;s:21:\"is_pending_activation\";b:1;}}s:13:\"file_slug_map\";a:2:{s:37:\"royal-elementor-addons/wpr-addons.php\";s:10:\"wpr-addons\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:2:{s:10:\"wpr-addons\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:22:\"Royal Elementor Addons\";s:4:\"slug\";s:10:\"wpr-addons\";s:12:\"premium_slug\";s:14:\"wpr-addons-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:37:\"royal-elementor-addons/wpr-addons.php\";s:7:\"version\";s:6:\"1.3.71\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_a0b21b234a7c9581a555b9ee9f28a\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"8416\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:32:\"Unlimited Elements for Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:3:\"all\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:7:\"version\";s:6:\"1.5.77\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"1cc748bdcd9f8ddfdc2a4f72a4d06271\";s:13:\"admin_notices\";a:2:{s:10:\"wpr-addons\";a:1:{s:18:\"activation_pending\";a:10:{s:7:\"message\";s:198:\"You should receive a confirmation email for <b>Royal Elementor Addons</b> to your mailbox at <b>admin@dev.unsap.ac.id</b>. Please make sure you click the button in that email to complete the opt-in.\";s:5:\"title\";s:7:\"Thanks!\";s:4:\"type\";s:7:\"success\";s:6:\"sticky\";b:1;s:2:\"id\";s:18:\"activation_pending\";s:10:\"manager_id\";s:10:\"wpr-addons\";s:6:\"plugin\";s:22:\"Royal Elementor Addons\";s:10:\"wp_user_id\";N;s:11:\"dismissible\";b:1;s:4:\"data\";a:0:{}}}s:32:\"unlimited-elements-for-elementor\";a:1:{s:18:\"activation_pending\";a:10:{s:7:\"message\";s:208:\"You should receive a confirmation email for <b>Unlimited Elements for Elementor</b> to your mailbox at <b>admin@dev.unsap.ac.id</b>. Please make sure you click the button in that email to complete the opt-in.\";s:5:\"title\";s:7:\"Thanks!\";s:4:\"type\";s:7:\"success\";s:6:\"sticky\";b:1;s:2:\"id\";s:18:\"activation_pending\";s:10:\"manager_id\";s:32:\"unlimited-elements-for-elementor\";s:6:\"plugin\";s:32:\"Unlimited Elements for Elementor\";s:10:\"wp_user_id\";N;s:11:\"dismissible\";b:1;s:4:\"data\";a:0:{}}}}}', 'yes'),
(562, 'fs_api_cache', 'a:0:{}', 'no'),
(567, 'royal_elementor_addons_activation_time', '1688919783', 'yes'),
(568, 'royal_elementor_addons_activation_time_for_sale', '1688919783', 'yes'),
(569, 'elementor_cpt_support', 'a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:13:\"wpr_templates\";}', 'yes'),
(576, 'plugin-update-vipercache', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1688919849;s:14:\"checkedVersion\";s:3:\"2.1\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:10:\"vipercache\";s:7:\"version\";s:3:\"2.2\";s:8:\"homepage\";s:22:\"http://vipercache.com/\";s:12:\"download_url\";s:81:\"http://digitalguard.it/wp-update-server/nolic.php?action=download&slug=vipercache\";s:14:\"upgrade_notice\";N;}}', 'no'),
(577, 'viper_cache_reject_uri', 'a:1:{i:0;s:13:\"/wp-json/(.*)\";}', 'yes'),
(580, '_transient_timeout_quadlayers_wp-menu-icons_notice_delay', '1691511874', 'no'),
(581, '_transient_quadlayers_wp-menu-icons_notice_delay', '1', 'no'),
(585, 'unlimited_elements_notices', 'a:2:{s:7:\"options\";a:1:{s:12:\"install_time\";i:1688919915;}s:7:\"notices\";a:1:{s:24:\"birthday-sale-23-banner3\";a:2:{s:11:\"finish_time\";i:1691511924;s:9:\"dismissed\";b:1;}}}', 'yes'),
(586, 'unitecreator_db_version', '2', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(589, 'addon_library_catalog', 'a:3:{s:5:\"stamp\";i:1688707510;s:7:\"catalog\";a:3:{s:6:\"addons\";a:25:{s:16:\"Creative Widgets\";a:27:{i:0;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.gif\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cb2e8f70fc95d48f32fbfeab0192518d\";}i:1;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.jpg\";s:7:\"preview\";s:12:\"icon-bullets\";s:11:\"update_hash\";s:32:\"94d5050441ac7fac0763c52d6e4f00b1\";}i:2;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.jpg\";s:7:\"preview\";s:31:\"blob-shape-widget-for-elementor\";s:11:\"update_hash\";s:32:\"058c834e25addb352b6258e849106ea6\";}i:3;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.gif\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8ee0c3cb526bf6c73b0c93603743220f\";}i:4;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.jpg\";s:7:\"preview\";s:38:\"number-box-widget-widget-for-elementor\";s:11:\"update_hash\";s:32:\"af56ecc1aa16fcb8c35a82d7aa5c6e0e\";}i:5;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.jpg\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0cd5c92a95a23248afa4b5320b8facb5\";}i:6;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"31f045b358b36387296f8daec6618c71\";}i:7;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1a32e4bde597de63bbca97357c95a58d\";}i:8;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6bd91554f892d34d2dfc1f9a22d2ccf8\";}i:9;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ed20f37146785ae32d142fd0807d28ce\";}i:10;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.jpg\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bc50d04e64c806ec412122b6713688a1\";}i:11;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.jpg\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"877d4339b54a69d200c178ee41dc7294\";}i:12;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2bd0d6150d22f321a58861acdb4dc6b8\";}i:13;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.jpg\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"25aa718294a657432f9d1cfe5c4998ea\";}i:14;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_tooltip.jpg\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cd8d4f43b60413c14e002b556fbe42fd\";}i:15;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/hotspot.jpg\";s:7:\"preview\";s:35:\"hotspots-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"72059b411508af3a3fe9a38ecd234e9d\";}i:16;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.jpg\";s:7:\"preview\";s:50:\"before-after-image-comparison-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b9a9067b7a46f367152ff932355c92e4\";}i:17;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"064a14edc1de7c44e6e17417aa56fee0\";}i:18;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1805709b95129e1ef32771f9191e744f\";}i:19;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"image-particle-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7548f7f6aeb14f96af22e444c286e3af\";}i:20;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8d61a180580ec69ce37c637c65ca6954\";}i:21;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:39:\"image-shapes-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"6f19a70d91d006182cdeb2a12d63ad73\";}i:22;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:37:\"animated-hamburger-icon-for-elementor\";s:11:\"update_hash\";s:32:\"377e2d413f913f71d6aa69669b719f09\";}i:23;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:43:\"image-reveal-on-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1b81a39a83bf236e84766899ea90e5cb\";}i:24;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c7decb68e344eba52dc438f04caf3267\";}i:25;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1b47436b915c77e465d6b580b773654b\";}i:26;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2092c1ebdee4217bf7736464101722d7\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4f0f09cb79318247afb5f0bd2af951cd\";}i:1;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.jpg\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ad6a662aa8ba01f4dcdb7fc02e5cce04\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.jpg\";s:7:\"preview\";s:28:\"post-carousels-for-elementor\";s:11:\"update_hash\";s:32:\"07fc5e0dcb0bee685e7b2444234eec94\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.jpg\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:11:\"update_hash\";s:32:\"21a895debafcdfbae18c73049ef0450a\";}i:4;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.jpg\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c6b5759a4fa734df59f2b8727b857977\";}i:5;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.jpg\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:11:\"update_hash\";s:32:\"324a99778b64f2cbfa3d935c942ef71e\";}i:6;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.jpg\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0843cbc9b57fb25c1ceab037cd4f2f29\";}i:7;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.jpg\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f60b9149d55d37077ac33dfefc99f497\";}i:8;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"400b6f2afc7cdc69c10aeeb4d9ab4ee2\";}i:9;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.jpg\";s:7:\"preview\";s:23:\"post-tabs-for-elementor\";s:11:\"update_hash\";s:32:\"a5fc3006378e9f2be999da45c1f54210\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.jpg\";s:7:\"preview\";s:37:\"post-news-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"595ed0827f8b115b86ec77d34eca2cc0\";}i:11;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.jpg\";s:7:\"preview\";s:37:\"blog-card-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"82c0d5da21be5dc62b44608d6bc15779\";}i:12;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.jpg\";s:7:\"preview\";s:29:\"post-accordions-for-elementor\";s:11:\"update_hash\";s:32:\"c59f20ca071538f504eb5dfbcb5846f4\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.jpg\";s:7:\"preview\";s:12:\"post-sliders\";s:11:\"update_hash\";s:32:\"db2e47eb8c251bc2baaae45e8f3a897d\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:31:\"post-tiles-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4073d3b0a826a6a3042aaacd830ebf86\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:28:\"elementor-author-list-widget\";s:11:\"update_hash\";s:32:\"9737507d7425948988e49558e86dacdd\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.jpg\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7296d44c40b8b18d882f0ebccacce8c3\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:11:\"update_hash\";s:32:\"44c5ce03813b651de8badb04e6512398\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.jpg\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8868f17865ff20dec57c0ec8fb03d8e7\";}}s:20:\"Post Filters & Tools\";a:11:{i:0;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"347c8ed4bcfd16ff5bf1ae120f01e1f1\";}i:1;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1bd9226c3c8fb65f6e25caa09003626a\";}i:2;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2ba6dc14ef321a61345b2621c6ead6d6\";}i:3;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fac8ba3614f27708f5afa1d9b6a907\";}i:4;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"522057fc2d9a5aa159d3c5e9178cf335\";}i:5;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.jpg\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"25ca2ff959750279feddc5bf4b05a909\";}i:6;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f0044e84e65f740e65e88b9474103599\";}i:7;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.jpg\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7748727ada3e1e05bc7809fd9487d164\";}i:8;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.jpg\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6c5a5dceb60320f23223e20e94c6c89a\";}i:9;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0e9645746b0a31db83a3c49292035b94\";}i:10;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"78e2c9093c3dc97c90c69868bcd7a9ab\";}}s:11:\"WooCommerce\";a:7:{i:0;a:6:{s:5:\"title\";s:24:\"WooCommerce Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_list.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9cc041ec4411a61c2a9a32eb4cbc4a90\";}i:1;a:6:{s:5:\"title\";s:24:\"WooCommerce Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_grid.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"644a6277c504e74be0ca563a4fc3cbf3\";}i:2;a:6:{s:5:\"title\";s:28:\"WooCommerce Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_carousel.jpg\";s:7:\"preview\";s:49:\"woocommerce-product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d5ee5b1238ad869fbe7bccb9eb4f243f\";}i:3;a:6:{s:5:\"title\";s:23:\"WooCommerce AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_ajax_search.png\";s:7:\"preview\";s:23:\"woocommerce-ajax-search\";s:11:\"update_hash\";s:32:\"5bcbe2ba37ad5da79f9f7f4a43a1c52c\";}i:4;a:6:{s:5:\"title\";s:26:\"WooCommerce Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_slider.jpg\";s:7:\"preview\";s:47:\"woocommerce-product-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"64dfe57566d58bc8ad4afcd81567aa00\";}i:5;a:6:{s:5:\"title\";s:25:\"WooCommerce Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_category_grid.jpg\";s:7:\"preview\";s:40:\"woocommerce-category-grid-for-elemenetor\";s:11:\"update_hash\";s:32:\"fa9a77d155b72227de3fc54c41524240\";}i:6;a:6:{s:5:\"title\";s:29:\"WooCommerce Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_category_carousel.jpg\";s:7:\"preview\";s:50:\"woocommerce-category-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1df5d7a67c94689615ae4828f840317f\";}}s:17:\"Marketing Widgets\";a:31:{i:0;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/event_list.jpg\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"330c410e6900fbfb0df9fa8b028aeca8\";}i:1;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"140b6e4c960f1291eb4f3c2ba55e3bc6\";}i:2;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:11:\"update_hash\";s:32:\"27c143919d932a250e53cd85cf8a50ee\";}i:3;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b58623984c469d6269e2964dbe453fa\";}i:4;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eb14ae3075a4e81bb6b6666a0dd7cd58\";}i:5;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.jpg\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1d7ab943d030fd618a519ad0fc4582f9\";}i:6;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:32:\"google-maps-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a703ad732fc841cf6fc25a15c670e1f1\";}i:7;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e13060066b7a6797a2fa5b5df9d95614\";}i:8;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.jpg\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"33da53b9e653d90690c46ee51464ebfa\";}i:9;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.jpg\";s:7:\"preview\";s:34:\"food-menu-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fcf3620574639968e754b554f6ccf124\";}i:10;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8312795baf549624e48576f386d80814\";}i:11;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:47:\"two-column-product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b8738c6eb9e142a849edb56ff683b1d2\";}i:12;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.jpg\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"61fc52029182d30dd5b926035d5a026c\";}i:13;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/notification.jpg\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:11:\"update_hash\";s:32:\"798a7989648e8bc72d04b5558940e875\";}i:14;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"033db5bff181c6ae437a50f168cd8ac7\";}i:15;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.jpg\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"397236611e778221bc66cf8e57b86651\";}i:16;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"390a139e1aca6243129c8818e43f27a1\";}i:17;a:6:{s:5:\"title\";s:7:\"Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:32:\"statistic-counters-for-elementor\";s:11:\"update_hash\";s:32:\"9d05af4c6443192bcc2e83799830f89d\";}i:18;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:30:\"icon-mobile-menu-for-elementor\";s:11:\"update_hash\";s:32:\"4a8d555014a2ee0bce17c1e5959d89ee\";}i:19;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3ec9a23248d67b569c7e5f7b881cce8c\";}i:20;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.jpg\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e7701a509107bda9a8e1d77dee8f05bb\";}i:21;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.jpg\";s:7:\"preview\";s:43:\"timer-countdowns-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"e4aa7160acbbad4206c1be55992c85ca\";}i:22;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:37:\"pricing-flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"79a458ad802a055ef4ed2d12634a62ea\";}i:23;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5562f3815b6cad288e998c01b29e5552\";}i:24;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:53:\"card-testimonial-review-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"debeff13f43df92f3a4e1a71af6e60b6\";}i:25;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.jpg\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:11:\"update_hash\";s:32:\"96b401bddca55f1c0fc6c00ef22f5c59\";}i:26;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a23469de0b6821b0536511b1cdb7446d\";}i:27;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f4638f8bfc00bc3db5a33c715b13a372\";}i:28;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ce8714168af1c8b718554291014d2961\";}i:29;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.jpg\";s:7:\"preview\";s:44:\"price-label-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7c0c3f41f84d8e6d9a3560b89e84e72a\";}i:30;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6d48267c7af13ae02dd6d9df52966243\";}}s:13:\"Dynamic Loops\";a:5:{i:0;a:6:{s:5:\"title\";s:21:\"Dynamic Template Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_grid.jpg\";s:7:\"preview\";s:42:\"dynamic-template-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d2f5c4a014d0b38f0c91b939ed9513f\";}i:1;a:6:{s:5:\"title\";s:25:\"Dynamic Template Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_carousel.jpg\";s:7:\"preview\";s:46:\"dynamic-template-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ddc571eab3e39c895db296fcf5265390\";}i:2;a:6:{s:5:\"title\";s:21:\"Dynamic Template Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_tabs.jpg\";s:7:\"preview\";s:42:\"dynamic-template-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b3480e76fe0634756d486b422f071896\";}i:3;a:6:{s:5:\"title\";s:23:\"Dynamic Template Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_slider.jpg\";s:7:\"preview\";s:44:\"dynamic-template-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8e0574b54eefc2f78b4fedf8a62a5528\";}i:4;a:6:{s:5:\"title\";s:26:\"Dynamic Template Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Dynamic Loops/ue_listing_accordion.jpg\";s:7:\"preview\";s:47:\"dynamic-template-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e29f09a35e24b4ff338ed8af5d036ac8\";}}s:22:\"Remote Control Widgets\";a:8:{i:0;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bfb6768d532aefdbe341991e9b8808a7\";}i:1;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.gif\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"361244f4f7697d43c29fbee60b599995\";}i:2;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.jpg\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4b5018a745a6ae42d304f771a9d0cf07\";}i:3;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.jpg\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"42dbf01b0c9d3f67761aac6129d8bc51\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.jpg\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"85d685b7fedc349e40db67f8a6bb30b9\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.jpg\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d15bee1198c0c6c2634a70f957048160\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.gif\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a78b6d8098c2bccf9c47f46fb99fddbd\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"1a34443342e8885e3644e17cf5b26f54\";}}s:12:\"Menu Widgets\";a:10:{i:0;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.jpg\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8ab620ff058eae0bd897ddfea4f28633\";}i:1;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.jpg\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1701359d1cce6a89665dd42a017e14b5\";}i:2;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.jpg\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bd1a377a2225b5c5eeab835c441a8244\";}i:3;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e1228de9bd92fee4a8ef52f0a00cb7c3\";}i:4;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"171649b601fcecf2d3d04df7959ba871\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c17948f12a5fc9b9335f2d395af80cfd\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"047e6a791dc1644540202bd4c2534c22\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"20e97099545909a4d06e0672e9c92ba3\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:37:\"simple-list-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14d0b8595ca3da7b4ed4c0b8f6e40cbb\";}i:9;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.jpg\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a6c9b45eb3e17caaf9c889b5ff8d2080\";}}s:15:\"Content Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.gif\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:11:\"update_hash\";s:32:\"078b7d60666c8057b6fa28c3bc835259\";}i:1;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5d1931af606361d4d8da40f473d31cea\";}i:2;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9f0d630df21aec9f6d621c6e7b68749a\";}i:3;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.jpg\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"130d4eef54c58c0e22e04bd0b8424c06\";}i:4;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:11:\"update_hash\";s:32:\"646304f01129214fabfcc91aa8dd2154\";}i:5;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"01837937a8c3d7bbe246ef41def2763a\";}i:6;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e3515cc74244610a32787f52060841ae\";}i:7;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.jpg\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e20807f1d4d64e0244e868f4e3fc4237\";}i:8;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"010c41ab0f3d3c7c0502d4d3dc40b025\";}i:9;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c1b452e09132a40cd9664d07d67cf77c\";}i:10;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f0bbb7441e025ff1157641639f0f0aa3\";}i:11;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.jpg\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dbb7b684e2a265011053903ff1ee8363\";}i:12;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ac0d16266f7051b65b2cb181e55fbf1\";}i:13;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3bc24079efd6ac5c883be07435f088b1\";}}s:16:\"Carousel Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/cover_flow_carousel.gif\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1dd63777e5b50f3606302bdfb693cc45\";}i:1;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"07f007f09de5b9f3543e05489e9f1da7\";}i:2;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/icon_carousel.jpg\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"76234daf9c43779f245207cabcfc6f0e\";}i:3;a:6:{s:5:\"title\";s:19:\"Image Card Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/image_card_carousel.gif\";s:7:\"preview\";s:40:\"image-card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a661c4d4af42fff73f6e91e0e95294fe\";}i:4;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3003a96f83de198fd622de0acd061b79\";}i:5;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a173bd1ebc757718069bb60da6c56c1e\";}i:6;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:39:\"swipe-css-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"25029c3f109b1c5e6c6d68c93dd82ce7\";}i:7;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b4fb7f042f144a1b6aa4610171533e0d\";}i:8;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5e4fa2d28df51ddc589bda14acd8bc78\";}}s:13:\"Media Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.jpg\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"61bff52db4feaf1d4d7628d72d490aab\";}i:1;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.jpg\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d02a0e549ab58a849297c740f2dcf90f\";}i:2;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5a85a9a89a90d8f4ffdc5656695ce80a\";}i:3;a:6:{s:5:\"title\";s:15:\"Masonry Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.jpg\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b28ed66e8fbae3133d62e43eef6f774\";}i:4;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"52d6a3c17c3d7134f6d2372b49f3bdab\";}i:5;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.jpg\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7da3765d7cde13385f19a30286687bf1\";}i:6;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.jpg\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f49189ec393d30cec57f1bc87308d70a\";}i:7;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.jpg\";s:7:\"preview\";s:38:\"unlimited-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e27d6a6ec99b9a7e9724397cdfc3ac2c\";}i:8;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f33d4542d364a04be3fc2b05d5d799ad\";}i:9;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a5534cf537deec8405f092ccf6125158\";}i:10;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3c60eeb26b7cfb899318cabfb2c56290\";}i:11;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ad7c1818e219b25645dcfc9eead3a86\";}i:12;a:6:{s:5:\"title\";s:30:\"Image and Video Content Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:47:\"image-video-content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6182a8e33609b59967cef5033019da85\";}i:13;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:45:\"thumb-list-video-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7a20e6ab8386b9ebd7842dd2eeca10a4\";}}s:19:\"Infographic Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.jpg\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5ba2d957721008e48c06fd54d5fc68a7\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.jpg\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14547424080bb7b39bddb0b6e6105487\";}i:2;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ec6ba4582e1ecab28047de9de95603be\";}i:3;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c305255280fa9800646934cd954bd78f\";}i:4;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ae8e4935c979e5fdfee947dc8b6e2c6\";}i:5;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3cd176b2dc363f17bed09bee2ad3df66\";}i:6;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.gif\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0238af886b94732fe8d0434a22e6be3e\";}i:7;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.gif\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5644b51f072b8ca71bed768629960bf4\";}i:8;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.jpg\";s:7:\"preview\";s:23:\"pie-chart-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.gif\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ee78905e0de9f09ded424d701846eb70\";}i:10;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a917df9b854e294e98b67e2f5ab1ea7c\";}}s:12:\"Testimonials\";a:4:{i:0;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/box_testimonial.jpg\";s:7:\"preview\";s:36:\"box-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f2709690911bf63c5173511adfde09ea\";}i:1;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"47c02f443760969f53751a475a1298fb\";}i:2;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/logo_card_testimonial.jpg\";s:7:\"preview\";s:42:\"logo-card-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2a31982edb7badf43db661cca1cb594\";}i:3;a:6:{s:5:\"title\";s:25:\"Testimonial Card Carousel\";s:4:\"name\";s:26:\"clean_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/clean_testemonial_carousel.png\";s:7:\"preview\";s:49:\"3d-testimonial-card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"916b86c6ae7b86add5c057999672963f\";}}s:12:\"Team Members\";a:6:{i:0;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_carousel.jpg\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b308703d035164816f585ab604069fd3\";}i:1;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_card.jpg\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"631b3ee343681c5f4912d7687055591b\";}i:2;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_box_overlay.gif\";s:7:\"preview\";s:44:\"team-member-box-overlay-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ed230a39223d7283c6992a4e8529bbd9\";}i:3;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/circle_effect_team_member.gif\";s:7:\"preview\";s:37:\"icon-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1aecd5ff713508c0254d9c87f8f86def\";}i:4;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4ba9b49cb8a6445f16f251622c74e032\";}i:5;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"sliding-effect-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d7447f62636df1356bf736343fc8ed80\";}}s:13:\"Content Boxes\";a:9:{i:0;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"413db7be76b415f648562c79c0e422e9\";}i:1;a:6:{s:5:\"title\";s:31:\"Content Box Zoom Caption Reveal\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:52:\"zoom-caption-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d79dd404b804876f8262aeae469da499\";}i:2;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:43:\"image-card-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d34aba9f756342a5cd2d377ec0d2a950\";}i:3;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:47:\"subtle-overlay-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"005d20e34469280298030b4086ac1a90\";}i:4;a:6:{s:5:\"title\";s:29:\"Content Box Hover Text Reveal\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:50:\"hover-text-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"010ed4783b4d26179c28af4c0cbd2efe\";}i:5;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"12342457a90b4446d52791a86dc92f6a\";}i:6;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1db8d95069d73b7a8de143348a31bd4e\";}i:7;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a7cdfbfc786aa63a8270baf5dd26f237\";}i:8;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:40:\"sliding-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d1a0d5117f78feffc5af0363cd6ba2ce\";}}s:17:\"Instagram Widgets\";a:5:{i:0;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2392a98ceae1b244a193ca85370dd637\";}i:1;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"latest-instagram-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"460b03ca781e8ee1ddb7c149fb6c071c\";}i:2;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-teaser-box-for-elementor\";s:11:\"update_hash\";s:32:\"8c376c95557cefb4f799aae6aadf9a7a\";}i:3;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e24c43741736059edd182f91adefe1eb\";}i:4;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:36:\"metro-instagram-widget-for-elementor\";s:11:\"update_hash\";s:32:\"881b17b9e7f63eb38cc6c9cfa32b7db7\";}}s:12:\"Logo Widgets\";a:4:{i:0;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_grid.jpg\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0c3603a94207a43df9dd6dba824e317f\";}i:1;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b84e028a8d56ad048386138cd3d72669\";}i:2;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2fd1d58801d32e79e6c2129468f205b6\";}}s:13:\"Hover Effects\";a:9:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b14d632c3ddcd14417a780e9a0914022\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effect-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"8db31a7d76cc9e70e4c4d68e8c02b1d7\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:18:\"link-hover-effects\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:32:\"icon-hover-effects-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"iHover Effect\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:20:\"ihover-for-elementor\";s:11:\"update_hash\";s:32:\"90b924a945c2f31f8624bca28dcd72b2\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:11:\"update_hash\";s:32:\"459942e562de22c20169be45c63e1381\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:21:\"caption-hover-effects\";s:11:\"update_hash\";s:32:\"ebc1de04563630d28de2ad9fdc12c163\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e07f89c73c141faeddc1dd05047216c4\";}i:8;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/scrolling_screenshot.gif\";s:7:\"preview\";s:41:\"scrolling-screenshot-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d431c3d1ad9da4cb2bc80c1837c7a62a\";}}s:14:\"Button Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.gif\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"84c8ba612be4fb4b30f6cd9024909e0a\";}i:1;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c88b011c9c42892e80ffbd060883c73a\";}i:2;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:44:\"video-play-button-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2291b2319691ed9b6bb3a0fb4f09ac7d\";}i:3;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5279edc1407676c1f2629b75931640fc\";}i:4;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ef119dec64f32e22e857d395c442abe\";}i:5;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f27e113ab784489edb7928c2e06900d5\";}i:6;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d8bc571a471b76b8518c410d8964bbbe\";}i:8;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc50153f1c9439310cb75df218376eb6\";}i:9;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fb48de16d0bc7ffacd059b834ec7c263\";}i:11;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:11:\"update_hash\";s:32:\"deb8d0ee4360327effcda0ac1c57f00a\";}i:12;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"026e6a9d20b2bc2eac14eec001f89f4c\";}i:13;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"040ace69631ffbbfdc6d49de537c8a2c\";}i:14;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d45dafaafa29b8261531c942c2f5907\";}i:16;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9c599e19c83c9ff3a44c1e91d35d9108\";}i:17;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"11d13c2035ca2c6a41692db4eee004a1\";}i:18;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:39:\"parellogram-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9fd78e1aa6fe757e7703a24eea67be48\";}i:19;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:45:\"icon-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0a49853088a3e1550562f326a82f6152\";}i:20;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7357053260058906f212a54ec1a37b6b\";}}s:10:\"Typography\";a:15:{i:0;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-reveal-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c8e53bd4fe06558535670cbc4d13af21\";}i:1;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:39:\"text-rotator-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"9050b2e17a846e7c92868fa28e8281b0\";}i:2;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"afc307b06ed7988730f7426b5ebc56f5\";}i:3;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.jpg\";s:7:\"preview\";s:28:\"3d-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"b783c74e99096b7441586c8abaf3e44a\";}i:4;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"86249df03b023fce8a13a06ac6cd2082\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c37136db8d8d9f768908aebf9345617\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3566a5e3732ff41339b9c6673a301a5a\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:11:\"update_hash\";s:32:\"09364996dee87aa295d31b701bdeda5f\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:34:\"gradient-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"7d78e2c2f589309d154f2fea91642459\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:36:\"typewriter-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"d5172604b8a693247f55d82e7eb5fc6f\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:26:\"text-marquee-for-elementor\";s:11:\"update_hash\";s:32:\"92404ffd283f7218ca0b731245f4dddb\";}i:14;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e93c48815ac82df04f388e60e9f033ae\";}}s:10:\"Icon Boxes\";a:10:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3c313e9f57e87153a456540c97741cd8\";}i:1;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d38b2840b4c054f06362a584013bc89f\";}i:2;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/material_footer_card.jpg\";s:7:\"preview\";s:41:\"material-footer-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fae96510f2814ea77406a395aa930c0b\";}i:3;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2e1509a6b7179ab601fe13949034087f\";}i:4;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:43:\"icon-button-number-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0dc73370f042e76500cd390c4027fe0e\";}i:6;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8b49dcbbc3c3465bd316fcde049b7fe\";}i:7;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6dcae5986e39ab5c9ce877f1f43b56a3\";}i:8;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_icon_box.jpg\";s:7:\"preview\";s:41:\"solid-color-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ed9fb400de1f260e759e36241daf694\";}i:9;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:49:\"solid-color-overlay-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6eea8fa3a57a8d8cc56174062b196c88\";}}s:12:\"Block Quotes\";a:5:{i:0;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/material_block_quote.png\";s:7:\"preview\";s:41:\"material-block-quote-widget-for-elementor\";s:11:\"update_hash\";s:32:\"179a90bf3d1c2b0d7a18471151fadd35\";}i:2;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"afb7dcaae94ebeda28b37e3ee9492839\";}i:3;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"017566a22227247b121cf1497a06bfb0\";}i:4;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b9f45601d5d997dc98e3b9fa0d08bc62\";}}s:20:\"Social Network Icons\";a:7:{i:0;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_glare_effect.jpg\";s:7:\"preview\";s:39:\"glare-social-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4413b0da260cc8a3d3254e5f4a2453dc\";}i:1;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/shape_social_icons.png\";s:7:\"preview\";s:46:\"shape-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:57:\"square-to-circle-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/rotating_social_icons.gif\";s:7:\"preview\";s:49:\"rotating-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"28dd40a9557a50c33fb2ed1c470ad37c\";}i:5;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_label.jpg\";s:7:\"preview\";s:46:\"label-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:52:\"circle-fill-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1e4bdff85376e7a391011220f77baefa\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:49:\"unlimited-separator-divider-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"d2d3d285fdc45389dfd7e5e7fab050a9\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1fcedc57785764ca89de587f80f75a9d\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"33e37b70662d421669966b2b0d65483d\";}i:3;a:6:{s:5:\"title\";s:18:\"Triangle Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:21:\"Three Icons Separator\";s:4:\"name\";s:26:\"blox_three_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_three_icons_separator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:11:\"update_hash\";s:32:\"343f1f10038dc4d90036e6502274cbdb\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"44346df2431661c7a30b71f4a9354ad3\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"636604cf2e516f0ce4e9237f87996144\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fd94f3118b5fa5bbc81e4dd8e746fd\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0beaeb20f37a63c3fc3f6606e190fb6b\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eea4cd56393c5de5bdfa8c45815bca25\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"088d38ba6f123b8e109b9163f84e3994\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2ea85d6142a2f3c4ea78003d13d2b6d\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8edc94da6393034bee35fee6f6359f29\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:4:\"Main\";a:26:{i:0;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"53a90d55fed360391f40528ca584e5b2\";}i:1;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bb008ec6f7a74a13c84f9987e1fc0a9b\";}i:2;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c377b86e7299521a619c3822c07217dd\";}i:3;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"48ae81c207412977437c260436502df1\";}i:4;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/background_slider.gif\";s:7:\"preview\";s:29:\"elementor-section-backgrounds\";s:11:\"update_hash\";s:32:\"d01b86b6eff7565af106c178edc7804a\";}i:5;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2d617e8e0e17215f0be5f96bb999c9e2\";}i:6;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c7b931c7ff69b9f80945029e51af094\";}i:7;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"32e0a8c8dc1495deb9bad1d13347be73\";}i:8;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/star_particles.jpg\";s:7:\"preview\";s:39:\"star-particles-background-for-elementor\";s:11:\"update_hash\";s:32:\"e8a198a2cd9de71fac0cd72c7fabac00\";}i:9;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_confetti_bg.png\";s:7:\"preview\";s:29:\"elementor-confetti-background\";s:11:\"update_hash\";s:32:\"07ba6542ed364d65911ba54509a391db\";}i:10;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_css_snow_bg.jpg\";s:7:\"preview\";s:32:\"elementor-snow-flakes-background\";s:11:\"update_hash\";s:32:\"3f905386915ab31a98ab637b406d874a\";}i:11;a:6:{s:5:\"title\";s:16:\"Animated Squares\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/css_animated_squares_background.jpg\";s:7:\"preview\";s:37:\"elementor-animated-squares-background\";s:11:\"update_hash\";s:32:\"f37dda6e105556e37153a5528a746901\";}i:12;a:6:{s:5:\"title\";s:11:\"Huge Shapes\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/huge_shap_background_animation.png\";s:7:\"preview\";s:32:\"elementor-huge-shapes-background\";s:11:\"update_hash\";s:32:\"9845d185fee78a669c874f33d40f2458\";}i:13;a:6:{s:5:\"title\";s:14:\"Blob Animation\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blob_animation.png\";s:7:\"preview\";s:35:\"elementor-blob-animation-background\";s:11:\"update_hash\";s:32:\"d94074edbed06132a4973fa13df4bdb2\";}i:14;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cad37774d058d50d35e02dd77e72af58\";}i:15;a:6:{s:5:\"title\";s:17:\"Sliding Diagonals\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:121:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:38:\"elementor-sliding-diagonals-background\";s:11:\"update_hash\";s:32:\"96447155c3efb1df3d423fd513dca431\";}i:16;a:6:{s:5:\"title\";s:12:\"Bubble Float\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bubble_float.jpg\";s:7:\"preview\";s:37:\"bubble-float-background-for-elementor\";s:11:\"update_hash\";s:32:\"756ce2f56559591f2c4cecb3d662cf2b\";}i:17;a:6:{s:5:\"title\";s:14:\"Moving Stripes\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/moving_stripes.gif\";s:7:\"preview\";s:35:\"moving-stripes-elementor-background\";s:11:\"update_hash\";s:32:\"dc947296468c3181eb83a18742e61851\";}i:18;a:6:{s:5:\"title\";s:16:\"Animated Ripples\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_ripples.jpg\";s:7:\"preview\";s:37:\"animated-ripples-elementor-background\";s:11:\"update_hash\";s:32:\"ae0ff94f3e63c6af99bf7f4791c06ecc\";}i:19;a:6:{s:5:\"title\";s:12:\"Retro Blocks\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_retro_blocks.jpg\";s:7:\"preview\";s:37:\"retro-blocks-background-for-elementor\";s:11:\"update_hash\";s:32:\"27f94f1f0c01680fd61a056d00e5a6e4\";}i:20;a:6:{s:5:\"title\";s:14:\"Wave Animation\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/wave_animation.jpg\";s:7:\"preview\";s:40:\"waves-animation-background-for-elementor\";s:11:\"update_hash\";s:32:\"3d8c19e24a684e18e8e7b156424c369c\";}i:21;a:6:{s:5:\"title\";s:18:\"Alternating Colors\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:11:\"update_hash\";s:32:\"8c117efd7a6108e9b98a34a6b93ae96b\";}i:22;a:6:{s:5:\"title\";s:5:\"Bokeh\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bokeh.jpg\";s:7:\"preview\";s:30:\"bokeh-background-for-elementor\";s:11:\"update_hash\";s:32:\"03ee23bef07315bc2838baa49b78b09c\";}i:23;a:6:{s:5:\"title\";s:15:\"Shooting Lights\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:11:\"update_hash\";s:32:\"857e093dbb6b2ada01a7e13efaaa3ebf\";}i:24;a:6:{s:5:\"title\";s:6:\"Clouds\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/clouds.jpg\";s:7:\"preview\";s:31:\"clouds-background-for-elementor\";s:11:\"update_hash\";s:32:\"229ae82b1b34b90c64a7039ac26e3bba\";}i:25;a:6:{s:5:\"title\";s:15:\"Diamond Pattern\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/diamond_pattern.jpg\";s:7:\"preview\";s:40:\"diamond-pattern-background-for-elementor\";s:11:\"update_hash\";s:32:\"1a9b6628996c4ed162e37786b04ab876\";}}}s:18:\"elementor_template\";a:3:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:14:\"Kids - About 2\";s:5:\"image\";s:160:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kids_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas  - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:14:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:3:\"cat\";s:18:\"elementor_template\";}}}', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(590, 'untecreator_state', 'a:2:{s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:22:\"ucweb_creative_widgets\";}', 'yes'),
(592, 'wpr_plugin_update_dismiss_notice_1.3.70', '1', 'yes'),
(602, 'eael_editor_updated_at', '1689361441', 'yes'),
(603, 'eael_global_settings', 'a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}', 'yes'),
(605, 'addtoany_options', 'a:38:{s:8:\"position\";s:6:\"bottom\";s:30:\"display_in_posts_on_front_page\";s:1:\"1\";s:33:\"display_in_posts_on_archive_pages\";s:1:\"1\";s:19:\"display_in_excerpts\";s:1:\"1\";s:16:\"display_in_posts\";s:1:\"1\";s:16:\"display_in_pages\";s:2:\"-1\";s:22:\"display_in_attachments\";s:1:\"1\";s:15:\"display_in_feed\";s:1:\"1\";s:9:\"icon_size\";s:2:\"32\";s:7:\"icon_bg\";s:8:\"original\";s:13:\"icon_bg_color\";s:7:\"#2a2a2a\";s:7:\"icon_fg\";s:8:\"original\";s:13:\"icon_fg_color\";s:7:\"#ffffff\";s:6:\"button\";s:10:\"A2A_SVG_32\";s:13:\"button_custom\";s:0:\"\";s:17:\"button_show_count\";s:2:\"-1\";s:6:\"header\";s:0:\"\";s:23:\"additional_js_variables\";s:0:\"\";s:14:\"additional_css\";s:0:\"\";s:12:\"custom_icons\";s:2:\"-1\";s:16:\"custom_icons_url\";s:1:\"/\";s:17:\"custom_icons_type\";s:3:\"png\";s:18:\"custom_icons_width\";s:0:\"\";s:19:\"custom_icons_height\";s:0:\"\";s:5:\"cache\";s:2:\"-1\";s:29:\"display_in_cpt_e-landing-page\";s:2:\"-1\";s:32:\"display_in_cpt_elementor_library\";s:1:\"1\";s:34:\"display_in_cpt_elementskit_content\";s:1:\"1\";s:35:\"display_in_cpt_elementskit_template\";s:1:\"1\";s:33:\"display_in_cpt_elementskit_widget\";s:1:\"1\";s:25:\"display_in_cpt_ha_library\";s:1:\"1\";s:28:\"display_in_cpt_wpr_templates\";s:1:\"1\";s:28:\"display_in_cpt_wpr_mega_menu\";s:1:\"1\";s:11:\"button_text\";s:5:\"Share\";s:15:\"active_services\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:5:\"email\";}s:29:\"special_facebook_like_options\";a:2:{s:10:\"show_count\";s:2:\"-1\";s:4:\"verb\";s:4:\"like\";}s:29:\"special_twitter_tweet_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:29:\"special_pinterest_pin_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}}', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(607, 'ha_library_cache', 'a:3:{s:9:\"templates\";a:529:{i:0;a:8:{s:2:\"id\";i:1551;s:5:\"title\";s:8:\"Banner17\";s:10:\"created_at\";s:19:\"2020-05-23 09:50:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner17/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/banner17-400x231.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:5:\"music\";}}i:1;a:8:{s:2:\"id\";i:1365;s:5:\"title\";s:6:\"Sales6\";s:10:\"created_at\";s:19:\"2020-05-20 19:13:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale6-400x235.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:2;a:8:{s:2:\"id\";i:2655;s:5:\"title\";s:9:\"Feature18\";s:10:\"created_at\";s:19:\"2020-06-07 05:19:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature18/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/feature18-400x237.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:3;a:8:{s:2:\"id\";i:1658;s:5:\"title\";s:6:\"Music1\";s:10:\"created_at\";s:19:\"2020-05-24 19:55:53\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/music1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/music1-1-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"music\";}}i:4;a:8:{s:2:\"id\";i:2528;s:5:\"title\";s:12:\"ImageBlock36\";s:10:\"created_at\";s:19:\"2020-06-03 09:47:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock36/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock36-400x195.jpg\";s:4:\"tags\";a:2:{i:0;s:11:\"image-block\";i:1;s:5:\"music\";}}i:5;a:8:{s:2:\"id\";i:2644;s:5:\"title\";s:12:\"ImageBlock39\";s:10:\"created_at\";s:19:\"2020-06-04 20:45:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock39/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock39-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:6;a:8:{s:2:\"id\";i:115;s:5:\"title\";s:8:\"Banner14\";s:10:\"created_at\";s:19:\"2020-04-23 07:57:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner14-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:7;a:8:{s:2:\"id\";i:1398;s:5:\"title\";s:6:\"Sales9\";s:10:\"created_at\";s:19:\"2020-05-21 15:58:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale9a-400x205.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:5:\"sales\";}}i:8;a:8:{s:2:\"id\";i:2850;s:5:\"title\";s:7:\"Sales12\";s:10:\"created_at\";s:19:\"2020-06-19 16:22:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/sales12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/sales12a-400x208.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:9;a:8:{s:2:\"id\";i:2810;s:5:\"title\";s:9:\"Product12\";s:10:\"created_at\";s:19:\"2020-06-13 16:15:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/product12-400x197.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"product\";i:1;s:5:\"sales\";}}i:10;a:8:{s:2:\"id\";i:2833;s:5:\"title\";s:7:\"Sales11\";s:10:\"created_at\";s:19:\"2020-06-17 21:30:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/sales11/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/sale11-400x238.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:11;a:8:{s:2:\"id\";i:16;s:5:\"title\";s:8:\"Banner 1\";s:10:\"created_at\";s:19:\"2020-04-20 10:43:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/elementor-16/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner1-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:12;a:8:{s:2:\"id\";i:12;s:5:\"title\";s:7:\"Banner3\";s:10:\"created_at\";s:19:\"2020-04-21 08:06:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner3-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:13;a:8:{s:2:\"id\";i:137;s:5:\"title\";s:8:\"Feature1\";s:10:\"created_at\";s:19:\"2020-05-14 07:50:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature1-1-400x183.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:14;a:8:{s:2:\"id\";i:180;s:5:\"title\";s:8:\"Feature7\";s:10:\"created_at\";s:19:\"2020-05-14 09:53:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature7-400x203.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:15;a:8:{s:2:\"id\";i:25;s:5:\"title\";s:7:\"Banner2\";s:10:\"created_at\";s:19:\"2020-04-20 10:55:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner2-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:16;a:8:{s:2:\"id\";i:41;s:5:\"title\";s:7:\"Banner4\";s:10:\"created_at\";s:19:\"2020-04-21 08:11:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner4-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:17;a:8:{s:2:\"id\";i:47;s:5:\"title\";s:7:\"Banner5\";s:10:\"created_at\";s:19:\"2020-04-21 08:18:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner5-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:18;a:8:{s:2:\"id\";i:52;s:5:\"title\";s:7:\"Banner6\";s:10:\"created_at\";s:19:\"2020-04-21 08:54:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner6-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:19;a:8:{s:2:\"id\";i:60;s:5:\"title\";s:7:\"Banner7\";s:10:\"created_at\";s:19:\"2020-04-22 07:45:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner7-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:20;a:8:{s:2:\"id\";i:67;s:5:\"title\";s:7:\"Banner8\";s:10:\"created_at\";s:19:\"2020-04-22 08:35:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner8-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:21;a:8:{s:2:\"id\";i:81;s:5:\"title\";s:7:\"Banner9\";s:10:\"created_at\";s:19:\"2020-04-22 09:46:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/banner9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner9-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:22;a:8:{s:2:\"id\";i:85;s:5:\"title\";s:8:\"Banner10\";s:10:\"created_at\";s:19:\"2020-04-22 09:50:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner10-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:23;a:8:{s:2:\"id\";i:90;s:5:\"title\";s:8:\"Banner11\";s:10:\"created_at\";s:19:\"2020-04-22 09:51:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner11/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner11-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:24;a:8:{s:2:\"id\";i:96;s:5:\"title\";s:8:\"Banner12\";s:10:\"created_at\";s:19:\"2020-04-22 10:03:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner12-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:25;a:8:{s:2:\"id\";i:108;s:5:\"title\";s:8:\"Banner13\";s:10:\"created_at\";s:19:\"2020-04-22 14:31:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner13/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner13-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:26;a:8:{s:2:\"id\";i:119;s:5:\"title\";s:8:\"Banner15\";s:10:\"created_at\";s:19:\"2020-04-23 07:58:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner15/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner15-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:27;a:8:{s:2:\"id\";i:128;s:5:\"title\";s:8:\"Banner16\";s:10:\"created_at\";s:19:\"2020-04-23 08:05:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/04/banner16-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:28;a:8:{s:2:\"id\";i:148;s:5:\"title\";s:8:\"Feature2\";s:10:\"created_at\";s:19:\"2020-05-14 08:11:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature1-400x199.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:29;a:8:{s:2:\"id\";i:153;s:5:\"title\";s:8:\"Feature3\";s:10:\"created_at\";s:19:\"2020-05-14 08:16:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature3-400x193.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"feature\";i:1;s:5:\"music\";}}i:30;a:8:{s:2:\"id\";i:161;s:5:\"title\";s:8:\"Feature4\";s:10:\"created_at\";s:19:\"2020-05-14 08:55:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature4-400x240.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:31;a:8:{s:2:\"id\";i:169;s:5:\"title\";s:8:\"Feature5\";s:10:\"created_at\";s:19:\"2020-05-14 09:04:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature5-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:32;a:8:{s:2:\"id\";i:175;s:5:\"title\";s:8:\"Feature6\";s:10:\"created_at\";s:19:\"2020-05-14 09:13:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature6-400x254.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:33;a:8:{s:2:\"id\";i:187;s:5:\"title\";s:11:\"Intro Text1\";s:10:\"created_at\";s:19:\"2020-05-14 10:05:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext1-400x177.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:34;a:8:{s:2:\"id\";i:200;s:5:\"title\";s:11:\"Intro Text2\";s:10:\"created_at\";s:19:\"2020-05-14 11:13:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext2-400x125.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:35;a:8:{s:2:\"id\";i:203;s:5:\"title\";s:11:\"Intro Text3\";s:10:\"created_at\";s:19:\"2020-05-14 11:15:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext3-400x145.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:36;a:8:{s:2:\"id\";i:207;s:5:\"title\";s:11:\"Intro Text4\";s:10:\"created_at\";s:19:\"2020-05-14 11:17:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext4-400x195.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:37;a:8:{s:2:\"id\";i:212;s:5:\"title\";s:11:\"Intro Text5\";s:10:\"created_at\";s:19:\"2020-05-14 11:19:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext5-400x255.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:38;a:8:{s:2:\"id\";i:215;s:5:\"title\";s:11:\"Intro Text6\";s:10:\"created_at\";s:19:\"2020-05-14 11:22:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext6-400x208.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:39;a:8:{s:2:\"id\";i:219;s:5:\"title\";s:11:\"Intro Text7\";s:10:\"created_at\";s:19:\"2020-05-14 11:24:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext7-400x173.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:40;a:8:{s:2:\"id\";i:225;s:5:\"title\";s:11:\"Intro Text8\";s:10:\"created_at\";s:19:\"2020-05-14 11:34:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext8-400x203.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:41;a:8:{s:2:\"id\";i:1512;s:5:\"title\";s:9:\"Medical10\";s:10:\"created_at\";s:19:\"2020-05-22 12:05:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical9-400x213.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:42;a:8:{s:2:\"id\";i:231;s:5:\"title\";s:9:\"Parallax1\";s:10:\"created_at\";s:19:\"2020-05-14 11:53:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax1-400x190.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:43;a:8:{s:2:\"id\";i:237;s:5:\"title\";s:9:\"Parallax2\";s:10:\"created_at\";s:19:\"2020-05-14 12:06:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax2-400x206.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:44;a:8:{s:2:\"id\";i:242;s:5:\"title\";s:9:\"Parallax3\";s:10:\"created_at\";s:19:\"2020-05-14 12:07:56\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax3-400x182.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:45;a:8:{s:2:\"id\";i:248;s:5:\"title\";s:9:\"Parallax4\";s:10:\"created_at\";s:19:\"2020-05-14 12:09:18\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax4-400x193.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:46;a:8:{s:2:\"id\";i:253;s:5:\"title\";s:9:\"Parallax5\";s:10:\"created_at\";s:19:\"2020-05-14 12:11:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax5-400x191.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:47;a:8:{s:2:\"id\";i:258;s:5:\"title\";s:9:\"Parallax6\";s:10:\"created_at\";s:19:\"2020-05-14 12:13:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax6-400x176.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:48;a:8:{s:2:\"id\";i:263;s:5:\"title\";s:9:\"Parallax7\";s:10:\"created_at\";s:19:\"2020-05-14 12:14:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax7-400x178.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:8:\"parallax\";}}i:49;a:8:{s:2:\"id\";i:268;s:5:\"title\";s:9:\"Parallax8\";s:10:\"created_at\";s:19:\"2020-05-14 12:16:16\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax8-400x206.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:50;a:8:{s:2:\"id\";i:273;s:5:\"title\";s:9:\"Parallax9\";s:10:\"created_at\";s:19:\"2020-05-14 12:18:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/parallax9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax9-400x168.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:51;a:8:{s:2:\"id\";i:279;s:5:\"title\";s:10:\"Parallax10\";s:10:\"created_at\";s:19:\"2020-05-14 12:20:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/parallax10/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax10-400x158.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:52;a:8:{s:2:\"id\";i:284;s:5:\"title\";s:10:\"Parallax11\";s:10:\"created_at\";s:19:\"2020-05-14 12:22:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/parallax11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax11a-400x165.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:53;a:8:{s:2:\"id\";i:290;s:5:\"title\";s:10:\"Parallax12\";s:10:\"created_at\";s:19:\"2020-05-14 12:23:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/parallax12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/parallax12-400x228.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"parallax\";}}i:54;a:8:{s:2:\"id\";i:296;s:5:\"title\";s:8:\"Service1\";s:10:\"created_at\";s:19:\"2020-05-14 13:37:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/service1-400x202.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:55;a:8:{s:2:\"id\";i:308;s:5:\"title\";s:8:\"Service2\";s:10:\"created_at\";s:19:\"2020-05-14 13:40:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/service2-400x268.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:56;a:8:{s:2:\"id\";i:311;s:5:\"title\";s:8:\"Service3\";s:10:\"created_at\";s:19:\"2020-05-14 13:49:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/service3-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:57;a:8:{s:2:\"id\";i:314;s:5:\"title\";s:8:\"Service4\";s:10:\"created_at\";s:19:\"2020-05-14 13:51:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/service4-400x253.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:58;a:8:{s:2:\"id\";i:324;s:5:\"title\";s:8:\"Service5\";s:10:\"created_at\";s:19:\"2020-05-14 13:55:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/service5-400x227.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:59;a:8:{s:2:\"id\";i:327;s:5:\"title\";s:8:\"Service6\";s:10:\"created_at\";s:19:\"2020-05-14 13:58:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/service6-400x230.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:60;a:8:{s:2:\"id\";i:333;s:5:\"title\";s:9:\"About us1\";s:10:\"created_at\";s:19:\"2020-05-14 17:27:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about1-400x157.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:61;a:8:{s:2:\"id\";i:348;s:5:\"title\";s:9:\"About us2\";s:10:\"created_at\";s:19:\"2020-05-14 17:48:13\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about2-400x197.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:62;a:8:{s:2:\"id\";i:351;s:5:\"title\";s:9:\"About us3\";s:10:\"created_at\";s:19:\"2020-05-14 17:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about3-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:63;a:8:{s:2:\"id\";i:355;s:5:\"title\";s:9:\"About us4\";s:10:\"created_at\";s:19:\"2020-05-14 17:53:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about4-400x191.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:64;a:8:{s:2:\"id\";i:359;s:5:\"title\";s:9:\"About us5\";s:10:\"created_at\";s:19:\"2020-05-14 17:58:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about5-400x231.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:65;a:8:{s:2:\"id\";i:363;s:5:\"title\";s:9:\"About us6\";s:10:\"created_at\";s:19:\"2020-05-14 18:02:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about6-400x170.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:66;a:8:{s:2:\"id\";i:366;s:5:\"title\";s:9:\"About us7\";s:10:\"created_at\";s:19:\"2020-05-14 18:04:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about7-400x201.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:67;a:8:{s:2:\"id\";i:371;s:5:\"title\";s:9:\"About us8\";s:10:\"created_at\";s:19:\"2020-05-14 18:14:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about8-400x240.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:68;a:8:{s:2:\"id\";i:374;s:5:\"title\";s:9:\"About us9\";s:10:\"created_at\";s:19:\"2020-05-14 18:24:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/about-us9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about9-400x145.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:69;a:8:{s:2:\"id\";i:377;s:5:\"title\";s:10:\"About us10\";s:10:\"created_at\";s:19:\"2020-05-14 18:57:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/about-us10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/about10-400x278.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:70;a:8:{s:2:\"id\";i:384;s:5:\"title\";s:11:\"ImageBlock1\";s:10:\"created_at\";s:19:\"2020-05-14 19:09:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock1-400x143.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:71;a:8:{s:2:\"id\";i:401;s:5:\"title\";s:11:\"ImageBlock2\";s:10:\"created_at\";s:19:\"2020-05-14 19:20:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock2-400x175.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:72;a:8:{s:2:\"id\";i:405;s:5:\"title\";s:11:\"ImageBlock3\";s:10:\"created_at\";s:19:\"2020-05-14 19:26:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock3-400x166.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:73;a:8:{s:2:\"id\";i:409;s:5:\"title\";s:11:\"ImageBlock4\";s:10:\"created_at\";s:19:\"2020-05-14 19:28:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock4-400x157.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:74;a:8:{s:2:\"id\";i:413;s:5:\"title\";s:11:\"ImageBlock5\";s:10:\"created_at\";s:19:\"2020-05-14 19:32:00\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://templates.happyaddons.com/template/imageblock4-cloned-409/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock5-400x158.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:75;a:8:{s:2:\"id\";i:418;s:5:\"title\";s:11:\"ImageBlock6\";s:10:\"created_at\";s:19:\"2020-05-14 19:34:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock6-400x168.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:76;a:8:{s:2:\"id\";i:421;s:5:\"title\";s:11:\"ImageBlock7\";s:10:\"created_at\";s:19:\"2020-05-14 19:36:14\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock7-400x173.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:77;a:8:{s:2:\"id\";i:424;s:5:\"title\";s:11:\"ImageBlock8\";s:10:\"created_at\";s:19:\"2020-05-14 19:38:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock8-400x232.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:78;a:8:{s:2:\"id\";i:431;s:5:\"title\";s:11:\"ImageBlock9\";s:10:\"created_at\";s:19:\"2020-05-14 19:41:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/imageblock9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock9-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:79;a:8:{s:2:\"id\";i:435;s:5:\"title\";s:12:\"ImageBlock10\";s:10:\"created_at\";s:19:\"2020-05-14 19:43:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock10-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:80;a:8:{s:2:\"id\";i:439;s:5:\"title\";s:12:\"ImageBlock11\";s:10:\"created_at\";s:19:\"2020-05-14 19:44:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock11-400x248.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:81;a:8:{s:2:\"id\";i:443;s:5:\"title\";s:12:\"ImageBlock12\";s:10:\"created_at\";s:19:\"2020-05-14 19:45:53\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock12-400x237.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:82;a:8:{s:2:\"id\";i:448;s:5:\"title\";s:11:\"Fun Factor1\";s:10:\"created_at\";s:19:\"2020-05-15 19:15:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor1-400x135.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:83;a:8:{s:2:\"id\";i:457;s:5:\"title\";s:11:\"Fun Factor2\";s:10:\"created_at\";s:19:\"2020-05-15 19:17:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor2-400x135.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:84;a:8:{s:2:\"id\";i:460;s:5:\"title\";s:11:\"Fun Factor3\";s:10:\"created_at\";s:19:\"2020-05-15 19:18:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor3-400x179.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:85;a:8:{s:2:\"id\";i:464;s:5:\"title\";s:11:\"Fun Factor4\";s:10:\"created_at\";s:19:\"2020-05-15 19:20:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor4-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:86;a:8:{s:2:\"id\";i:468;s:5:\"title\";s:11:\"Fun Factor5\";s:10:\"created_at\";s:19:\"2020-05-15 19:22:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor5-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:87;a:8:{s:2:\"id\";i:471;s:5:\"title\";s:11:\"Fun Factor6\";s:10:\"created_at\";s:19:\"2020-05-15 19:24:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor6-400x107.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:88;a:8:{s:2:\"id\";i:475;s:5:\"title\";s:5:\"Team1\";s:10:\"created_at\";s:19:\"2020-05-16 08:02:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team1-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:89;a:8:{s:2:\"id\";i:500;s:5:\"title\";s:5:\"Team3\";s:10:\"created_at\";s:19:\"2020-05-16 16:44:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team3-400x267.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:90;a:8:{s:2:\"id\";i:501;s:5:\"title\";s:5:\"Team2\";s:10:\"created_at\";s:19:\"2020-05-16 16:36:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team2-400x236.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:91;a:8:{s:2:\"id\";i:507;s:5:\"title\";s:5:\"Team4\";s:10:\"created_at\";s:19:\"2020-05-16 16:48:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team4-400x267.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:92;a:8:{s:2:\"id\";i:509;s:5:\"title\";s:5:\"Team5\";s:10:\"created_at\";s:19:\"2020-05-16 17:03:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team5-400x365.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:93;a:8:{s:2:\"id\";i:521;s:5:\"title\";s:5:\"Team6\";s:10:\"created_at\";s:19:\"2020-05-16 17:10:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team6-400x210.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:94;a:8:{s:2:\"id\";i:528;s:5:\"title\";s:5:\"Team7\";s:10:\"created_at\";s:19:\"2020-05-16 17:14:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team7-400x210.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:95;a:8:{s:2:\"id\";i:533;s:5:\"title\";s:5:\"Team8\";s:10:\"created_at\";s:19:\"2020-05-16 17:17:14\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team8-400x242.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:96;a:8:{s:2:\"id\";i:552;s:5:\"title\";s:5:\"Team9\";s:10:\"created_at\";s:19:\"2020-05-16 18:47:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/team9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team9-400x260.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:97;a:8:{s:2:\"id\";i:555;s:5:\"title\";s:6:\"Team10\";s:10:\"created_at\";s:19:\"2020-05-16 18:49:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team10-400x247.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:98;a:8:{s:2:\"id\";i:559;s:5:\"title\";s:6:\"Team11\";s:10:\"created_at\";s:19:\"2020-05-16 18:51:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team11-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:99;a:8:{s:2:\"id\";i:564;s:5:\"title\";s:6:\"Team12\";s:10:\"created_at\";s:19:\"2020-05-16 18:52:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team12-400x272.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:100;a:8:{s:2:\"id\";i:569;s:5:\"title\";s:6:\"Team13\";s:10:\"created_at\";s:19:\"2020-05-16 18:54:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team13-400x197.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:101;a:8:{s:2:\"id\";i:574;s:5:\"title\";s:6:\"Team14\";s:10:\"created_at\";s:19:\"2020-05-16 18:55:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team14-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:102;a:8:{s:2:\"id\";i:578;s:5:\"title\";s:6:\"Team15\";s:10:\"created_at\";s:19:\"2020-05-16 18:56:59\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team15/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team15-400x179.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:103;a:8:{s:2:\"id\";i:582;s:5:\"title\";s:6:\"Team16\";s:10:\"created_at\";s:19:\"2020-05-16 18:58:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team16-400x253.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:104;a:8:{s:2:\"id\";i:585;s:5:\"title\";s:14:\"Content Block1\";s:10:\"created_at\";s:19:\"2020-05-16 20:10:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content1-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:105;a:8:{s:2:\"id\";i:602;s:5:\"title\";s:14:\"Content Block2\";s:10:\"created_at\";s:19:\"2020-05-16 20:13:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content2-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:106;a:8:{s:2:\"id\";i:606;s:5:\"title\";s:14:\"Content Block3\";s:10:\"created_at\";s:19:\"2020-05-16 20:14:25\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content3-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:107;a:8:{s:2:\"id\";i:610;s:5:\"title\";s:14:\"Content Block4\";s:10:\"created_at\";s:19:\"2020-05-16 20:15:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content4-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:108;a:8:{s:2:\"id\";i:614;s:5:\"title\";s:14:\"Content Block5\";s:10:\"created_at\";s:19:\"2020-05-16 20:16:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content5-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:109;a:8:{s:2:\"id\";i:618;s:5:\"title\";s:14:\"Content Block6\";s:10:\"created_at\";s:19:\"2020-05-16 20:17:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content6-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:110;a:8:{s:2:\"id\";i:622;s:5:\"title\";s:14:\"Content Block7\";s:10:\"created_at\";s:19:\"2020-05-16 20:19:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content7-400x179.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:111;a:8:{s:2:\"id\";i:626;s:5:\"title\";s:14:\"Content Block8\";s:10:\"created_at\";s:19:\"2020-05-16 20:20:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content8-400x128.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:112;a:8:{s:2:\"id\";i:630;s:5:\"title\";s:14:\"Content Block9\";s:10:\"created_at\";s:19:\"2020-05-16 20:21:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/content-block9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content9-400x128.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:113;a:8:{s:2:\"id\";i:633;s:5:\"title\";s:15:\"Content Block10\";s:10:\"created_at\";s:19:\"2020-05-16 20:23:10\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content10-400x206.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:114;a:8:{s:2:\"id\";i:637;s:5:\"title\";s:15:\"Content Block11\";s:10:\"created_at\";s:19:\"2020-05-16 20:24:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block11/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content11-400x178.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:115;a:8:{s:2:\"id\";i:642;s:5:\"title\";s:15:\"Content Block12\";s:10:\"created_at\";s:19:\"2020-05-16 20:27:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content12-400x178.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:116;a:8:{s:2:\"id\";i:1796;s:5:\"title\";s:15:\"Content Block13\";s:10:\"created_at\";s:19:\"2020-05-28 11:57:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock13-400x186.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"business-hour\";i:1;s:13:\"content-block\";}}i:117;a:8:{s:2:\"id\";i:647;s:5:\"title\";s:12:\"Client Logo1\";s:10:\"created_at\";s:19:\"2020-05-17 07:26:56\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client1-400x158.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:118;a:8:{s:2:\"id\";i:673;s:5:\"title\";s:12:\"Client Logo2\";s:10:\"created_at\";s:19:\"2020-05-17 07:44:16\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client2-400x95.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:119;a:8:{s:2:\"id\";i:676;s:5:\"title\";s:12:\"Client Logo3\";s:10:\"created_at\";s:19:\"2020-05-17 07:48:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client3-400x183.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:120;a:8:{s:2:\"id\";i:681;s:5:\"title\";s:12:\"Client Logo4\";s:10:\"created_at\";s:19:\"2020-05-17 07:53:13\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client4-400x145.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:121;a:8:{s:2:\"id\";i:686;s:5:\"title\";s:12:\"Client Logo5\";s:10:\"created_at\";s:19:\"2020-05-17 07:56:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client5-400x217.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:122;a:8:{s:2:\"id\";i:692;s:5:\"title\";s:12:\"Client Logo6\";s:10:\"created_at\";s:19:\"2020-05-17 08:02:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client6-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:123;a:8:{s:2:\"id\";i:695;s:5:\"title\";s:12:\"Client Logo7\";s:10:\"created_at\";s:19:\"2020-05-17 08:05:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client7-400x92.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:124;a:8:{s:2:\"id\";i:705;s:5:\"title\";s:12:\"Client Logo8\";s:10:\"created_at\";s:19:\"2020-05-17 08:07:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client8-400x92.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:125;a:8:{s:2:\"id\";i:708;s:5:\"title\";s:12:\"Client Logo9\";s:10:\"created_at\";s:19:\"2020-05-17 08:09:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/client-logo9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client9-400x114.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:126;a:8:{s:2:\"id\";i:711;s:5:\"title\";s:13:\"Client Logo10\";s:10:\"created_at\";s:19:\"2020-05-17 08:10:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/client-logo10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client10-400x124.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:127;a:8:{s:2:\"id\";i:714;s:5:\"title\";s:13:\"Client Logo11\";s:10:\"created_at\";s:19:\"2020-05-17 08:11:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/client-logo11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client11-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:128;a:8:{s:2:\"id\";i:718;s:5:\"title\";s:13:\"Client Logo12\";s:10:\"created_at\";s:19:\"2020-05-17 08:13:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/client-logo12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client12-400x117.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:129;a:8:{s:2:\"id\";i:721;s:5:\"title\";s:13:\"Client Logo13\";s:10:\"created_at\";s:19:\"2020-05-17 08:14:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/client-logo13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/client13-400x124.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:130;a:8:{s:2:\"id\";i:724;s:5:\"title\";s:4:\"CTA1\";s:10:\"created_at\";s:19:\"2020-05-17 11:42:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta1-400x110.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:131;a:8:{s:2:\"id\";i:736;s:5:\"title\";s:4:\"CTA2\";s:10:\"created_at\";s:19:\"2020-05-17 11:46:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta2-400x56.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:132;a:8:{s:2:\"id\";i:739;s:5:\"title\";s:4:\"CTA3\";s:10:\"created_at\";s:19:\"2020-05-17 11:49:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta3-400x57.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:133;a:8:{s:2:\"id\";i:742;s:5:\"title\";s:4:\"CTA4\";s:10:\"created_at\";s:19:\"2020-05-17 11:51:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta4-400x40.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:134;a:8:{s:2:\"id\";i:745;s:5:\"title\";s:4:\"CTA5\";s:10:\"created_at\";s:19:\"2020-05-17 11:55:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta5-400x78.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:135;a:8:{s:2:\"id\";i:748;s:5:\"title\";s:4:\"CTA6\";s:10:\"created_at\";s:19:\"2020-05-17 11:57:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta6-400x107.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:136;a:8:{s:2:\"id\";i:751;s:5:\"title\";s:4:\"CTA7\";s:10:\"created_at\";s:19:\"2020-05-17 11:58:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta7-400x191.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:137;a:8:{s:2:\"id\";i:752;s:5:\"title\";s:4:\"CTA8\";s:10:\"created_at\";s:19:\"2020-05-17 11:58:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta8-400x185.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:138;a:8:{s:2:\"id\";i:759;s:5:\"title\";s:4:\"CTA9\";s:10:\"created_at\";s:19:\"2020-05-17 12:02:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/cta9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/cta9-400x139.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:139;a:8:{s:2:\"id\";i:766;s:5:\"title\";s:4:\"FAQ1\";s:10:\"created_at\";s:19:\"2020-05-17 12:19:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq1-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:140;a:8:{s:2:\"id\";i:782;s:5:\"title\";s:4:\"FAQ2\";s:10:\"created_at\";s:19:\"2020-05-17 12:25:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq2-400x217.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:141;a:8:{s:2:\"id\";i:785;s:5:\"title\";s:4:\"FAQ3\";s:10:\"created_at\";s:19:\"2020-05-17 13:19:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq3-400x263.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:142;a:8:{s:2:\"id\";i:788;s:5:\"title\";s:4:\"FAQ4\";s:10:\"created_at\";s:19:\"2020-05-17 13:27:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq4-400x167.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:143;a:8:{s:2:\"id\";i:793;s:5:\"title\";s:4:\"FAQ5\";s:10:\"created_at\";s:19:\"2020-05-17 13:29:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq5-400x258.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:144;a:8:{s:2:\"id\";i:796;s:5:\"title\";s:4:\"FAQ6\";s:10:\"created_at\";s:19:\"2020-05-17 13:31:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq6-400x288.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:145;a:8:{s:2:\"id\";i:800;s:5:\"title\";s:4:\"FAQ7\";s:10:\"created_at\";s:19:\"2020-05-17 13:33:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq7-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:146;a:8:{s:2:\"id\";i:803;s:5:\"title\";s:4:\"FAQ8\";s:10:\"created_at\";s:19:\"2020-05-17 13:34:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq8-400x203.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:147;a:8:{s:2:\"id\";i:807;s:5:\"title\";s:4:\"FAQ9\";s:10:\"created_at\";s:19:\"2020-05-17 13:36:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/faq9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq9-400x226.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:148;a:8:{s:2:\"id\";i:811;s:5:\"title\";s:5:\"FAQ10\";s:10:\"created_at\";s:19:\"2020-05-17 13:38:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/faq10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/faq10-400x267.jpg\";s:4:\"tags\";a:1:{i:0;s:3:\"faq\";}}i:149;a:8:{s:2:\"id\";i:814;s:5:\"title\";s:10:\"Marketing1\";s:10:\"created_at\";s:19:\"2020-05-17 16:42:53\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing1-400x234.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:150;a:8:{s:2:\"id\";i:826;s:5:\"title\";s:10:\"Marketing2\";s:10:\"created_at\";s:19:\"2020-05-17 16:52:14\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing2-400x235.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:151;a:8:{s:2:\"id\";i:831;s:5:\"title\";s:10:\"Marketing3\";s:10:\"created_at\";s:19:\"2020-05-17 16:53:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing3-400x190.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:152;a:8:{s:2:\"id\";i:835;s:5:\"title\";s:10:\"Marketing4\";s:10:\"created_at\";s:19:\"2020-05-17 16:54:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing4-400x245.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:153;a:8:{s:2:\"id\";i:840;s:5:\"title\";s:10:\"Marketing5\";s:10:\"created_at\";s:19:\"2020-05-17 16:55:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing5-400x209.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"marketing\";i:1;s:5:\"music\";}}i:154;a:8:{s:2:\"id\";i:844;s:5:\"title\";s:10:\"Marketing6\";s:10:\"created_at\";s:19:\"2020-05-17 16:59:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing6-400x233.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:155;a:8:{s:2:\"id\";i:848;s:5:\"title\";s:10:\"Marketing7\";s:10:\"created_at\";s:19:\"2020-05-17 17:00:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing7-400x202.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:156;a:8:{s:2:\"id\";i:852;s:5:\"title\";s:10:\"Marketing8\";s:10:\"created_at\";s:19:\"2020-05-17 17:01:59\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/marketing8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/marketing8-400x299.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"marketing\";}}i:157;a:8:{s:2:\"id\";i:855;s:5:\"title\";s:8:\"Contact1\";s:10:\"created_at\";s:19:\"2020-05-17 17:08:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contact1-400x360.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:158;a:8:{s:2:\"id\";i:866;s:5:\"title\";s:8:\"Contact2\";s:10:\"created_at\";s:19:\"2020-05-17 17:20:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contact1-400x360.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:159;a:8:{s:2:\"id\";i:870;s:5:\"title\";s:8:\"Contact3\";s:10:\"created_at\";s:19:\"2020-05-17 17:22:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contact3-400x224.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:160;a:8:{s:2:\"id\";i:875;s:5:\"title\";s:8:\"Contact4\";s:10:\"created_at\";s:19:\"2020-05-17 17:28:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contact4-400x256.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:161;a:8:{s:2:\"id\";i:878;s:5:\"title\";s:8:\"Contact5\";s:10:\"created_at\";s:19:\"2020-05-17 17:30:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contact5-400x376.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:162;a:8:{s:2:\"id\";i:884;s:5:\"title\";s:8:\"Contact6\";s:10:\"created_at\";s:19:\"2020-05-17 17:34:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contact6-400x240.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:163;a:8:{s:2:\"id\";i:887;s:5:\"title\";s:6:\"Video1\";s:10:\"created_at\";s:19:\"2020-05-18 15:44:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video1-400x184.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:164;a:8:{s:2:\"id\";i:899;s:5:\"title\";s:6:\"Video2\";s:10:\"created_at\";s:19:\"2020-05-18 15:47:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video2-400x208.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:165;a:8:{s:2:\"id\";i:903;s:5:\"title\";s:6:\"Video3\";s:10:\"created_at\";s:19:\"2020-05-18 15:51:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video3-400x256.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:166;a:8:{s:2:\"id\";i:907;s:5:\"title\";s:6:\"Video4\";s:10:\"created_at\";s:19:\"2020-05-18 15:52:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video4-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:167;a:8:{s:2:\"id\";i:911;s:5:\"title\";s:6:\"Video5\";s:10:\"created_at\";s:19:\"2020-05-18 15:57:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video5-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:168;a:8:{s:2:\"id\";i:915;s:5:\"title\";s:6:\"Video6\";s:10:\"created_at\";s:19:\"2020-05-18 15:59:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video6-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:169;a:8:{s:2:\"id\";i:919;s:5:\"title\";s:6:\"Video7\";s:10:\"created_at\";s:19:\"2020-05-18 16:00:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/video7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/video7-400x170.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"video\";}}i:170;a:8:{s:2:\"id\";i:923;s:5:\"title\";s:8:\"Product1\";s:10:\"created_at\";s:19:\"2020-05-18 16:17:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product1-400x190.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:7:\"product\";}}i:171;a:8:{s:2:\"id\";i:955;s:5:\"title\";s:8:\"Product5\";s:10:\"created_at\";s:19:\"2020-05-18 17:15:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product5-400x204.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:172;a:8:{s:2:\"id\";i:940;s:5:\"title\";s:8:\"Product2\";s:10:\"created_at\";s:19:\"2020-05-18 16:21:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product2-1-400x195.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:173;a:8:{s:2:\"id\";i:950;s:5:\"title\";s:8:\"Product4\";s:10:\"created_at\";s:19:\"2020-05-18 17:12:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product4-400x188.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:7:\"product\";}}i:174;a:8:{s:2:\"id\";i:944;s:5:\"title\";s:8:\"Product3\";s:10:\"created_at\";s:19:\"2020-05-18 17:07:18\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product3-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:175;a:8:{s:2:\"id\";i:959;s:5:\"title\";s:8:\"Product6\";s:10:\"created_at\";s:19:\"2020-05-18 17:17:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product6-400x211.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:176;a:8:{s:2:\"id\";i:963;s:5:\"title\";s:8:\"Product7\";s:10:\"created_at\";s:19:\"2020-05-18 17:19:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product7-400x219.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:177;a:8:{s:2:\"id\";i:969;s:5:\"title\";s:8:\"Product8\";s:10:\"created_at\";s:19:\"2020-05-18 17:22:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product8-400x246.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:7:\"product\";}}i:178;a:8:{s:2:\"id\";i:976;s:5:\"title\";s:8:\"Product9\";s:10:\"created_at\";s:19:\"2020-05-18 17:28:13\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/product9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product9-400x243.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:179;a:8:{s:2:\"id\";i:981;s:5:\"title\";s:9:\"Product10\";s:10:\"created_at\";s:19:\"2020-05-18 17:30:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/product9-cloned-976/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product10-400x173.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:180;a:8:{s:2:\"id\";i:987;s:5:\"title\";s:9:\"Product11\";s:10:\"created_at\";s:19:\"2020-05-18 17:39:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/product11-400x219.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:7:\"product\";}}i:181;a:8:{s:2:\"id\";i:991;s:5:\"title\";s:8:\"Gallery1\";s:10:\"created_at\";s:19:\"2020-05-18 19:47:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery1-400x242.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:182;a:8:{s:2:\"id\";i:1006;s:5:\"title\";s:8:\"Gallery2\";s:10:\"created_at\";s:19:\"2020-05-18 20:03:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery2-400x259.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:183;a:8:{s:2:\"id\";i:1025;s:5:\"title\";s:8:\"Gallery3\";s:10:\"created_at\";s:19:\"2020-05-18 20:12:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery3-400x216.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:184;a:8:{s:2:\"id\";i:1030;s:5:\"title\";s:8:\"Gallery4\";s:10:\"created_at\";s:19:\"2020-05-18 20:15:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery4-400x483.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:185;a:8:{s:2:\"id\";i:1046;s:5:\"title\";s:8:\"Gallery5\";s:10:\"created_at\";s:19:\"2020-05-18 20:26:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery5-400x328.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:186;a:8:{s:2:\"id\";i:1065;s:5:\"title\";s:8:\"Gallery6\";s:10:\"created_at\";s:19:\"2020-05-18 20:36:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery6-400x211.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:187;a:8:{s:2:\"id\";i:1075;s:5:\"title\";s:8:\"Gallery7\";s:10:\"created_at\";s:19:\"2020-05-18 20:41:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery7-400x318.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:188;a:8:{s:2:\"id\";i:1091;s:5:\"title\";s:8:\"Gallery8\";s:10:\"created_at\";s:19:\"2020-05-18 20:48:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery8-400x443.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:189;a:8:{s:2:\"id\";i:1099;s:5:\"title\";s:8:\"Gallery9\";s:10:\"created_at\";s:19:\"2020-05-19 07:25:25\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gallery9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery9-400x328.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:190;a:8:{s:2:\"id\";i:1115;s:5:\"title\";s:9:\"Gallery10\";s:10:\"created_at\";s:19:\"2020-05-19 08:01:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/gallery10/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery10-400x90.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:191;a:8:{s:2:\"id\";i:1130;s:5:\"title\";s:9:\"Gallery11\";s:10:\"created_at\";s:19:\"2020-05-19 08:22:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/gallery11/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery11-400x281.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:192;a:8:{s:2:\"id\";i:1135;s:5:\"title\";s:9:\"Gallery12\";s:10:\"created_at\";s:19:\"2020-05-19 08:28:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/gallery12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/gallery12-400x202.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"gallery\";}}i:193;a:8:{s:2:\"id\";i:2885;s:5:\"title\";s:15:\"Pricing Table-3\";s:10:\"created_at\";s:19:\"2020-07-09 07:11:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-3-400x217.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:194;a:8:{s:2:\"id\";i:2888;s:5:\"title\";s:15:\"Pricing Table-4\";s:10:\"created_at\";s:19:\"2020-07-09 07:13:00\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-4-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:195;a:8:{s:2:\"id\";i:2893;s:5:\"title\";s:15:\"Pricing Table-5\";s:10:\"created_at\";s:19:\"2020-07-09 07:14:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-5-400x216.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:196;a:8:{s:2:\"id\";i:2899;s:5:\"title\";s:15:\"Pricing Table-6\";s:10:\"created_at\";s:19:\"2020-07-09 07:16:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-6-400x211.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:197;a:8:{s:2:\"id\";i:2904;s:5:\"title\";s:15:\"Pricing Table-7\";s:10:\"created_at\";s:19:\"2020-07-09 07:17:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-7-400x218.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:198;a:8:{s:2:\"id\";i:1142;s:5:\"title\";s:12:\"Coming Soon1\";s:10:\"created_at\";s:19:\"2020-05-19 09:53:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon1-400x206.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:199;a:8:{s:2:\"id\";i:1147;s:5:\"title\";s:12:\"Coming Soon2\";s:10:\"created_at\";s:19:\"2020-05-19 09:57:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon2-400x251.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:200;a:8:{s:2:\"id\";i:1153;s:5:\"title\";s:12:\"Coming Soon3\";s:10:\"created_at\";s:19:\"2020-05-19 09:59:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon3-400x233.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:201;a:8:{s:2:\"id\";i:1187;s:5:\"title\";s:7:\"Footer1\";s:10:\"created_at\";s:19:\"2020-05-19 11:30:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/footer1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/footer1-400x111.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"footer\";}}i:202;a:8:{s:2:\"id\";i:1163;s:5:\"title\";s:12:\"Coming Soon4\";s:10:\"created_at\";s:19:\"2020-05-19 10:01:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon4-400x175.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:203;a:8:{s:2:\"id\";i:1167;s:5:\"title\";s:12:\"Coming Soon5\";s:10:\"created_at\";s:19:\"2020-05-19 10:03:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon5a-400x198.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:204;a:8:{s:2:\"id\";i:1171;s:5:\"title\";s:12:\"Coming Soon6\";s:10:\"created_at\";s:19:\"2020-05-19 10:04:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon6-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:205;a:8:{s:2:\"id\";i:1175;s:5:\"title\";s:12:\"Coming Soon7\";s:10:\"created_at\";s:19:\"2020-05-19 10:06:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon7-400x258.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:206;a:8:{s:2:\"id\";i:1179;s:5:\"title\";s:12:\"Coming Soon8\";s:10:\"created_at\";s:19:\"2020-05-19 10:07:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/comingsoon8a-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:207;a:8:{s:2:\"id\";i:1197;s:5:\"title\";s:7:\"Footer2\";s:10:\"created_at\";s:19:\"2020-05-19 11:45:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/footer2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/footer2-400x144.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"footer\";}}i:208;a:8:{s:2:\"id\";i:1201;s:5:\"title\";s:7:\"Footer3\";s:10:\"created_at\";s:19:\"2020-05-19 11:47:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/footer3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/footer3-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"footer\";}}i:209;a:8:{s:2:\"id\";i:1205;s:5:\"title\";s:7:\"Footer4\";s:10:\"created_at\";s:19:\"2020-05-19 11:52:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/footer4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/footer4-400x191.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"footer\";}}i:210;a:8:{s:2:\"id\";i:1208;s:5:\"title\";s:7:\"Footer5\";s:10:\"created_at\";s:19:\"2020-05-19 11:53:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/footer5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/footer5-400x123.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"footer\";}}i:211;a:8:{s:2:\"id\";i:1211;s:5:\"title\";s:11:\"restaurant1\";s:10:\"created_at\";s:19:\"2020-05-19 12:18:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/RestaurantMenu1-400x178.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:212;a:8:{s:2:\"id\";i:1230;s:5:\"title\";s:11:\"restaurant2\";s:10:\"created_at\";s:19:\"2020-05-19 12:23:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu2-400x269.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:213;a:8:{s:2:\"id\";i:1239;s:5:\"title\";s:11:\"restaurant3\";s:10:\"created_at\";s:19:\"2020-05-19 12:28:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu3-400x217.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:214;a:8:{s:2:\"id\";i:1242;s:5:\"title\";s:11:\"restaurant4\";s:10:\"created_at\";s:19:\"2020-05-19 12:29:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu4-400x261.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:215;a:8:{s:2:\"id\";i:1248;s:5:\"title\";s:11:\"restaurant5\";s:10:\"created_at\";s:19:\"2020-05-19 12:30:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu5-400x159.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:216;a:8:{s:2:\"id\";i:1252;s:5:\"title\";s:11:\"restaurant6\";s:10:\"created_at\";s:19:\"2020-05-19 13:33:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu6-400x182.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:217;a:8:{s:2:\"id\";i:1259;s:5:\"title\";s:11:\"restaurant7\";s:10:\"created_at\";s:19:\"2020-05-19 13:36:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu7-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:218;a:8:{s:2:\"id\";i:1262;s:5:\"title\";s:11:\"restaurant8\";s:10:\"created_at\";s:19:\"2020-05-19 13:37:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu8-400x201.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:219;a:8:{s:2:\"id\";i:1266;s:5:\"title\";s:11:\"restaurant9\";s:10:\"created_at\";s:19:\"2020-05-19 16:24:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/restaurant9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu9-400x146.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:220;a:8:{s:2:\"id\";i:1270;s:5:\"title\";s:12:\"restaurant10\";s:10:\"created_at\";s:19:\"2020-05-19 16:28:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu10-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:221;a:8:{s:2:\"id\";i:1273;s:5:\"title\";s:12:\"restaurant11\";s:10:\"created_at\";s:19:\"2020-05-19 16:30:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu11-400x256.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:222;a:8:{s:2:\"id\";i:1280;s:5:\"title\";s:12:\"restaurant12\";s:10:\"created_at\";s:19:\"2020-05-19 16:43:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu12-400x246.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:223;a:8:{s:2:\"id\";i:1284;s:5:\"title\";s:12:\"restaurant13\";s:10:\"created_at\";s:19:\"2020-05-19 16:54:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu13-400x258.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:224;a:8:{s:2:\"id\";i:1288;s:5:\"title\";s:12:\"restaurant14\";s:10:\"created_at\";s:19:\"2020-05-19 17:20:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu14-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:225;a:8:{s:2:\"id\";i:1293;s:5:\"title\";s:12:\"restaurant15\";s:10:\"created_at\";s:19:\"2020-05-19 17:24:59\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant15/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/menu15-400x188.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"restaurant\";}}i:226;a:8:{s:2:\"id\";i:1718;s:5:\"title\";s:12:\"Testimonial6\";s:10:\"created_at\";s:19:\"2020-05-28 07:17:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial5-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:227;a:8:{s:2:\"id\";i:1320;s:5:\"title\";s:6:\"Sales1\";s:10:\"created_at\";s:19:\"2020-05-20 11:08:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sales1-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:228;a:8:{s:2:\"id\";i:1330;s:5:\"title\";s:6:\"Sales2\";s:10:\"created_at\";s:19:\"2020-05-20 15:29:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale2-400x166.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:229;a:8:{s:2:\"id\";i:1339;s:5:\"title\";s:6:\"Sales3\";s:10:\"created_at\";s:19:\"2020-05-20 15:47:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale3-400x369.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:230;a:8:{s:2:\"id\";i:1347;s:5:\"title\";s:6:\"Sales4\";s:10:\"created_at\";s:19:\"2020-05-20 16:39:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale4-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:231;a:8:{s:2:\"id\";i:1354;s:5:\"title\";s:6:\"Sales5\";s:10:\"created_at\";s:19:\"2020-05-20 18:16:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale5-400x232.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:5:\"sales\";}}i:232;a:8:{s:2:\"id\";i:1376;s:5:\"title\";s:6:\"Sales7\";s:10:\"created_at\";s:19:\"2020-05-20 20:04:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale7-400x190.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:233;a:8:{s:2:\"id\";i:1386;s:5:\"title\";s:6:\"Sales8\";s:10:\"created_at\";s:19:\"2020-05-21 10:35:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/sales8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sale8-400x215.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:234;a:8:{s:2:\"id\";i:1412;s:5:\"title\";s:7:\"Sales10\";s:10:\"created_at\";s:19:\"2020-05-21 17:20:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/sales10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/sales10-400x200.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"sales\";}}i:235;a:8:{s:2:\"id\";i:1429;s:5:\"title\";s:8:\"Medical1\";s:10:\"created_at\";s:19:\"2020-05-21 19:28:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical1-400x198.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:236;a:8:{s:2:\"id\";i:1434;s:5:\"title\";s:8:\"Medical2\";s:10:\"created_at\";s:19:\"2020-05-21 19:34:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical2a-400x212.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:237;a:8:{s:2:\"id\";i:1441;s:5:\"title\";s:8:\"Medical3\";s:10:\"created_at\";s:19:\"2020-05-21 20:03:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical3-400x198.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:238;a:8:{s:2:\"id\";i:1451;s:5:\"title\";s:8:\"Medical4\";s:10:\"created_at\";s:19:\"2020-05-21 20:40:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical4-400x221.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:239;a:8:{s:2:\"id\";i:1458;s:5:\"title\";s:8:\"Medical5\";s:10:\"created_at\";s:19:\"2020-05-22 07:58:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical5-400x221.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:240;a:8:{s:2:\"id\";i:1472;s:5:\"title\";s:11:\"Fun Factor7\";s:10:\"created_at\";s:19:\"2020-05-22 08:43:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/fun-factor7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/funfactor7-400x192.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"fun-factor\";i:1;s:14:\"medical-health\";}}i:241;a:8:{s:2:\"id\";i:1479;s:5:\"title\";s:8:\"Medical6\";s:10:\"created_at\";s:19:\"2020-05-22 08:53:18\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical6-400x192.jpg\";s:4:\"tags\";a:3:{i:0;s:13:\"content-block\";i:1;s:11:\"image-block\";i:2;s:14:\"medical-health\";}}i:242;a:8:{s:2:\"id\";i:1485;s:5:\"title\";s:8:\"Medical7\";s:10:\"created_at\";s:19:\"2020-05-22 09:03:00\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical7-400x221.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"content-block\";i:1;s:14:\"medical-health\";}}i:243;a:8:{s:2:\"id\";i:2241;s:5:\"title\";s:12:\"Intro Text11\";s:10:\"created_at\";s:19:\"2020-05-30 19:47:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/intro-text11/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext9-400x160.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:244;a:8:{s:2:\"id\";i:1490;s:5:\"title\";s:8:\"Medical8\";s:10:\"created_at\";s:19:\"2020-05-22 10:40:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical8-400x213.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:245;a:8:{s:2:\"id\";i:1498;s:5:\"title\";s:8:\"Medical9\";s:10:\"created_at\";s:19:\"2020-05-22 11:22:23\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/medical9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical9-400x213.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"content-block\";i:1;s:14:\"medical-health\";}}i:246;a:8:{s:2:\"id\";i:1528;s:5:\"title\";s:9:\"Medical11\";s:10:\"created_at\";s:19:\"2020-05-22 18:30:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical11-400x212.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:247;a:8:{s:2:\"id\";i:1536;s:5:\"title\";s:9:\"Medical12\";s:10:\"created_at\";s:19:\"2020-05-22 19:59:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical12-400x212.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"medical-health\";}}i:248;a:8:{s:2:\"id\";i:1571;s:5:\"title\";s:9:\"Medical13\";s:10:\"created_at\";s:19:\"2020-05-23 16:12:13\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical13/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical13-400x231.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"feature\";i:1;s:14:\"medical-health\";}}i:249;a:8:{s:2:\"id\";i:1580;s:5:\"title\";s:9:\"Medical14\";s:10:\"created_at\";s:19:\"2020-05-23 16:28:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical14-400x213.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"feature\";i:1;s:14:\"medical-health\";}}i:250;a:8:{s:2:\"id\";i:1589;s:5:\"title\";s:9:\"Medical15\";s:10:\"created_at\";s:19:\"2020-05-23 16:42:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical15/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical15-400x194.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"feature\";i:1;s:14:\"medical-health\";}}i:251;a:8:{s:2:\"id\";i:1599;s:5:\"title\";s:9:\"Medical16\";s:10:\"created_at\";s:19:\"2020-05-23 18:36:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical16-400x195.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"fun-factor\";i:1;s:14:\"medical-health\";}}i:252;a:8:{s:2:\"id\";i:1606;s:5:\"title\";s:9:\"Medical17\";s:10:\"created_at\";s:19:\"2020-05-23 18:57:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical17/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical17-400x187.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"feature\";i:1;s:14:\"medical-health\";}}i:253;a:8:{s:2:\"id\";i:1614;s:5:\"title\";s:9:\"Medical18\";s:10:\"created_at\";s:19:\"2020-05-23 19:11:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical18/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical18-400x216.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"feature\";i:1;s:14:\"medical-health\";}}i:254;a:8:{s:2:\"id\";i:1626;s:5:\"title\";s:9:\"Medical19\";s:10:\"created_at\";s:19:\"2020-05-23 19:32:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical19/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical19-400x228.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:14:\"medical-health\";}}i:255;a:8:{s:2:\"id\";i:1647;s:5:\"title\";s:9:\"Medical20\";s:10:\"created_at\";s:19:\"2020-05-23 20:24:14\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/medical20/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/medical20-400x223.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:14:\"medical-health\";}}i:256;a:8:{s:2:\"id\";i:1678;s:5:\"title\";s:12:\"Testimonial1\";s:10:\"created_at\";s:19:\"2020-05-26 05:08:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial1-400x181.png\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:257;a:8:{s:2:\"id\";i:1685;s:5:\"title\";s:12:\"Testimonial2\";s:10:\"created_at\";s:19:\"2020-05-26 05:14:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial2-400x185.png\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:258;a:8:{s:2:\"id\";i:1693;s:5:\"title\";s:12:\"Testimonial3\";s:10:\"created_at\";s:19:\"2020-05-26 06:38:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial3-400x185.png\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:259;a:8:{s:2:\"id\";i:1698;s:5:\"title\";s:12:\"Testimonial4\";s:10:\"created_at\";s:19:\"2020-05-26 07:21:10\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial4-400x185.png\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:260;a:8:{s:2:\"id\";i:1706;s:5:\"title\";s:12:\"Testimonial5\";s:10:\"created_at\";s:19:\"2020-05-26 16:47:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial5-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:261;a:8:{s:2:\"id\";i:1727;s:5:\"title\";s:12:\"Testimonial7\";s:10:\"created_at\";s:19:\"2020-05-28 08:05:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial7-400x199.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:262;a:8:{s:2:\"id\";i:1736;s:5:\"title\";s:12:\"Testimonial8\";s:10:\"created_at\";s:19:\"2020-05-28 09:25:59\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial8-400x199.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:263;a:8:{s:2:\"id\";i:1744;s:5:\"title\";s:12:\"Testimonial9\";s:10:\"created_at\";s:19:\"2020-05-28 09:41:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/testimonial9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial9-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:264;a:8:{s:2:\"id\";i:1750;s:5:\"title\";s:13:\"Testimonial10\";s:10:\"created_at\";s:19:\"2020-05-28 09:50:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial10/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial10-400x191.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:265;a:8:{s:2:\"id\";i:1755;s:5:\"title\";s:13:\"Testimonial11\";s:10:\"created_at\";s:19:\"2020-05-28 10:01:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial11/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial11-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:266;a:8:{s:2:\"id\";i:1760;s:5:\"title\";s:13:\"Testimonial12\";s:10:\"created_at\";s:19:\"2020-05-28 10:13:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial12-400x221.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"music\";i:1;s:11:\"testimonial\";}}i:267;a:8:{s:2:\"id\";i:1765;s:5:\"title\";s:12:\"ImageBlock13\";s:10:\"created_at\";s:19:\"2020-05-28 10:43:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock13-400x155.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:268;a:8:{s:2:\"id\";i:1770;s:5:\"title\";s:12:\"ImageBlock14\";s:10:\"created_at\";s:19:\"2020-05-28 10:46:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock14-400x189.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:269;a:8:{s:2:\"id\";i:1776;s:5:\"title\";s:12:\"ImageBlock15\";s:10:\"created_at\";s:19:\"2020-05-28 10:50:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock15/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock15-400x190.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:270;a:8:{s:2:\"id\";i:1777;s:5:\"title\";s:12:\"ImageBlock16\";s:10:\"created_at\";s:19:\"2020-05-28 10:55:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock16-400x236.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:271;a:8:{s:2:\"id\";i:1786;s:5:\"title\";s:11:\"Intro Text9\";s:10:\"created_at\";s:19:\"2020-05-28 11:31:18\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/intro-text9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext9-400x160.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:272;a:8:{s:2:\"id\";i:1790;s:5:\"title\";s:12:\"Intro Text10\";s:10:\"created_at\";s:19:\"2020-05-28 11:34:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/intro-text10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/introtext10-400x160.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:273;a:8:{s:2:\"id\";i:1801;s:5:\"title\";s:15:\"Content Block14\";s:10:\"created_at\";s:19:\"2020-05-28 12:38:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content15-400x149.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"business-hour\";i:1;s:13:\"content-block\";}}i:274;a:8:{s:2:\"id\";i:1811;s:5:\"title\";s:15:\"Content Block15\";s:10:\"created_at\";s:19:\"2020-05-28 12:48:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block15/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/content16-400x174.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"business-hour\";i:1;s:13:\"content-block\";}}i:275;a:8:{s:2:\"id\";i:1815;s:5:\"title\";s:12:\"ImageBlock17\";s:10:\"created_at\";s:19:\"2020-05-28 13:52:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock17/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock17-400x174.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:276;a:8:{s:2:\"id\";i:1820;s:5:\"title\";s:12:\"ImageBlock18\";s:10:\"created_at\";s:19:\"2020-05-28 13:58:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock18/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock18-400x174.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:277;a:8:{s:2:\"id\";i:1825;s:5:\"title\";s:12:\"ImageBlock19\";s:10:\"created_at\";s:19:\"2020-05-28 14:05:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock19/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock19-400x174.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:278;a:8:{s:2:\"id\";i:1833;s:5:\"title\";s:12:\"ImageBlock21\";s:10:\"created_at\";s:19:\"2020-05-28 16:50:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock21/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock21-400x210.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:279;a:8:{s:2:\"id\";i:1834;s:5:\"title\";s:12:\"ImageBlock20\";s:10:\"created_at\";s:19:\"2020-05-28 16:33:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock20/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock20-400x178.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:280;a:8:{s:2:\"id\";i:1849;s:5:\"title\";s:12:\"ImageBlock22\";s:10:\"created_at\";s:19:\"2020-05-28 17:12:00\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock22/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock22-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:281;a:8:{s:2:\"id\";i:1857;s:5:\"title\";s:12:\"ImageBlock23\";s:10:\"created_at\";s:19:\"2020-05-28 17:43:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock23/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock23-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:282;a:8:{s:2:\"id\";i:1868;s:5:\"title\";s:6:\"Team17\";s:10:\"created_at\";s:19:\"2020-05-28 18:18:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock24/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team17-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:283;a:8:{s:2:\"id\";i:2882;s:5:\"title\";s:15:\"Pricing Table-2\";s:10:\"created_at\";s:19:\"2020-07-09 07:10:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-2-400x217.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:284;a:8:{s:2:\"id\";i:1881;s:5:\"title\";s:8:\"Feature8\";s:10:\"created_at\";s:19:\"2020-05-28 19:47:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature8-400x182.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:285;a:8:{s:2:\"id\";i:1891;s:5:\"title\";s:8:\"Feature9\";s:10:\"created_at\";s:19:\"2020-05-29 06:05:59\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/feature9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature9-400x209.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:286;a:8:{s:2:\"id\";i:1901;s:5:\"title\";s:9:\"Feature10\";s:10:\"created_at\";s:19:\"2020-05-29 06:21:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature10/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature10-400x139.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:287;a:8:{s:2:\"id\";i:1905;s:5:\"title\";s:12:\"ImageBlock24\";s:10:\"created_at\";s:19:\"2020-05-29 06:27:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/imageblock24-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock24-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:288;a:8:{s:2:\"id\";i:1912;s:5:\"title\";s:12:\"ImageBlock25\";s:10:\"created_at\";s:19:\"2020-05-29 06:34:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock25/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock25-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:289;a:8:{s:2:\"id\";i:1919;s:5:\"title\";s:12:\"ImageBlock26\";s:10:\"created_at\";s:19:\"2020-05-29 06:40:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock26/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock26-400x196.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:290;a:8:{s:2:\"id\";i:1925;s:5:\"title\";s:12:\"ImageBlock27\";s:10:\"created_at\";s:19:\"2020-05-29 06:45:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock27/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock27-400x212.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:291;a:8:{s:2:\"id\";i:1935;s:5:\"title\";s:9:\"Feature11\";s:10:\"created_at\";s:19:\"2020-05-29 10:20:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature11-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:292;a:8:{s:2:\"id\";i:1945;s:5:\"title\";s:9:\"Feature12\";s:10:\"created_at\";s:19:\"2020-05-29 10:56:37\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature12-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:293;a:8:{s:2:\"id\";i:1951;s:5:\"title\";s:9:\"Feature13\";s:10:\"created_at\";s:19:\"2020-05-29 11:01:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature13/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature13-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:294;a:8:{s:2:\"id\";i:1959;s:5:\"title\";s:9:\"Feature14\";s:10:\"created_at\";s:19:\"2020-05-29 11:08:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature14/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature14-400x154.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:295;a:8:{s:2:\"id\";i:1964;s:5:\"title\";s:9:\"Feature15\";s:10:\"created_at\";s:19:\"2020-05-29 11:11:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature15/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature15-400x154.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:296;a:8:{s:2:\"id\";i:1968;s:5:\"title\";s:9:\"Feature16\";s:10:\"created_at\";s:19:\"2020-05-29 11:14:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature16-400x154.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:297;a:8:{s:2:\"id\";i:1974;s:5:\"title\";s:8:\"Pricing1\";s:10:\"created_at\";s:19:\"2020-05-29 11:28:32\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/pricing1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/pricing1-400x215.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"price-menu\";}}i:298;a:8:{s:2:\"id\";i:1980;s:5:\"title\";s:8:\"Pricing2\";s:10:\"created_at\";s:19:\"2020-05-29 11:32:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/pricing2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/pricing2-400x184.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"price-menu\";}}i:299;a:8:{s:2:\"id\";i:1985;s:5:\"title\";s:8:\"Pricing3\";s:10:\"created_at\";s:19:\"2020-05-29 11:35:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/pricing3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/pricing3-400x184.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"price-menu\";}}i:300;a:8:{s:2:\"id\";i:1995;s:5:\"title\";s:8:\"Pricing4\";s:10:\"created_at\";s:19:\"2020-05-29 12:28:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/pricing4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/pricing4-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"price-menu\";}}i:301;a:8:{s:2:\"id\";i:2000;s:5:\"title\";s:8:\"Pricing5\";s:10:\"created_at\";s:19:\"2020-05-29 12:48:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/pricing5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/pricing5-400x201.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"price-menu\";}}i:302;a:8:{s:2:\"id\";i:2005;s:5:\"title\";s:8:\"Pricing6\";s:10:\"created_at\";s:19:\"2020-05-29 13:29:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/pricing6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/pricing6-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"price-menu\";}}i:303;a:8:{s:2:\"id\";i:2012;s:5:\"title\";s:15:\"Content Block16\";s:10:\"created_at\";s:19:\"2020-05-29 14:54:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock16-400x238.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:13:\"content-block\";}}i:304;a:8:{s:2:\"id\";i:2018;s:5:\"title\";s:15:\"Content Block17\";s:10:\"created_at\";s:19:\"2020-05-29 15:32:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block17/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock17-400x200.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:13:\"content-block\";}}i:305;a:8:{s:2:\"id\";i:2025;s:5:\"title\";s:15:\"Content Block18\";s:10:\"created_at\";s:19:\"2020-05-29 15:50:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block18/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock18-400x208.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:13:\"content-block\";}}i:306;a:8:{s:2:\"id\";i:2031;s:5:\"title\";s:15:\"Content Block19\";s:10:\"created_at\";s:19:\"2020-05-29 16:01:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block19/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock19-400x222.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:13:\"content-block\";}}i:307;a:8:{s:2:\"id\";i:2038;s:5:\"title\";s:15:\"Content Block20\";s:10:\"created_at\";s:19:\"2020-05-29 17:01:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block20/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock20-400x193.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"client\";i:1;s:13:\"content-block\";}}i:308;a:8:{s:2:\"id\";i:2052;s:5:\"title\";s:15:\"Content Block21\";s:10:\"created_at\";s:19:\"2020-05-29 17:08:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block21/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock21-400x221.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"client\";i:1;s:13:\"content-block\";}}i:309;a:8:{s:2:\"id\";i:2062;s:5:\"title\";s:15:\"Content Block22\";s:10:\"created_at\";s:19:\"2020-05-29 17:11:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block22/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock22-400x177.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"client\";i:1;s:13:\"content-block\";i:2;s:7:\"feature\";i:3;s:7:\"service\";}}i:310;a:8:{s:2:\"id\";i:2066;s:5:\"title\";s:15:\"Content Block23\";s:10:\"created_at\";s:19:\"2020-05-29 17:21:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block23/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock23-400x220.jpg\";s:4:\"tags\";a:5:{i:0;s:13:\"content-block\";i:1;s:7:\"feature\";i:2;s:7:\"gallery\";i:3;s:11:\"image-block\";i:4;s:7:\"product\";}}i:311;a:8:{s:2:\"id\";i:2082;s:5:\"title\";s:13:\"Testimonial13\";s:10:\"created_at\";s:19:\"2020-05-29 17:34:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial13-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:312;a:8:{s:2:\"id\";i:2090;s:5:\"title\";s:13:\"Testimonial14\";s:10:\"created_at\";s:19:\"2020-05-29 18:11:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial14-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:313;a:8:{s:2:\"id\";i:2098;s:5:\"title\";s:13:\"Testimonial15\";s:10:\"created_at\";s:19:\"2020-05-29 18:17:16\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial15/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial15-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:314;a:8:{s:2:\"id\";i:2102;s:5:\"title\";s:13:\"Testimonial16\";s:10:\"created_at\";s:19:\"2020-05-29 19:02:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial16-400x192.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:315;a:8:{s:2:\"id\";i:2107;s:5:\"title\";s:13:\"Testimonial17\";s:10:\"created_at\";s:19:\"2020-05-29 19:05:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial17/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial17-400x173.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:316;a:8:{s:2:\"id\";i:2112;s:5:\"title\";s:13:\"Testimonial18\";s:10:\"created_at\";s:19:\"2020-05-29 19:10:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial18/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial18-400x186.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:317;a:8:{s:2:\"id\";i:2117;s:5:\"title\";s:13:\"Testimonial19\";s:10:\"created_at\";s:19:\"2020-05-29 19:15:39\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial19/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial19-400x195.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:318;a:8:{s:2:\"id\";i:2125;s:5:\"title\";s:13:\"Testimonial20\";s:10:\"created_at\";s:19:\"2020-05-29 19:20:48\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial20/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial20-400x187.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:319;a:8:{s:2:\"id\";i:2130;s:5:\"title\";s:13:\"Testimonial21\";s:10:\"created_at\";s:19:\"2020-05-29 20:06:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial21/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial21-400x189.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:320;a:8:{s:2:\"id\";i:2136;s:5:\"title\";s:13:\"Testimonial22\";s:10:\"created_at\";s:19:\"2020-05-29 20:13:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial22/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/testimonial22-400x134.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:321;a:8:{s:2:\"id\";i:2141;s:5:\"title\";s:12:\"ImageBlock28\";s:10:\"created_at\";s:19:\"2020-05-30 04:14:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock28/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock28-400x210.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:322;a:8:{s:2:\"id\";i:2147;s:5:\"title\";s:15:\"Content Block24\";s:10:\"created_at\";s:19:\"2020-05-30 05:01:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block24/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock24-400x177.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:323;a:8:{s:2:\"id\";i:2153;s:5:\"title\";s:15:\"Content Block25\";s:10:\"created_at\";s:19:\"2020-05-30 05:12:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block25/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock25-400x177.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:324;a:8:{s:2:\"id\";i:2159;s:5:\"title\";s:15:\"Content Block26\";s:10:\"created_at\";s:19:\"2020-05-30 05:26:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block26/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/contentblock26-400x177.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:325;a:8:{s:2:\"id\";i:2164;s:5:\"title\";s:12:\"ImageBlock29\";s:10:\"created_at\";s:19:\"2020-05-30 05:35:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock29/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock29-400x201.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:326;a:8:{s:2:\"id\";i:2174;s:5:\"title\";s:6:\"Team18\";s:10:\"created_at\";s:19:\"2020-05-30 06:13:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team18/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/team18-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:327;a:8:{s:2:\"id\";i:2251;s:5:\"title\";s:12:\"Intro Text12\";s:10:\"created_at\";s:19:\"2020-05-30 20:12:56\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/intro-text12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/intro13-400x223.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"intro-text\";i:1;s:5:\"music\";}}i:328;a:8:{s:2:\"id\";i:2277;s:5:\"title\";s:9:\"Feature17\";s:10:\"created_at\";s:19:\"2020-05-31 06:27:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature17/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/feature17-400x231.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:329;a:8:{s:2:\"id\";i:2340;s:5:\"title\";s:12:\"Intro Text13\";s:10:\"created_at\";s:19:\"2020-05-31 10:54:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/intro-text13/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/intro14-400x215.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:330;a:8:{s:2:\"id\";i:2358;s:5:\"title\";s:12:\"ImageBlock30\";s:10:\"created_at\";s:19:\"2020-05-31 16:30:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock30/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock30-400x237.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:331;a:8:{s:2:\"id\";i:2369;s:5:\"title\";s:12:\"ImageBlock31\";s:10:\"created_at\";s:19:\"2020-05-31 16:56:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock31/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock31-400x237.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:332;a:8:{s:2:\"id\";i:2378;s:5:\"title\";s:12:\"ImageBlock32\";s:10:\"created_at\";s:19:\"2020-05-31 17:18:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock32/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/imageblock32-400x237.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:333;a:8:{s:2:\"id\";i:2386;s:5:\"title\";s:12:\"Intro Text14\";s:10:\"created_at\";s:19:\"2020-05-31 17:49:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/intro-text14/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/05/intro14a-400x194.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:334;a:8:{s:2:\"id\";i:2403;s:5:\"title\";s:12:\"Intro Text15\";s:10:\"created_at\";s:19:\"2020-06-01 08:25:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/intro-text15/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/intro16-400x157.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:335;a:8:{s:2:\"id\";i:2489;s:5:\"title\";s:12:\"ImageBlock33\";s:10:\"created_at\";s:19:\"2020-06-02 05:07:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock33/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock33-400x226.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:336;a:8:{s:2:\"id\";i:2502;s:5:\"title\";s:12:\"ImageBlock34\";s:10:\"created_at\";s:19:\"2020-06-02 09:17:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock34/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock34a-400x178.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:337;a:8:{s:2:\"id\";i:2517;s:5:\"title\";s:12:\"ImageBlock35\";s:10:\"created_at\";s:19:\"2020-06-02 16:52:02\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock35/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock35-400x151.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:338;a:8:{s:2:\"id\";i:2625;s:5:\"title\";s:12:\"ImageBlock37\";s:10:\"created_at\";s:19:\"2020-06-04 14:02:28\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock37/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock37-400x110.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:339;a:8:{s:2:\"id\";i:2630;s:5:\"title\";s:12:\"ImageBlock38\";s:10:\"created_at\";s:19:\"2020-06-04 14:30:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock38/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock38a-400x167.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:340;a:8:{s:2:\"id\";i:2669;s:5:\"title\";s:9:\"Feature19\";s:10:\"created_at\";s:19:\"2020-06-07 13:32:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature19/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/feature19-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:341;a:8:{s:2:\"id\";i:2681;s:5:\"title\";s:8:\"Contact7\";s:10:\"created_at\";s:19:\"2020-06-07 18:38:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/feature19-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:342;a:8:{s:2:\"id\";i:2711;s:5:\"title\";s:8:\"Contact8\";s:10:\"created_at\";s:19:\"2020-06-08 08:10:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/contact8-400x82.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:343;a:8:{s:2:\"id\";i:4610;s:5:\"title\";s:8:\"Intro 16\";s:10:\"created_at\";s:19:\"2020-12-02 00:34:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/intro-16/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/intro16-400x179.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:344;a:8:{s:2:\"id\";i:2878;s:5:\"title\";s:16:\"Pricing Table -1\";s:10:\"created_at\";s:19:\"2020-07-09 07:05:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-1-400x184.jpg\";s:4:\"tags\";a:0:{}}i:345;a:8:{s:2:\"id\";i:2738;s:5:\"title\";s:13:\"Image Block40\";s:10:\"created_at\";s:19:\"2020-06-09 15:40:54\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/imageblock40/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock40-400x188.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"banner\";i:1;s:13:\"content-block\";i:2;s:11:\"image-block\";}}i:346;a:8:{s:2:\"id\";i:2844;s:5:\"title\";s:8:\"Contact9\";s:10:\"created_at\";s:19:\"2020-06-19 11:42:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/contact9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/contact9-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:347;a:8:{s:2:\"id\";i:2766;s:5:\"title\";s:6:\"Team19\";s:10:\"created_at\";s:19:\"2020-06-11 08:33:52\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/team19/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/team19-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:348;a:8:{s:2:\"id\";i:2776;s:5:\"title\";s:9:\"Feature20\";s:10:\"created_at\";s:19:\"2020-06-11 12:28:43\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature20/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/feature20-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:349;a:8:{s:2:\"id\";i:2786;s:5:\"title\";s:9:\"Feature21\";s:10:\"created_at\";s:19:\"2020-06-11 19:24:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature21/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/feature21-400x172.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:350;a:8:{s:2:\"id\";i:2984;s:5:\"title\";s:14:\"Landing Page 1\";s:10:\"created_at\";s:19:\"2020-10-19 08:04:11\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/landing-page-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/landing1-1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:12:\"landing-page\";}}i:351;a:8:{s:2:\"id\";i:2800;s:5:\"title\";s:9:\"Feature22\";s:10:\"created_at\";s:19:\"2020-06-13 05:55:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature22/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/feature22-400x227.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:352;a:8:{s:2:\"id\";i:2941;s:5:\"title\";s:11:\"404 Error-1\";s:10:\"created_at\";s:19:\"2020-07-10 09:18:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/404-error-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/E-1-400x204.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"error-404\";}}i:353;a:8:{s:2:\"id\";i:2818;s:5:\"title\";s:11:\"Imageblog41\";s:10:\"created_at\";s:19:\"2020-06-14 04:49:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/elementor-2818/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/06/imageblock41-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:354;a:8:{s:2:\"id\";i:2907;s:5:\"title\";s:15:\"Pricing Table-8\";s:10:\"created_at\";s:19:\"2020-07-09 07:19:53\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-8/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-8-400x218.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:355;a:8:{s:2:\"id\";i:2913;s:5:\"title\";s:15:\"Pricing Table-9\";s:10:\"created_at\";s:19:\"2020-07-09 07:22:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/pricing-table-9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-9-400x198.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:356;a:8:{s:2:\"id\";i:2916;s:5:\"title\";s:16:\"Pricing Table-10\";s:10:\"created_at\";s:19:\"2020-07-09 07:24:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/pricing-table-10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-10-400x209.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:357;a:8:{s:2:\"id\";i:2921;s:5:\"title\";s:16:\"Pricing Table-11\";s:10:\"created_at\";s:19:\"2020-07-09 07:30:04\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/pricing-table-11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/pt-11-400x200.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:358;a:8:{s:2:\"id\";i:2950;s:5:\"title\";s:11:\"404 Error-2\";s:10:\"created_at\";s:19:\"2020-07-10 09:22:13\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/404-error-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/E-2-400x199.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"error-404\";}}i:359;a:8:{s:2:\"id\";i:2954;s:5:\"title\";s:11:\"404 Error-3\";s:10:\"created_at\";s:19:\"2020-07-10 09:23:55\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/404-error-3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/E-3-400x181.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"error-404\";}}i:360;a:8:{s:2:\"id\";i:2957;s:5:\"title\";s:11:\"404 Error-4\";s:10:\"created_at\";s:19:\"2020-07-10 09:26:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/404-error-4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/E-4-400x232.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"error-404\";}}i:361;a:8:{s:2:\"id\";i:2961;s:5:\"title\";s:11:\"404 Error-5\";s:10:\"created_at\";s:19:\"2020-07-10 09:27:29\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/404-error-5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:76:\"https://templates.happyaddons.com/wp-content/uploads/2020/07/E-5-400x214.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"error-404\";}}i:362;a:8:{s:2:\"id\";i:3011;s:5:\"title\";s:6:\"Agency\";s:10:\"created_at\";s:19:\"2020-10-19 11:18:54\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:50:\"https://templates.happyaddons.com/template/agency/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/agency1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:363;a:8:{s:2:\"id\";i:3037;s:5:\"title\";s:8:\"GameSite\";s:10:\"created_at\";s:19:\"2020-10-19 11:42:54\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/gamesite/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/game-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:364;a:8:{s:2:\"id\";i:3074;s:5:\"title\";s:17:\"Halloween Banner1\";s:10:\"created_at\";s:19:\"2020-10-21 09:32:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-banner1-400x220.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:365;a:8:{s:2:\"id\";i:3084;s:5:\"title\";s:17:\"Halloween banner2\";s:10:\"created_at\";s:19:\"2020-10-21 09:37:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-banner2-400x220.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:366;a:8:{s:2:\"id\";i:3089;s:5:\"title\";s:17:\"Halloween Banner3\";s:10:\"created_at\";s:19:\"2020-10-21 09:40:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-banner3-400x220.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:367;a:8:{s:2:\"id\";i:3096;s:5:\"title\";s:17:\"Halloween Banner4\";s:10:\"created_at\";s:19:\"2020-10-21 09:47:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-banner4-400x220.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:368;a:8:{s:2:\"id\";i:3101;s:5:\"title\";s:16:\"Halloween About1\";s:10:\"created_at\";s:19:\"2020-10-21 09:50:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/halloween-about1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-about2-400x209.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:9:\"halloween\";}}i:369;a:8:{s:2:\"id\";i:3108;s:5:\"title\";s:16:\"Halloween About2\";s:10:\"created_at\";s:19:\"2020-10-21 09:55:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/halloween-about2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-about1-400x193.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:9:\"halloween\";}}i:370;a:8:{s:2:\"id\";i:3114;s:5:\"title\";s:18:\"Halloween Pricing1\";s:10:\"created_at\";s:19:\"2020-10-21 09:57:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/halloween-pricing1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-pricing1-400x295.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"halloween\";i:1;s:13:\"pricing-table\";}}i:371;a:8:{s:2:\"id\";i:3123;s:5:\"title\";s:18:\"Halloween Pricing2\";s:10:\"created_at\";s:19:\"2020-10-21 11:53:16\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/halloween-pricing2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-pricing2-400x212.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"halloween\";i:1;s:13:\"pricing-table\";}}i:372;a:8:{s:2:\"id\";i:3147;s:5:\"title\";s:15:\"Halloween Team1\";s:10:\"created_at\";s:19:\"2020-10-21 11:58:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/halloween-team1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-team1a-400x222.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"halloween\";i:1;s:4:\"team\";}}i:373;a:8:{s:2:\"id\";i:3159;s:5:\"title\";s:17:\"Halloween Banner5\";s:10:\"created_at\";s:19:\"2020-10-21 12:21:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/3159/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-banner5-400x222.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:374;a:8:{s:2:\"id\";i:3166;s:5:\"title\";s:16:\"Halloween About3\";s:10:\"created_at\";s:19:\"2020-10-21 12:31:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/halloween-about3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-about3-400x194.jpg\";s:4:\"tags\";a:2:{i:0;s:5:\"about\";i:1;s:9:\"halloween\";}}i:375;a:8:{s:2:\"id\";i:3181;s:5:\"title\";s:17:\"Halloween Banner6\";s:10:\"created_at\";s:19:\"2020-10-21 14:22:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/Halloween-banner6-400x306.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:376;a:8:{s:2:\"id\";i:3192;s:5:\"title\";s:17:\"Halloween Banner7\";s:10:\"created_at\";s:19:\"2020-10-21 14:54:49\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/Halloween-banner7-400x267.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:377;a:8:{s:2:\"id\";i:4336;s:5:\"title\";s:11:\"Portfolio 6\";s:10:\"created_at\";s:19:\"2020-11-23 17:11:45\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/portfolio-6/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/portfolio6-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:9:\"portfolio\";}}i:378;a:8:{s:2:\"id\";i:3202;s:5:\"title\";s:17:\"Halloween Banner8\";s:10:\"created_at\";s:19:\"2020-10-21 15:23:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/halloween-banner8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-banner8-400x182.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"halloween\";}}i:379;a:8:{s:2:\"id\";i:3207;s:5:\"title\";s:14:\"Halloween CTA1\";s:10:\"created_at\";s:19:\"2020-10-21 15:30:03\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/halloween-cta1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-cta1-400x168.jpg\";s:4:\"tags\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:9:\"halloween\";}}i:380;a:8:{s:2:\"id\";i:3214;s:5:\"title\";s:10:\"Portfolio1\";s:10:\"created_at\";s:19:\"2020-10-25 10:29:25\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/portfolio1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/portfolio1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:381;a:8:{s:2:\"id\";i:3226;s:5:\"title\";s:7:\"Agency2\";s:10:\"created_at\";s:19:\"2020-10-25 10:32:41\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/agency2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/agency2-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:382;a:8:{s:2:\"id\";i:3239;s:5:\"title\";s:7:\"Agency3\";s:10:\"created_at\";s:19:\"2020-10-25 10:37:51\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/agency3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/agency3-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:383;a:8:{s:2:\"id\";i:3260;s:5:\"title\";s:13:\"Landing Page2\";s:10:\"created_at\";s:19:\"2020-10-25 10:47:50\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/landing-page2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/product2-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:384;a:8:{s:2:\"id\";i:3267;s:5:\"title\";s:8:\"Product1\";s:10:\"created_at\";s:19:\"2020-10-25 10:51:02\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/product1-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/product1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:385;a:8:{s:2:\"id\";i:3282;s:5:\"title\";s:9:\"Insurance\";s:10:\"created_at\";s:19:\"2020-10-25 10:59:02\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/insurance/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/insurance-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:386;a:8:{s:2:\"id\";i:3292;s:5:\"title\";s:9:\"Business1\";s:10:\"created_at\";s:19:\"2020-10-25 11:05:08\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/business1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/business1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:387;a:8:{s:2:\"id\";i:3302;s:5:\"title\";s:4:\"Gym1\";s:10:\"created_at\";s:19:\"2020-10-25 11:17:06\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:48:\"https://templates.happyaddons.com/template/gym1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:77:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/gym1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:388;a:8:{s:2:\"id\";i:3322;s:5:\"title\";s:13:\"Landing Page3\";s:10:\"created_at\";s:19:\"2020-10-25 11:20:00\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/landing-page3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/landing3-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:12:\"landing-page\";}}i:389;a:8:{s:2:\"id\";i:3338;s:5:\"title\";s:14:\"Landing Page 4\";s:10:\"created_at\";s:19:\"2020-10-25 11:25:27\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/landing-page-4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/landing4-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:12:\"landing-page\";}}i:390;a:8:{s:2:\"id\";i:3347;s:5:\"title\";s:14:\"Landing Page 5\";s:10:\"created_at\";s:19:\"2020-10-25 11:29:58\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/landing-page-5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/landing5-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:12:\"landing-page\";}}i:391;a:8:{s:2:\"id\";i:3359;s:5:\"title\";s:10:\"Corporate1\";s:10:\"created_at\";s:19:\"2020-10-25 11:36:03\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/corporate1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/corporate1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:392;a:8:{s:2:\"id\";i:3375;s:5:\"title\";s:9:\"LIstings1\";s:10:\"created_at\";s:19:\"2020-10-25 11:40:21\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/listings1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/listing1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:393;a:8:{s:2:\"id\";i:3381;s:5:\"title\";s:14:\"Subscribe Form\";s:10:\"created_at\";s:19:\"2020-10-25 11:56:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/subscribe-form/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/subscribe-form-400x123.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:394;a:8:{s:2:\"id\";i:3385;s:5:\"title\";s:8:\"Startup1\";s:10:\"created_at\";s:19:\"2020-10-25 12:03:32\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/startup1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/startup1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:395;a:8:{s:2:\"id\";i:3400;s:5:\"title\";s:7:\"Charity\";s:10:\"created_at\";s:19:\"2020-10-25 12:06:36\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/charity/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/charity-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:396;a:8:{s:2:\"id\";i:3417;s:5:\"title\";s:7:\"Fashion\";s:10:\"created_at\";s:19:\"2020-10-25 12:10:09\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/job-seek/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/fashion-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:397;a:8:{s:2:\"id\";i:3448;s:5:\"title\";s:17:\"Business Startup2\";s:10:\"created_at\";s:19:\"2020-10-25 12:17:10\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/business-startup2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/business-startup2-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:398;a:8:{s:2:\"id\";i:3455;s:5:\"title\";s:10:\"Portfolio3\";s:10:\"created_at\";s:19:\"2020-10-25 12:20:45\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/portfolio3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/portfolio3-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:399;a:8:{s:2:\"id\";i:3471;s:5:\"title\";s:9:\"Halloween\";s:10:\"created_at\";s:19:\"2020-10-25 13:08:52\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/halloween/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/10/halloween-page-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"halloween\";i:1;s:8:\"homepage\";}}i:400;a:8:{s:2:\"id\";i:3587;s:5:\"title\";s:12:\"Coming Soon1\";s:10:\"created_at\";s:19:\"2020-11-08 09:26:03\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/coming-soon-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/coming-soon1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"coming-soon\";}}i:401;a:8:{s:2:\"id\";i:3597;s:5:\"title\";s:12:\"Travelling 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:18:54\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/travelling-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/travel1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"travel\";}}i:402;a:8:{s:2:\"id\";i:3619;s:5:\"title\";s:14:\"Job Homepage 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:17:43\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/job-homepage-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/job-homepage1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:3:\"job\";}}i:403;a:8:{s:2:\"id\";i:3629;s:5:\"title\";s:11:\"Portfolio 2\";s:10:\"created_at\";s:19:\"2020-11-23 14:12:00\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/portfolio-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/portfolio2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:9:\"portfolio\";}}i:404;a:8:{s:2:\"id\";i:3641;s:5:\"title\";s:17:\"Interior Design 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:24:03\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/interior-design-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/interior1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:8:\"interior\";}}i:405;a:8:{s:2:\"id\";i:3652;s:5:\"title\";s:8:\"Agency 4\";s:10:\"created_at\";s:19:\"2020-11-23 17:17:27\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/agency-4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/agency4-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"agency\";i:1;s:8:\"homepage\";}}i:406;a:8:{s:2:\"id\";i:3667;s:5:\"title\";s:8:\"Agency 5\";s:10:\"created_at\";s:19:\"2020-11-08 19:34:20\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/agency-5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/agency-5-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"agency\";i:1;s:8:\"homepage\";}}i:407;a:8:{s:2:\"id\";i:3685;s:5:\"title\";s:13:\"Personal Site\";s:10:\"created_at\";s:19:\"2020-11-23 17:16:31\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/personal-site/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/personal-site-1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:8:\"personal\";}}i:408;a:8:{s:2:\"id\";i:3712;s:5:\"title\";s:12:\"Car Dealer 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:08:46\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/car-dealer-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/car-dealer1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:10:\"car-dealer\";i:1;s:8:\"homepage\";}}i:409;a:8:{s:2:\"id\";i:3726;s:5:\"title\";s:19:\"Business Homepage 3\";s:10:\"created_at\";s:19:\"2020-11-23 17:15:45\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/business-homepage-3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/business-homepage3-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:410;a:8:{s:2:\"id\";i:3738;s:5:\"title\";s:18:\"General Homepage 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:13:56\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/general-homepage-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/general-homepage1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:411;a:8:{s:2:\"id\";i:3749;s:5:\"title\";s:18:\"App Landing Page 1\";s:10:\"created_at\";s:19:\"2020-11-09 18:15:15\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/app-landing-page-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/app-landing1-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:11:\"app-landing\";i:1;s:8:\"homepage\";i:2;s:12:\"landing-page\";}}i:412;a:8:{s:2:\"id\";i:3773;s:5:\"title\";s:11:\"Portfolio 4\";s:10:\"created_at\";s:19:\"2020-11-09 19:31:47\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/portfolio-4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/portfolio-4-1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:9:\"portfolio\";}}i:413;a:8:{s:2:\"id\";i:3799;s:5:\"title\";s:21:\"Restaurant Homepage 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:09:09\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:65:\"https://templates.happyaddons.com/template/restaurant-homepage-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:93:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/restaurant-homepage1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:10:\"restaurant\";}}i:414;a:8:{s:2:\"id\";i:3818;s:5:\"title\";s:17:\"Creative Design 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:13:31\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/creative-design-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/creative-design1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"creative\";i:1;s:8:\"homepage\";}}i:415;a:8:{s:2:\"id\";i:3833;s:5:\"title\";s:11:\"Portfolio 5\";s:10:\"created_at\";s:19:\"2020-11-16 13:58:04\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/portfolio-5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/portfolio-5-1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"portfolio\";}}i:416;a:8:{s:2:\"id\";i:3855;s:5:\"title\";s:19:\"Business Solution 4\";s:10:\"created_at\";s:19:\"2020-11-23 17:04:00\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/business-solution-4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/business-solution4-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:417;a:8:{s:2:\"id\";i:3866;s:5:\"title\";s:21:\"E-commerce Homepage 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:05:08\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:65:\"https://templates.happyaddons.com/template/e-commerce-homepage-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/ecommerce-home1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"ecommerce\";i:1;s:8:\"homepage\";}}i:418;a:8:{s:2:\"id\";i:3881;s:5:\"title\";s:21:\"E-commerce Homepage 2\";s:10:\"created_at\";s:19:\"2020-11-23 17:05:58\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:65:\"https://templates.happyaddons.com/template/e-commerce-homepage-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/ecommerce-home2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"ecommerce\";i:1;s:8:\"homepage\";}}i:419;a:8:{s:2:\"id\";i:3898;s:5:\"title\";s:9:\"Fashion 2\";s:10:\"created_at\";s:19:\"2020-11-23 17:06:48\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/fashion-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/fashion2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"fashion\";i:1;s:8:\"homepage\";}}i:420;a:8:{s:2:\"id\";i:3925;s:5:\"title\";s:14:\"Brand Design 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:07:16\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/brand-design-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/brand-design1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"branding\";i:1;s:8:\"homepage\";}}i:421;a:8:{s:2:\"id\";i:3939;s:5:\"title\";s:19:\"Business Homepage 5\";s:10:\"created_at\";s:19:\"2020-11-23 17:07:42\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/business-homepage-5/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/business-home5-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:422;a:8:{s:2:\"id\";i:3952;s:5:\"title\";s:14:\"Black Friday 1\";s:10:\"created_at\";s:19:\"2020-11-12 18:08:58\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/black-friday-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/black-friday-1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:12:\"black-friday\";}}i:423;a:8:{s:2:\"id\";i:3978;s:5:\"title\";s:14:\"Black Friday 2\";s:10:\"created_at\";s:19:\"2020-11-12 18:12:39\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/black-friday-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/blackfriday1-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"black-friday\";i:1;s:8:\"homepage\";i:2;s:12:\"landing-page\";}}i:424;a:8:{s:2:\"id\";i:4001;s:5:\"title\";s:14:\"Black Friday 3\";s:10:\"created_at\";s:19:\"2020-11-12 18:22:31\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/black-friday-3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/blackfriday3-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:12:\"black-friday\";i:1;s:8:\"homepage\";i:2;s:12:\"landing-page\";}}i:425;a:8:{s:2:\"id\";i:4017;s:5:\"title\";s:14:\"Cyber Monday 1\";s:10:\"created_at\";s:19:\"2020-11-12 18:28:52\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/cyber-monday-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/cybermonday1-400x549.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"black-friday\";i:1;s:12:\"cyber-monday\";i:2;s:8:\"homepage\";i:3;s:12:\"landing-page\";}}i:426;a:8:{s:2:\"id\";i:4029;s:5:\"title\";s:14:\"Cyber Monday 2\";s:10:\"created_at\";s:19:\"2020-11-12 18:35:41\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/cyber-monday-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/cybermonday2-400x549.jpg\";s:4:\"tags\";a:4:{i:0;s:12:\"black-friday\";i:1;s:12:\"cyber-monday\";i:2;s:8:\"homepage\";i:3;s:12:\"landing-page\";}}i:427;a:8:{s:2:\"id\";i:4112;s:5:\"title\";s:19:\"Parallax Homepage 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:08:01\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/parallax-homepage-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/parallax-home1-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:8:\"homepage\";}}i:428;a:8:{s:2:\"id\";i:4139;s:5:\"title\";s:19:\"Creative Homepage 2\";s:10:\"created_at\";s:19:\"2020-11-23 17:21:38\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/creative-homepage-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/creative-home2-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:8:\"creative\";i:2;s:8:\"homepage\";}}i:429;a:8:{s:2:\"id\";i:4147;s:5:\"title\";s:15:\"Digital Trend 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:12:52\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/digital-trend-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/digital-trend1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:430;a:8:{s:2:\"id\";i:4158;s:5:\"title\";s:21:\"Gym Training Studio 1\";s:10:\"created_at\";s:19:\"2020-11-15 17:18:06\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:65:\"https://templates.happyaddons.com/template/gym-training-studio-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/gym-studio1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:3:\"gym\";i:1;s:8:\"homepage\";}}i:431;a:8:{s:2:\"id\";i:4170;s:5:\"title\";s:13:\"Art Gallery 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:20:07\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/art-gallery-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/art-gallery1-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:3:\"art\";i:1;s:8:\"creative\";i:2;s:8:\"homepage\";}}i:432;a:8:{s:2:\"id\";i:4184;s:5:\"title\";s:13:\"Gaming Site 2\";s:10:\"created_at\";s:19:\"2020-11-23 17:12:34\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/gaming-site-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/gameing-site2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:4:\"game\";i:1;s:8:\"homepage\";}}i:433;a:8:{s:2:\"id\";i:4206;s:5:\"title\";s:10:\"Cleaning 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:11:22\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/cleaning-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/cleaning1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"cleaning\";i:1;s:8:\"homepage\";}}i:434;a:8:{s:2:\"id\";i:4216;s:5:\"title\";s:19:\"Personal Homepage 2\";s:10:\"created_at\";s:19:\"2020-11-23 17:12:09\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/personal-homepage-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/personal-homepage2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:8:\"personal\";}}i:435;a:8:{s:2:\"id\";i:4236;s:5:\"title\";s:12:\"Restaurant 2\";s:10:\"created_at\";s:19:\"2020-11-15 20:43:28\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/restaurant2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:10:\"restaurant\";}}i:436;a:8:{s:2:\"id\";i:4267;s:5:\"title\";s:17:\"Creative Design 3\";s:10:\"created_at\";s:19:\"2020-11-23 13:42:26\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/creative-design-3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/creative-design-3-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"creative\";i:1;s:8:\"homepage\";}}i:437;a:8:{s:2:\"id\";i:4297;s:5:\"title\";s:9:\"PetCare 1\";s:10:\"created_at\";s:19:\"2020-11-23 17:10:57\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/petcare-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/pet-care1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:3:\"pet\";}}i:438;a:8:{s:2:\"id\";i:4621;s:5:\"title\";s:9:\"Feature23\";s:10:\"created_at\";s:19:\"2020-12-02 00:42:16\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature23/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature23-400x179.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:439;a:8:{s:2:\"id\";i:4626;s:5:\"title\";s:10:\"Feature 24\";s:10:\"created_at\";s:19:\"2020-12-02 14:02:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/feature-24/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature24-400x158.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:440;a:8:{s:2:\"id\";i:4634;s:5:\"title\";s:10:\"Feature 25\";s:10:\"created_at\";s:19:\"2020-12-02 15:14:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/feature-25/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature25-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:441;a:8:{s:2:\"id\";i:4645;s:5:\"title\";s:10:\"Feature 26\";s:10:\"created_at\";s:19:\"2020-12-02 15:20:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/feature-26/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature26-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:442;a:8:{s:2:\"id\";i:4657;s:5:\"title\";s:10:\"Feature 27\";s:10:\"created_at\";s:19:\"2020-12-02 15:35:59\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/feature-27/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature27-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:443;a:8:{s:2:\"id\";i:4663;s:5:\"title\";s:9:\"Banner 18\";s:10:\"created_at\";s:19:\"2020-12-02 15:46:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/banner-18/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner-18-400x208.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:444;a:8:{s:2:\"id\";i:4674;s:5:\"title\";s:9:\"Banner 19\";s:10:\"created_at\";s:19:\"2020-12-02 16:20:22\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/banner-19/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner19-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:445;a:8:{s:2:\"id\";i:4680;s:5:\"title\";s:12:\"Fun Factor 9\";s:10:\"created_at\";s:19:\"2020-12-02 16:25:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/fun-factor-9/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/funfactor9-400x151.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:446;a:8:{s:2:\"id\";i:4685;s:5:\"title\";s:9:\"Banner 20\";s:10:\"created_at\";s:19:\"2020-12-02 16:30:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/banner-20/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner20-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:447;a:8:{s:2:\"id\";i:4694;s:5:\"title\";s:8:\"About 11\";s:10:\"created_at\";s:19:\"2020-12-02 16:40:00\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/about-11/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/about11-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:448;a:8:{s:2:\"id\";i:4713;s:5:\"title\";s:7:\"Team 20\";s:10:\"created_at\";s:19:\"2020-12-02 16:51:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/team-20/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:79:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/team20-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:4:\"team\";}}i:449;a:8:{s:2:\"id\";i:4725;s:5:\"title\";s:16:\"Pricing Table 12\";s:10:\"created_at\";s:19:\"2020-12-02 17:10:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/pricing-table-12/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/pricingtable12-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"pricing-table\";}}i:450;a:8:{s:2:\"id\";i:4739;s:5:\"title\";s:10:\"Feature 28\";s:10:\"created_at\";s:19:\"2020-12-02 19:38:10\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/feature-28/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature28-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:451;a:8:{s:2:\"id\";i:4751;s:5:\"title\";s:8:\"Banner21\";s:10:\"created_at\";s:19:\"2020-12-03 17:25:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner21/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner-21-400x206.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:452;a:8:{s:2:\"id\";i:4760;s:5:\"title\";s:10:\"Feature 29\";s:10:\"created_at\";s:19:\"2020-12-04 01:40:51\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/feature-29/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature29-400x170.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:453;a:8:{s:2:\"id\";i:4768;s:5:\"title\";s:8:\"Banner22\";s:10:\"created_at\";s:19:\"2020-12-04 16:24:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner22/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner22-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:454;a:8:{s:2:\"id\";i:4783;s:5:\"title\";s:8:\"Banner23\";s:10:\"created_at\";s:19:\"2020-12-04 16:32:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner23/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner23-400x215.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:455;a:8:{s:2:\"id\";i:4792;s:5:\"title\";s:7:\"Intro17\";s:10:\"created_at\";s:19:\"2020-12-04 16:37:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/intro17/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/intro17-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:456;a:8:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Intro18\";s:10:\"created_at\";s:19:\"2020-12-04 17:13:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/intro18/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/intro18-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:457;a:8:{s:2:\"id\";i:4817;s:5:\"title\";s:7:\"Intro19\";s:10:\"created_at\";s:19:\"2020-12-04 17:16:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/intro19/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/intro19-400x153.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"intro-text\";}}i:458;a:8:{s:2:\"id\";i:4822;s:5:\"title\";s:8:\"Banner24\";s:10:\"created_at\";s:19:\"2020-12-04 17:38:06\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner24/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner24-400x197.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:459;a:8:{s:2:\"id\";i:4837;s:5:\"title\";s:9:\"Feature30\";s:10:\"created_at\";s:19:\"2020-12-04 17:51:26\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature30/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature30-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:460;a:8:{s:2:\"id\";i:4846;s:5:\"title\";s:5:\"CTA10\";s:10:\"created_at\";s:19:\"2020-12-04 18:14:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:49:\"https://templates.happyaddons.com/template/cta10/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:78:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/cta10-400x123.jpg\";s:4:\"tags\";a:1:{i:0;s:14:\"call-to-action\";}}i:461;a:8:{s:2:\"id\";i:4855;s:5:\"title\";s:7:\"About12\";s:10:\"created_at\";s:19:\"2020-12-04 18:24:33\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:51:\"https://templates.happyaddons.com/template/about12/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:80:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/about12-400x173.jpg\";s:4:\"tags\";a:1:{i:0;s:5:\"about\";}}i:462;a:8:{s:2:\"id\";i:4864;s:5:\"title\";s:8:\"Service7\";s:10:\"created_at\";s:19:\"2020-12-04 18:58:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/service7-400x217.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:463;a:8:{s:2:\"id\";i:4872;s:5:\"title\";s:9:\"Feature31\";s:10:\"created_at\";s:19:\"2020-12-05 02:00:34\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature31/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature31-400x199.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:464;a:8:{s:2:\"id\";i:4880;s:5:\"title\";s:8:\"Banner25\";s:10:\"created_at\";s:19:\"2020-12-05 02:03:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner25/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner25-400x205.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:465;a:8:{s:2:\"id\";i:4886;s:5:\"title\";s:9:\"Product13\";s:10:\"created_at\";s:19:\"2020-12-05 02:07:15\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product13/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/product13-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:466;a:8:{s:2:\"id\";i:4900;s:5:\"title\";s:8:\"Banner26\";s:10:\"created_at\";s:19:\"2020-12-05 02:10:21\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner26/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner26-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:467;a:8:{s:2:\"id\";i:4908;s:5:\"title\";s:9:\"Product14\";s:10:\"created_at\";s:19:\"2020-12-05 02:48:31\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/product14-400x418.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:468;a:8:{s:2:\"id\";i:4920;s:5:\"title\";s:9:\"Product15\";s:10:\"created_at\";s:19:\"2020-12-06 13:16:08\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product15/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/product15-400x223.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:469;a:8:{s:2:\"id\";i:4932;s:5:\"title\";s:9:\"Product16\";s:10:\"created_at\";s:19:\"2020-12-08 00:45:38\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product16/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/product16-400x213.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:470;a:8:{s:2:\"id\";i:4942;s:5:\"title\";s:9:\"Feature32\";s:10:\"created_at\";s:19:\"2020-12-08 00:54:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature32/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature32-400x166.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:471;a:8:{s:2:\"id\";i:4952;s:5:\"title\";s:8:\"Client14\";s:10:\"created_at\";s:19:\"2020-12-08 01:03:46\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/client14/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/client14-400x197.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"client\";}}i:472;a:8:{s:2:\"id\";i:4962;s:5:\"title\";s:14:\"Black Friday 4\";s:10:\"created_at\";s:19:\"2020-12-08 01:08:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:58:\"https://templates.happyaddons.com/template/black-friday-4/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/11/blackfriday4-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:12:\"black-friday\";}}i:473;a:8:{s:2:\"id\";i:4976;s:5:\"title\";s:9:\"Contact10\";s:10:\"created_at\";s:19:\"2020-12-08 01:11:40\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/contact10/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/contact10-400x196.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:474;a:8:{s:2:\"id\";i:4981;s:5:\"title\";s:16:\"Content Block 27\";s:10:\"created_at\";s:19:\"2020-12-08 01:55:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/content-block-27/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/contentblock27-400x211.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:475;a:8:{s:2:\"id\";i:4988;s:5:\"title\";s:9:\"Feature33\";s:10:\"created_at\";s:19:\"2020-12-08 12:53:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature33/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature33-400x211.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:476;a:8:{s:2:\"id\";i:4993;s:5:\"title\";s:9:\"Feature34\";s:10:\"created_at\";s:19:\"2020-12-08 13:16:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature34/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature34-400x227.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:477;a:8:{s:2:\"id\";i:4999;s:5:\"title\";s:8:\"Banner27\";s:10:\"created_at\";s:19:\"2020-12-08 13:18:57\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner27/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner27-400x227.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:478;a:8:{s:2:\"id\";i:5006;s:5:\"title\";s:10:\"Blog Post1\";s:10:\"created_at\";s:19:\"2020-12-09 13:51:36\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/blog-post1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/blogpost1-400x121.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"blog-post\";}}i:479;a:8:{s:2:\"id\";i:5013;s:5:\"title\";s:13:\"Testimonial23\";s:10:\"created_at\";s:19:\"2020-12-09 15:19:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/testimonial23/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/testimonial23-400x175.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"testimonial\";}}i:480;a:8:{s:2:\"id\";i:5022;s:5:\"title\";s:16:\"Content Block 28\";s:10:\"created_at\";s:19:\"2020-12-09 15:46:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/content-block-28/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/contentblock28-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:13:\"content-block\";}}i:481;a:8:{s:2:\"id\";i:5028;s:5:\"title\";s:13:\"Image Block42\";s:10:\"created_at\";s:19:\"2020-12-09 15:52:09\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/image-block42/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/imageblog42-400x182.jpg\";s:4:\"tags\";a:1:{i:0;s:11:\"image-block\";}}i:482;a:8:{s:2:\"id\";i:5034;s:5:\"title\";s:9:\"Product17\";s:10:\"created_at\";s:19:\"2020-12-09 15:58:53\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/product17/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/product17-400x220.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"product\";}}i:483;a:8:{s:2:\"id\";i:5054;s:5:\"title\";s:8:\"Banner28\";s:10:\"created_at\";s:19:\"2020-12-09 16:01:50\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner28/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner28-400x221.jpg\";s:4:\"tags\";a:1:{i:0;s:6:\"banner\";}}i:484;a:8:{s:2:\"id\";i:5060;s:5:\"title\";s:9:\"Feature35\";s:10:\"created_at\";s:19:\"2020-12-09 17:16:01\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:53:\"https://templates.happyaddons.com/template/feature35/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/feature35-400x162.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"feature\";}}i:485;a:8:{s:2:\"id\";i:5067;s:5:\"title\";s:11:\"Blog Post 2\";s:10:\"created_at\";s:19:\"2020-12-09 17:19:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/blog-post-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:82:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/blogpost2-400x280.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"blog-post\";}}i:486;a:8:{s:2:\"id\";i:5075;s:5:\"title\";s:8:\"Service8\";s:10:\"created_at\";s:19:\"2020-12-09 17:27:24\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/service8/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/service8-400x222.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"service\";}}i:487;a:8:{s:2:\"id\";i:5081;s:5:\"title\";s:12:\"Fun Factor10\";s:10:\"created_at\";s:19:\"2020-12-09 17:43:10\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/fun-factor10/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/funfactor10-400x211.jpg\";s:4:\"tags\";a:1:{i:0;s:10:\"fun-factor\";}}i:488;a:8:{s:2:\"id\";i:5090;s:5:\"title\";s:10:\"Christmas5\";s:10:\"created_at\";s:19:\"2020-12-10 20:21:33\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/christmas5/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas5-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"christmas\";i:1;s:9:\"ecommerce\";i:2;s:12:\"landing-page\";}}i:489;a:8:{s:2:\"id\";i:5508;s:5:\"title\";s:18:\"Christmas banner 4\";s:10:\"created_at\";s:19:\"2020-12-22 18:41:14\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/christmas-banner-4/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-banner-4-400x229.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"christmas\";}}i:490;a:8:{s:2:\"id\";i:5176;s:5:\"title\";s:20:\"Christmas Banner 001\";s:10:\"created_at\";s:19:\"2020-12-10 19:07:41\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://templates.happyaddons.com/template/christmas-banner-001/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-banner-1-400x200.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"christmas\";}}i:491;a:8:{s:2:\"id\";i:5185;s:5:\"title\";s:11:\"Gift Shop 2\";s:10:\"created_at\";s:19:\"2020-12-22 18:43:54\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/gift-shop-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/gift-shop-1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:8:\"homepage\";}}i:492;a:8:{s:2:\"id\";i:5202;s:5:\"title\";s:12:\"Restaurant 3\";s:10:\"created_at\";s:19:\"2020-12-22 15:40:15\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/restaurant-3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:87:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/restaurant-3-1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:8:\"homepage\";}}i:493;a:8:{s:2:\"id\";i:5226;s:5:\"title\";s:12:\"Car Agency 1\";s:10:\"created_at\";s:19:\"2020-12-22 18:48:10\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/car-agency-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/car-agency-1-400x549.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"agency\";i:1;s:10:\"car-dealer\";i:2;s:9:\"christmas\";i:3;s:8:\"homepage\";}}i:494;a:8:{s:2:\"id\";i:5607;s:5:\"title\";s:11:\"Portfolio 7\";s:10:\"created_at\";s:19:\"2020-12-31 12:53:45\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/portfolio-7/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/portfolio-7-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"homepage\";i:1;s:9:\"portfolio\";}}i:495;a:8:{s:2:\"id\";i:5244;s:5:\"title\";s:12:\"Home Decor 1\";s:10:\"created_at\";s:19:\"2020-12-22 18:44:02\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/home-decor-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:85:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/home-decor-1-400x549.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"agency\";i:1;s:9:\"christmas\";i:2;s:8:\"homepage\";i:3;s:8:\"interior\";}}i:496;a:8:{s:2:\"id\";i:5275;s:5:\"title\";s:12:\"Coming Soon9\";s:10:\"created_at\";s:19:\"2020-12-10 21:17:42\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/coming-soon9/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/comingsoon9-400x221.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:11:\"coming-soon\";}}i:497;a:8:{s:2:\"id\";i:5286;s:5:\"title\";s:15:\"Content Block29\";s:10:\"created_at\";s:19:\"2020-12-10 21:24:44\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/content-block29/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/content-block-29-400x189.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:13:\"content-block\";}}i:498;a:8:{s:2:\"id\";i:5773;s:5:\"title\";s:11:\"Corporate 2\";s:10:\"created_at\";s:19:\"2021-06-02 17:11:40\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/corporate-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2021/06/Corporate-2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:499;a:8:{s:2:\"id\";i:5332;s:5:\"title\";s:8:\"Banner29\";s:10:\"created_at\";s:19:\"2020-12-11 00:27:30\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/banner29/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:81:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/banner29-400x222.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"christmas\";}}i:500;a:8:{s:2:\"id\";i:5348;s:5:\"title\";s:10:\"Christmas6\";s:10:\"created_at\";s:19:\"2020-12-22 18:40:58\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/christmas6/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-6-400x190.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"christmas\";}}i:501;a:8:{s:2:\"id\";i:5352;s:5:\"title\";s:18:\"Christmas Banner 1\";s:10:\"created_at\";s:19:\"2020-12-22 18:44:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/christmas-banner-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/chritmas-banner-1-400x177.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"christmas\";}}i:502;a:8:{s:2:\"id\";i:5358;s:5:\"title\";s:18:\"Christmas Banner 2\";s:10:\"created_at\";s:19:\"2020-12-22 18:44:18\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:62:\"https://templates.happyaddons.com/template/christmas-banner-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:91:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-banner-2-400x172.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:9:\"christmas\";}}i:503;a:8:{s:2:\"id\";i:5380;s:5:\"title\";s:22:\"Car dealer Testimonial\";s:10:\"created_at\";s:19:\"2020-12-22 18:44:35\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:66:\"https://templates.happyaddons.com/template/car-dealer-testimonial/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:95:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/car-agency-testimonial-400x152.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"agency\";i:1;s:10:\"car-dealer\";i:2;s:11:\"testimonial\";}}i:504;a:8:{s:2:\"id\";i:5385;s:5:\"title\";s:20:\"Christmas Newsletter\";s:10:\"created_at\";s:19:\"2020-12-22 18:44:45\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:64:\"https://templates.happyaddons.com/template/christmas-newsletter/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:93:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-newsletter-400x128.jpg\";s:4:\"tags\";a:1:{i:0;s:9:\"christmas\";}}i:505;a:8:{s:2:\"id\";i:5466;s:5:\"title\";s:19:\"Car Agency Banner 1\";s:10:\"created_at\";s:19:\"2020-12-22 18:44:53\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/car-agency-banner-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:100:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/Christmas-Car-Agency-Banner-400x191.jpg\";s:4:\"tags\";a:4:{i:0;s:6:\"agency\";i:1;s:6:\"banner\";i:2;s:10:\"car-dealer\";i:3;s:9:\"christmas\";}}i:506;a:8:{s:2:\"id\";i:5475;s:5:\"title\";s:12:\"Price Menu 1\";s:10:\"created_at\";s:19:\"2020-12-22 18:45:07\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/price-menu-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:93:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/price-menu-christmas-400x250.jpg\";s:4:\"tags\";a:3:{i:0;s:9:\"christmas\";i:1;s:10:\"price-menu\";i:2;s:10:\"restaurant\";}}i:507;a:8:{s:2:\"id\";i:5485;s:5:\"title\";s:15:\"Business Hour 1\";s:10:\"created_at\";s:19:\"2020-12-22 18:45:19\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/business-hour-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/Business-Hour-01-400x166.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"business-hour\";i:1;s:9:\"christmas\";}}i:508;a:8:{s:2:\"id\";i:5495;s:5:\"title\";s:17:\"Special Food menu\";s:10:\"created_at\";s:19:\"2020-12-22 18:41:05\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/special-food-menu/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:102:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-special-item-banner-400x192.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:10:\"restaurant\";}}i:509;a:8:{s:2:\"id\";i:5519;s:5:\"title\";s:19:\"Christmas Pricing 1\";s:10:\"created_at\";s:19:\"2020-12-20 23:27:12\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/christmas-pricing-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:92:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-pricing-1-400x254.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:13:\"pricing-table\";}}i:510;a:8:{s:2:\"id\";i:5533;s:5:\"title\";s:19:\"Christmas Pricing 2\";s:10:\"created_at\";s:19:\"2020-12-21 16:09:20\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:63:\"https://templates.happyaddons.com/template/christmas-pricing-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:92:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-pricing-2-400x271.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:13:\"pricing-table\";}}i:511;a:8:{s:2:\"id\";i:5547;s:5:\"title\";s:25:\"Christmas Pricing Table 3\";s:10:\"created_at\";s:19:\"2020-12-22 18:48:18\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:69:\"https://templates.happyaddons.com/template/christmas-pricing-table-3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:98:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/christmas-pricing-table-3-400x285.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:13:\"pricing-table\";}}i:512;a:8:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Branding 2\";s:10:\"created_at\";s:19:\"2020-12-31 13:02:34\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/branding-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/branding-2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"branding\";i:1;s:8:\"homepage\";}}i:513;a:8:{s:2:\"id\";i:5645;s:5:\"title\";s:15:\"Beauty saloon 1\";s:10:\"created_at\";s:19:\"2020-12-31 13:19:26\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/beauty-saloon-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/beauty-saloon-1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:13:\"beauty-saloon\";i:1;s:8:\"homepage\";}}i:514;a:8:{s:2:\"id\";i:5670;s:5:\"title\";s:13:\"Hair Saloon 1\";s:10:\"created_at\";s:19:\"2020-12-31 15:44:10\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:57:\"https://templates.happyaddons.com/template/hair-saloon-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:86:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/hair-saloon-1-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:11:\"hair-saloon\";i:1;s:8:\"homepage\";}}i:515;a:8:{s:2:\"id\";i:5700;s:5:\"title\";s:17:\"New Year Banner 1\";s:10:\"created_at\";s:19:\"2020-12-31 18:28:17\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:61:\"https://templates.happyaddons.com/template/new-year-banner-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:90:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/new-year-banner-1-400x188.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"new-year\";}}i:516;a:8:{s:2:\"id\";i:5710;s:5:\"title\";s:16:\"Hosting agency 1\";s:10:\"created_at\";s:19:\"2020-12-31 15:57:44\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/hosting-agency-1/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/hosting-agency-1-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"agency\";i:1;s:8:\"homepage\";i:2;s:8:\"new-year\";}}i:517;a:8:{s:2:\"id\";i:5731;s:5:\"title\";s:16:\"Hosting Agency 2\";s:10:\"created_at\";s:19:\"2020-12-31 16:03:41\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:60:\"https://templates.happyaddons.com/template/hosting-agency-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:89:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/hosting-agency-2-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"agency\";i:1;s:8:\"homepage\";i:2;s:8:\"new-year\";}}i:518;a:8:{s:2:\"id\";i:5746;s:5:\"title\";s:15:\"New Year Sale 1\";s:10:\"created_at\";s:19:\"2020-12-31 18:20:11\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/new-year-sale-1/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/new-year-sale-1-400x273.png\";s:4:\"tags\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"new-year\";i:2;s:5:\"sales\";}}i:519;a:8:{s:2:\"id\";i:5753;s:5:\"title\";s:15:\"New Year Sale 2\";s:10:\"created_at\";s:19:\"2020-12-31 18:23:47\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/new-year-sale-2/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/new-year-sale-2-400x196.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"new-year\";i:2;s:5:\"sales\";}}i:520;a:8:{s:2:\"id\";i:5760;s:5:\"title\";s:15:\"New Year Sale 3\";s:10:\"created_at\";s:19:\"2020-12-31 18:26:27\";s:4:\"type\";s:7:\"section\";s:3:\"url\";s:59:\"https://templates.happyaddons.com/template/new-year-sale-3/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:88:\"https://templates.happyaddons.com/wp-content/uploads/2020/12/new-year-sale-3-400x202.jpg\";s:4:\"tags\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"new-year\";i:2;s:5:\"sales\";}}i:521;a:8:{s:2:\"id\";i:5804;s:5:\"title\";s:11:\"Corporate 3\";s:10:\"created_at\";s:19:\"2021-06-03 20:24:36\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:55:\"https://templates.happyaddons.com/template/corporate-3/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:84:\"https://templates.happyaddons.com/wp-content/uploads/2021/06/corporate-3-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";}}i:522;a:8:{s:2:\"id\";i:5826;s:5:\"title\";s:10:\"Justice 01\";s:10:\"created_at\";s:19:\"2021-06-22 13:40:34\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/justice-01/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2021/06/justice-01-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:7:\"justice\";i:1;s:3:\"law\";}}i:523;a:8:{s:2:\"id\";i:5845;s:5:\"title\";s:10:\"Justice 02\";s:10:\"created_at\";s:19:\"2021-07-07 18:41:01\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/justice-02/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2021/07/justice-02-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:6:\"agency\";i:1;s:3:\"law\";}}i:524;a:8:{s:2:\"id\";i:5864;s:5:\"title\";s:8:\"Law Firm\";s:10:\"created_at\";s:19:\"2021-07-26 18:16:53\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:52:\"https://templates.happyaddons.com/template/law-firm/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2021/07/justice-03-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"homepage\";i:1;s:7:\"justice\";i:2;s:3:\"law\";}}i:525;a:8:{s:2:\"id\";i:5882;s:5:\"title\";s:10:\"WallStreet\";s:10:\"created_at\";s:19:\"2021-07-27 18:20:46\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/wallstreet/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2021/07/wallstreet-400x549.jpg\";s:4:\"tags\";a:3:{i:0;s:8:\"business\";i:1;s:8:\"homepage\";i:2;s:9:\"marketing\";}}i:526;a:8:{s:2:\"id\";i:5904;s:5:\"title\";s:12:\"Contact page\";s:10:\"created_at\";s:19:\"2021-07-29 18:05:11\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/contact-page/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:83:\"https://templates.happyaddons.com/wp-content/uploads/2021/07/contact-us-400x549.jpg\";s:4:\"tags\";a:1:{i:0;s:7:\"contact\";}}i:527;a:8:{s:2:\"id\";i:8892;s:5:\"title\";s:10:\"Christmas6\";s:10:\"created_at\";s:19:\"2021-12-05 18:53:21\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:56:\"https://templates.happyaddons.com/template/christmas6-2/\";s:6:\"is_pro\";b:1;s:9:\"thumbnail\";s:93:\"https://templates.happyaddons.com/wp-content/uploads/2021/12/christmas-cozy-gift2-400x549.jpg\";s:4:\"tags\";a:2:{i:0;s:9:\"christmas\";i:1;s:12:\"landing-page\";}}i:528;a:8:{s:2:\"id\";i:9141;s:5:\"title\";s:10:\"Christmas7\";s:10:\"created_at\";s:19:\"2021-12-13 12:28:31\";s:4:\"type\";s:4:\"page\";s:3:\"url\";s:54:\"https://templates.happyaddons.com/template/christmas7/\";s:6:\"is_pro\";b:0;s:9:\"thumbnail\";s:97:\"https://templates.happyaddons.com/wp-content/uploads/2021/12/christmas-cozy-gift-free-400x549.jpg\";s:4:\"tags\";a:0:{}}}s:4:\"tags\";a:59:{s:5:\"about\";s:5:\"About\";s:6:\"agency\";s:6:\"Agency\";s:11:\"app-landing\";s:11:\"App Landing\";s:3:\"art\";s:3:\"Art\";s:6:\"banner\";s:6:\"Banner\";s:13:\"beauty-saloon\";s:13:\"beauty saloon\";s:12:\"black-friday\";s:12:\"Black Friday\";s:9:\"blog-post\";s:9:\"Blog Post\";s:8:\"branding\";s:8:\"Branding\";s:8:\"business\";s:8:\"Business\";s:13:\"business-hour\";s:13:\"Business Hour\";s:14:\"call-to-action\";s:14:\"Call to Action\";s:10:\"car-dealer\";s:10:\"Car Dealer\";s:9:\"christmas\";s:9:\"Christmas\";s:8:\"cleaning\";s:8:\"Cleaning\";s:6:\"client\";s:6:\"Client\";s:11:\"coming-soon\";s:11:\"Coming Soon\";s:7:\"contact\";s:7:\"Contact\";s:13:\"content-block\";s:13:\"Content Block\";s:8:\"creative\";s:8:\"Creative\";s:12:\"cyber-monday\";s:12:\"Cyber Monday\";s:9:\"ecommerce\";s:9:\"Ecommerce\";s:9:\"error-404\";s:9:\"Error 404\";s:3:\"faq\";s:3:\"FAQ\";s:7:\"fashion\";s:7:\"Fashion\";s:7:\"feature\";s:7:\"Feature\";s:6:\"footer\";s:6:\"Footer\";s:10:\"fun-factor\";s:10:\"fun factor\";s:7:\"gallery\";s:7:\"Gallery\";s:4:\"game\";s:4:\"Game\";s:3:\"gym\";s:3:\"Gym\";s:11:\"hair-saloon\";s:11:\"Hair Saloon\";s:9:\"halloween\";s:9:\"Halloween\";s:8:\"homepage\";s:8:\"Homepage\";s:11:\"image-block\";s:11:\"image block\";s:8:\"interior\";s:8:\"Interior\";s:10:\"intro-text\";s:10:\"Intro Text\";s:3:\"job\";s:3:\"Job\";s:7:\"justice\";s:7:\"Justice\";s:12:\"landing-page\";s:12:\"Landing Page\";s:3:\"law\";s:3:\"Law\";s:9:\"marketing\";s:9:\"Marketing\";s:14:\"medical-health\";s:20:\"Medical &amp; Health\";s:5:\"music\";s:5:\"Music\";s:8:\"new-year\";s:8:\"New Year\";s:8:\"parallax\";s:8:\"Parallax\";s:8:\"personal\";s:8:\"Personal\";s:3:\"pet\";s:3:\"Pet\";s:9:\"portfolio\";s:9:\"Portfolio\";s:10:\"price-menu\";s:10:\"Price Menu\";s:13:\"pricing-table\";s:13:\"Pricing Table\";s:7:\"product\";s:7:\"Product\";s:10:\"restaurant\";s:10:\"Restaurant\";s:5:\"sales\";s:5:\"Sales\";s:7:\"service\";s:7:\"Service\";s:4:\"team\";s:4:\"Team\";s:11:\"testimonial\";s:11:\"Testimonial\";s:6:\"travel\";s:6:\"Travel\";s:5:\"video\";s:5:\"Video\";}s:9:\"type_tags\";a:2:{s:7:\"section\";a:36:{i:0;s:6:\"banner\";i:1;s:5:\"music\";i:2;s:5:\"sales\";i:3;s:7:\"feature\";i:4;s:11:\"image-block\";i:5;s:7:\"product\";i:6;s:10:\"intro-text\";i:7;s:14:\"medical-health\";i:8;s:8:\"parallax\";i:9;s:7:\"service\";i:10;s:5:\"about\";i:11;s:10:\"fun-factor\";i:12;s:4:\"team\";i:13;s:13:\"content-block\";i:14;s:13:\"business-hour\";i:15;s:6:\"client\";i:16;s:14:\"call-to-action\";i:17;s:3:\"faq\";i:18;s:9:\"marketing\";i:19;s:7:\"contact\";i:20;s:5:\"video\";i:21;s:7:\"gallery\";i:22;s:13:\"pricing-table\";i:23;s:11:\"coming-soon\";i:24;s:6:\"footer\";i:25;s:10:\"restaurant\";i:26;s:11:\"testimonial\";i:27;s:10:\"price-menu\";i:28;s:9:\"error-404\";i:29;s:9:\"halloween\";i:30;s:12:\"black-friday\";i:31;s:9:\"blog-post\";i:32;s:9:\"christmas\";i:33;s:6:\"agency\";i:34;s:10:\"car-dealer\";i:35;s:8:\"new-year\";}s:4:\"page\";a:33:{i:0;s:12:\"landing-page\";i:1;s:8:\"homepage\";i:2;s:9:\"portfolio\";i:3;s:8:\"business\";i:4;s:9:\"halloween\";i:5;s:11:\"coming-soon\";i:6;s:6:\"travel\";i:7;s:3:\"job\";i:8;s:8:\"interior\";i:9;s:6:\"agency\";i:10;s:8:\"personal\";i:11;s:10:\"car-dealer\";i:12;s:11:\"app-landing\";i:13;s:10:\"restaurant\";i:14;s:8:\"creative\";i:15;s:9:\"ecommerce\";i:16;s:7:\"fashion\";i:17;s:8:\"branding\";i:18;s:12:\"black-friday\";i:19;s:12:\"cyber-monday\";i:20;s:3:\"gym\";i:21;s:3:\"art\";i:22;s:4:\"game\";i:23;s:8:\"cleaning\";i:24;s:3:\"pet\";i:25;s:9:\"christmas\";i:26;s:13:\"beauty-saloon\";i:27;s:11:\"hair-saloon\";i:28;s:8:\"new-year\";i:29;s:7:\"justice\";i:30;s:3:\"law\";i:31;s:9:\"marketing\";i:32;s:7:\"contact\";}}}', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(617, 'happyaddons_elements_cache', 'a:1:{s:4:\"page\";a:0:{}}', 'yes'),
(620, 'current_theme', 'Cvee', 'yes'),
(621, 'theme_mods_greengrass', 'a:5:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:2:{s:9:\"sidebar-1\";a:11:{s:4:\"name\";s:7:\"Sidebar\";s:2:\"id\";s:9:\"sidebar-1\";s:11:\"description\";s:17:\"Add widgets here.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:39:\"<section id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:10:\"</section>\";s:12:\"before_title\";s:25:\"<h2 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h2>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:18:\"smartslider_area_1\";a:11:{s:4:\"name\";s:23:\"Custom Widget Area - #1\";s:2:\"id\";s:18:\"smartslider_area_1\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:0:\"\";s:12:\"after_widget\";s:0:\"\";s:12:\"before_title\";s:27:\"<div style=\"display:none;\">\";s:11:\"after_title\";s:6:\"</div>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";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:1688921016;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";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:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(622, 'theme_switched', '', 'yes'),
(625, '_elementor_assets_data', 'a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:44:{s:19:\"elementskit-heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:18:\"elementskit-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:20:\"elementskit-icon-box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:17:\"elementskit-video\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:16:\"elementskit-team\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:19:\"elementskit-funfact\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:22:\"elementskit-blog-posts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:11:\"smartslider\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:23:\"elementskit-testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:15:\"eael-fancy-text\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:924:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:20:\"eael-creative-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:10:\"wpr-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:14:\"eael-post-grid\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:23:\"eael-filterable-gallery\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:13:\"image-gallery\";a:2:{s:7:\"content\";s:2474:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:21:\"elementskit-post-grid\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:5:\"video\";a:2:{s:7:\"content\";s:1883:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:22:\"eael-dual-color-header\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:24:\"elementskit-social-media\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:22:\"wpr-dual-color-heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:15:\"wpr-onepage-nav\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:7:\"sidebar\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:14:\"mgposts_ticker\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:11:\"testimonial\";a:2:{s:7:\"content\";s:1689:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:4947:\"<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:16:\"eael-testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:14:\"mgabout_widget\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:14:\"mgsectiontitle\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:18:\"ha-creative-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:23:\"mgcall_to_action_widget\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:12:\"eael-cta-box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:16:\"mgflipbox_widget\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:17:\"eael-feature-list\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:18:\"eael-post-timeline\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:7:\"mg_tabs\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:16:\"ha-post-comments\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:16:\"wpr-form-builder\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:15:\"wpr-testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}s:17:\"wpr-post-comments\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:11:\"3.15.0-dev2\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:41:{s:21:\"fasicon icon-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";N;s:6:\"height\";N;s:4:\"path\";N;s:3:\"key\";s:21:\"fasicon icon-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:20:\"fasicon icon-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";N;s:6:\"height\";N;s:4:\"path\";N;s:3:\"key\";s:20:\"fasicon icon-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:22:\"fasicon icon-pinterest\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";N;s:6:\"height\";N;s:4:\"path\";N;s:3:\"key\";s:22:\"fasicon icon-pinterest\";}s:7:\"version\";s:6:\"5.15.3\";}s:21:\"fasicon icon-linkedin\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";N;s:6:\"height\";N;s:4:\"path\";N;s:3:\"key\";s:21:\"fasicon icon-linkedin\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"far-paper-plane\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:361:\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\";s:3:\"key\";s:15:\"far-paper-plane\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-snowflake\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:1477:\"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\";s:3:\"key\";s:13:\"fas-snowflake\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-angle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:189:\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\";s:3:\"key\";s:15:\"fas-angle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"far-user\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:441:\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\";s:3:\"key\";s:8:\"far-user\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"far-calendar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:269:\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\";s:3:\"key\";s:12:\"far-calendar\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-arrow-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:253:\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\";s:3:\"key\";s:15:\"fas-arrow-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"eicon-play\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:413:\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\";s:3:\"key\";s:10:\"eicon-play\";}s:7:\"version\";s:6:\"5.13.0\";}s:17:\"fas-people-arrows\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:760:\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\";s:3:\"key\";s:17:\"fas-people-arrows\";}s:7:\"version\";s:6:\"5.15.3\";}s:7:\"fas-rss\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:643:\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\";s:3:\"key\";s:7:\"fas-rss\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fab-tiktok\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:219:\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\";s:3:\"key\";s:10:\"fab-tiktok\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}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:12:\"fab-linkedin\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:424:\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\";s:3:\"key\";s:12:\"fab-linkedin\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-star\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:256:\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\";s:3:\"key\";s:8:\"fas-star\";}s:7:\"version\";s:6:\"5.15.3\";}s:7:\"fas-tag\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:290:\"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\";s:3:\"key\";s:7:\"fas-tag\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-home\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:485:\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\";s:3:\"key\";s:8:\"fas-home\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"far-envelope\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:494:\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\";s:3:\"key\";s:12:\"far-envelope\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-info-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:399:\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\";s:3:\"key\";s:15:\"fas-info-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:238:\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\";s:3:\"key\";s:16:\"fas-chevron-left\";}s:7:\"version\";s:6:\"5.15.3\";}s:17:\"fas-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:281:\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\";s:3:\"key\";s:17:\"fas-chevron-right\";}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\";}s:12:\"fab-whatsapp\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:886:\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\";s:3:\"key\";s:12:\"fab-whatsapp\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fab-linkedin-in\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:300:\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\";s:3:\"key\";s:15:\"fab-linkedin-in\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fab-facebook-f\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:172:\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\";s:3:\"key\";s:14:\"fab-facebook-f\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-wordpress\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:1024:\"M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z\";s:3:\"key\";s:13:\"fab-wordpress\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-globe\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:496;s:6:\"height\";i:512;s:4:\"path\";s:738:\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\";s:3:\"key\";s:9:\"fas-globe\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-chart-line\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:466:\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\";s:3:\"key\";s:14:\"fas-chart-line\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"far-images\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:564:\"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\";s:3:\"key\";s:10:\"far-images\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-smile-wink\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:496;s:6:\"height\";i:512;s:4:\"path\";s:469:\"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\";s:3:\"key\";s:14:\"fas-smile-wink\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-times\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:352;s:6:\"height\";i:512;s:4:\"path\";s:415:\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\";s:3:\"key\";s:9:\"fas-times\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fas-anchor\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:825:\"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\";s:3:\"key\";s:10:\"fas-anchor\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-plus\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:239:\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\";s:3:\"key\";s:8:\"fas-plus\";}s:7:\"version\";s:6:\"5.15.3\";}s:19:\"fab-whatsapp-square\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:948:\"M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z\";s:3:\"key\";s:19:\"fab-whatsapp-square\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-users\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:644:\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\";s:3:\"key\";s:9:\"fas-users\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fas-user-tag\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:588:\"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\";s:3:\"key\";s:12:\"fas-user-tag\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'yes'),
(627, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1688920630;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(643, 'theme_mods_advance-automobile', 'a:48:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:35:\"advance_automobile_preloader_option\";b:0;s:44:\"advance_automobile_menu_text_tranform_option\";s:9:\"Uppercase\";s:30:\"advance_automobile_menu_weight\";s:3:\"100\";s:31:\"advance_automobile_menu_padding\";s:0:\"\";s:38:\"advance_automobile_menu_color_settings\";s:0:\"\";s:30:\"advance_automobile_slider_hide\";b:0;s:41:\"advance_automobile_footer_widget_bg_image\";s:0:\"\";s:38:\"advance_automobile_show_hide_copyright\";b:1;s:30:\"advance_automobile_footer_copy\";s:12:\"cvbxcvbcvbcv\";s:38:\"advance_automobile_footer_widget_areas\";s:1:\"3\";s:42:\"advance_automobile_copyright_content_align\";s:6:\"center\";s:33:\"advance_automobile_display_topbar\";b:1;s:32:\"advance_automobile_search_option\";b:0;s:32:\"advance_automobile_sticky_header\";b:1;s:39:\"advance_automobile_show_noresult_search\";b:1;s:24:\"advance_automobile_mail1\";s:0:\"\";s:31:\"advance_automobile_facebook_url\";s:1:\"#\";s:30:\"advance_automobile_twitter_url\";s:1:\"#\";s:30:\"advance_automobile_youtube_url\";s:1:\"#\";s:31:\"advance_automobile_linkedin_url\";s:0:\"\";s:24:\"advance_automobile_book1\";s:14:\"Area Pendukung\";s:23:\"advance_automobile_book\";s:1:\"#\";s:49:\"advance_automobile_sticky_header_padding_settings\";s:0:\"\";s:11:\"custom_logo\";i:213;s:9:\"logo_size\";i:0;s:29:\"advance_automobile_site_title\";b:0;s:26:\"advance_automobile_tagline\";b:0;s:44:\"advance_automobile_button_padding_top_bottom\";s:0:\"\";s:44:\"advance_automobile_button_padding_left_right\";s:0:\"\";s:39:\"advance_automobile_button_border_radius\";s:0:\"\";s:31:\"advance_automobile_slider_page1\";i:224;s:31:\"advance_automobile_slider_page2\";i:27;s:41:\"advance_automobile_preloader_type_options\";s:11:\"Preloader 2\";s:26:\"advance_automobile_address\";s:9:\"sdfsdfdsf\";s:27:\"advance_automobile_address1\";s:12:\"dsfsdfsdfdsf\";s:23:\"advance_automobile_time\";s:9:\"sdfsdfsdf\";s:24:\"advance_automobile_time1\";s:9:\"sdfsdfsdf\";s:23:\"advance_automobile_call\";s:8:\"rttryrty\";s:24:\"advance_automobile_call1\";s:9:\"889089098\";s:28:\"advance_automobile_category3\";s:1:\"0\";s:41:\"advance_automobile_slider_title_Show_hide\";b:0;s:43:\"advance_automobile_slider_content_Show_hide\";b:0;s:31:\"advance_automobile_slider_page3\";i:224;s:31:\"advance_automobile_slider_page4\";i:224;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1689163674;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";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:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:19:\"woocommerce_sidebar\";a:0:{}s:26:\"woocommerce-single-sidebar\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(679, 'vipercache_DG_licensing_error', 'Invalid Product License Key', 'yes'),
(683, 'elementskit_options', 'a:1:{s:17:\"megamenu_settings\";a:1:{s:16:\"menu_location_24\";a:1:{s:10:\"is_enabled\";i:0;}}}', 'yes'),
(779, 'eael_templately_promo_hide', '1', 'yes'),
(865, 'category_children', 'a:0:{}', 'yes'),
(1225, '_transient_health-check-site-status-result', '{\"good\":15,\"recommended\":5,\"critical\":1}', 'yes'),
(1377, 'litespeed.conf._version', '5.5', 'yes'),
(1407, 'fm_key', 'Gnhg8Zw0loa1K9Vui5tezSp3Q', 'yes'),
(1408, '_transient_timeout_filemanager_cancel_lk_popup_1', '1691606058', 'no'),
(1409, '_transient_filemanager_cancel_lk_popup_1', 'filemanager_cancel_lk_popup_1', 'no'),
(1410, 'filemanager_email_verified_1', 'yes', 'yes'),
(1654, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1689205642', 'no'),
(1657, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1689205644', 'no'),
(1677, 'wpins_allow_tracking', 'a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}', 'yes'),
(1678, 'wpins_essential_adons_elementor_site_id', '23cac79ab051fe62e4ce', 'yes'),
(1679, 'wpins_essential_adons_elementor_original_url', 'https://demo.unsap.ac.id', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1680, 'wpins_essential_adons_elementor_23cac79ab051fe62e4ce', 'a:23:{s:11:\"plugin_slug\";s:25:\"essential_adons_elementor\";s:3:\"url\";s:24:\"https://demo.unsap.ac.id\";s:9:\"site_name\";s:8:\"pppmulya\";s:12:\"site_version\";s:5:\"6.2.2\";s:13:\"site_language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:13:\"wpins_version\";s:5:\"3.0.3\";s:11:\"php_version\";s:6:\"7.4.33\";s:9:\"multisite\";b:0;s:13:\"file_location\";s:128:\"/home/u8620162/public_html/demo/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Plugin_Usage_Tracker.php\";s:5:\"email\";s:21:\"admin@dev.unsap.ac.id\";s:16:\"marketing_method\";b:1;s:6:\"server\";s:9:\"LiteSpeed\";s:14:\"active_plugins\";a:19:{i:0;s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";i:1;s:37:\"royal-elementor-addons/wpr-addons.php\";i:2;s:25:\"add-to-any/add-to-any.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:35:\"classic-widgets/classic-widgets.php\";i:5;s:33:\"elementor-beta/elementor-beta.php\";i:6;s:23:\"elementor/elementor.php\";i:7;s:37:\"elementskit-lite/elementskit-lite.php\";i:8;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:9;s:35:\"google-site-kit/google-site-kit.php\";i:10;s:33:\"happy-elementor-addons/plugin.php\";i:11;s:23:\"icon-list/icon-list.php\";i:12;s:35:\"litespeed-cache/litespeed-cache.php\";i:13;s:43:\"popularfx-templates/popularfx-templates.php\";i:14;s:23:\"revslider/revslider.php\";i:15;s:33:\"smart-slider-3/smart-slider-3.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";i:17;s:39:\"wp-file-manager/file_folder_manager.php\";i:18;s:31:\"wp-menu-icons/wp-menu-icons.php\";}s:16:\"inactive_plugins\";a:17:{i:0;s:56:\"interactive-3d-flipbook-powered-physics-engine/index.php\";i:2;s:19:\"akismet/akismet.php\";i:10;s:9:\"hello.php\";i:13;s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";i:14;s:74:\"official-statcounter-plugin-for-wordpress/StatCounter-Wordpress-Plugin.php\";i:15;s:23:\"pagelayer/pagelayer.php\";i:16;s:39:\"pixelyoursite/facebook-pixel-master.php\";i:18;s:41:\"post-views-counter/post-views-counter.php\";i:19;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:22;s:29:\"site-offline/site-offline.php\";i:25;s:25:\"wp-smush-pro/wp-smush.php\";i:26;s:38:\"u-shortcodes/university-shortcodes.php\";i:28;s:25:\"vipercache/vipercache.php\";i:29;s:57:\"wordpress-whatsapp-support/wordpress-whatsapp-support.php\";i:30;s:27:\"js_composer/js_composer.php\";i:33;s:23:\"wp-rocket/wp-rocket.php\";i:34;s:33:\"duplicate-post/duplicate-post.php\";}s:14:\"text_direction\";s:3:\"LTR\";s:6:\"plugin\";s:30:\"Essential Addons for Elementor\";s:7:\"version\";s:5:\"5.8.1\";s:6:\"status\";s:6:\"Active\";s:5:\"theme\";s:18:\"Advance Automobile\";s:13:\"theme_version\";s:5:\"0.9.7\";s:7:\"country\";s:9:\"Indonesia\";s:7:\"item_id\";s:20:\"760e8569757fa16992d8\";}', 'yes'),
(1681, 'wpins_last_track_time', 'a:1:{s:25:\"essential_adons_elementor\";i:1689162929;}', 'yes'),
(1682, 'wpins_block_notice', 'a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}', 'yes'),
(1685, 'wpr_plugin_update_dismiss_notice_1.3.71', '1', 'yes'),
(1686, 'wpr_plugin_sale_dismiss_notice', '1', 'yes'),
(1689, 'elementor_allow_tracking', 'yes', 'yes'),
(1690, 'elementor_tracker_last_send', '1689784760', 'yes'),
(1714, 'theme_mods_exs-portfolio', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:27:\"intro_teaser_section_layout\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1689164103;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:15:\"media_gallery-3\";i:1;s:7:\"block-8\";}s:9:\"sidebar-1\";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:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:21:\"sidebar-header-bottom\";a:0:{}s:18:\"sidebar-1-opposite\";a:0:{}s:27:\"sidebar-home-before-columns\";a:0:{}s:27:\"sidebar-home-before-content\";a:0:{}s:17:\"sidebar-home-main\";a:0:{}s:26:\"sidebar-home-after-content\";a:0:{}s:26:\"sidebar-home-after-columns\";a:0:{}s:15:\"sidebar-topline\";a:0:{}s:18:\"sidebar-side-fixed\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(1723, 'theme_mods_perfect-portfolio', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1689164623;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:15:\"media_gallery-3\";i:1;s:7:\"block-8\";}s:7:\"sidebar\";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:5:\"about\";a:0:{}s:3:\"cta\";a:0:{}s:8:\"services\";a:0:{}s:10:\"cta-footer\";a:0:{}s:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(1730, 'rtc_queue_flush_rewrite_rules', 'no', 'yes'),
(1731, 'widget_raratheme_companion_cta_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1732, 'widget_rtc_contact_social_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1733, 'widget_raratheme_featured_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1734, 'widget_rrtc_icon_text_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1735, 'widget_raratheme_image_widget', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:7:{s:5:\"title\";s:4:\"jjjj\";s:7:\"content\";s:5:\"jjjjj\";s:5:\"image\";s:3:\"251\";s:4:\"link\";s:1:\"#\";s:5:\"label\";s:5:\"jjjjj\";s:4:\"size\";s:4:\"full\";s:6:\"target\";s:0:\"\";}}', 'yes'),
(1736, 'widget_raratheme_companion_stat_counter_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1737, 'widget_raratheme_popular_post', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1738, 'widget_raratheme_recent_post', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1739, 'widget_rtc_social_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1740, 'widget_rrtc_testimonial_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1741, 'widget_rrtc_description_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1742, 'widget_raratheme_client_logo_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1743, 'widget_raratheme_companion_faqs_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1744, 'widget_raratheme_featured_page_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1745, 'widget_rtc_pro_twitter_feeds_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1746, 'widget_rara_posts_category_slider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1747, 'widget_raratheme_advertisement_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1748, 'widget_raratheme_author_bio', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:12:{s:5:\"title\";s:5:\"jjjjj\";s:6:\"target\";s:1:\"1\";s:4:\"name\";s:6:\"kkkkkk\";s:5:\"email\";s:21:\"admin@dev.unsap.ac.id\";s:7:\"content\";s:0:\"\";s:5:\"image\";s:3:\"251\";s:12:\"author-image\";s:0:\"\";s:5:\"label\";s:3:\"hhh\";s:4:\"link\";s:1:\"#\";s:14:\"signature-text\";s:0:\"\";s:19:\"author-image-option\";s:8:\"gravatar\";s:23:\"author-signature-option\";s:5:\"photo\";}}', 'yes'),
(1749, 'widget_raratheme_custom_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1750, 'widget_raratheme_facebook_page_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1751, 'widget_raratheme_snapcode_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1752, 'widget_raratheme_pinterest_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1753, 'widget_raratheme_image_text_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1769, 'theme_mods_freelancer-portfolio', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary_menu\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1689164884;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:15:\"media_gallery-3\";i:1;s:7:\"block-8\";}s:36:\"freelancer-portfolio-sidebar-primary\";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:39:\"freelancer-portfolio-footer-widget-area\";a:0:{}s:40:\"freelancer-portfolio-woocommerce-sidebar\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(1783, 'theme_mods_portfoliox', 'a:18:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";s:0:\"\";s:16:\"header_textcolor\";s:5:\"blank\";s:26:\"portfoliox_main_menu_style\";s:6:\"style1\";s:20:\"portfoliox_intro_img\";s:75:\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\";s:25:\"portfoliox_blog_container\";s:9:\"container\";s:22:\"portfoliox_blog_layout\";s:9:\"fullwidth\";s:21:\"portfoliox_blog_style\";s:4:\"grid\";s:22:\"portfoliox_page_header\";s:4:\"hide\";s:22:\"portfoliox_intro_title\";s:7:\"Hi, I\'m\";s:28:\"portfoliox_intro_designation\";s:31:\"H. Mulya Suryadi, S.Pd., M.Kom.\";s:23:\"portfoliox_btn_text_two\";s:8:\"Lihat CV\";s:21:\"portfoliox_intro_desc\";s:0:\"\";s:23:\"portfoliox_btn_text_one\";s:14:\"Daftar Relawan\";s:25:\"portfoliox_intro_subtitle\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1689172756;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(1784, 'portfoliox_install_date', '2023-07-12 12:28:06', 'yes'),
(1822, 'mg_plugin_activated', 'yes', 'yes'),
(1823, 'mg_install_date', '2023-07-12 12:54:38', 'yes'),
(1824, 'mgaddon_ready_items', 'a:3:{s:5:\"pages\";a:37:{i:0;a:6:{s:4:\"name\";s:15:\"Interior page 1\";s:7:\"preview\";s:53:\"https://magic.wpcolors.net/mpage/interior-template-1/\";s:8:\"thumb_id\";i:5118;s:5:\"thumb\";s:74:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/intorior-template.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5103\";}i:1;a:6:{s:4:\"name\";s:12:\"Agency Home1\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/page-agency-1/\";s:8:\"thumb_id\";i:7196;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/agency-one.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5386\";}i:2;a:6:{s:4:\"name\";s:13:\"Agency Home 2\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/page-agency-2/\";s:8:\"thumb_id\";i:5402;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/agency2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5395\";}i:3;a:6:{s:4:\"name\";s:10:\"Business 1\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/business-1/\";s:8:\"thumb_id\";i:5406;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/business1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"5405\";}i:4;a:6:{s:4:\"name\";s:10:\"Business 3\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/business-3/\";s:8:\"thumb_id\";i:5413;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/business3.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"5410\";}i:5;a:6:{s:4:\"name\";s:12:\"Helping team\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mpage/helping-team/\";s:8:\"thumb_id\";i:5418;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/helping-team.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5417\";}i:6;a:6:{s:4:\"name\";s:16:\"Sports 1 Cycling\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/mpage/sports-1-cycling/\";s:8:\"thumb_id\";i:5429;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/sports1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5428\";}i:7;a:6:{s:4:\"name\";s:10:\"Business 2\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/business-2/\";s:8:\"thumb_id\";i:7101;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/Business2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7113\";}i:8;a:6:{s:4:\"name\";s:16:\"Driver Education\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/mpage/driver-education/\";s:8:\"thumb_id\";i:5452;s:5:\"thumb\";s:74:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/training-template.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5451\";}i:9;a:6:{s:4:\"name\";s:21:\"Scuba Diving Training\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mpage/scuba-diving/\";s:8:\"thumb_id\";i:5462;s:5:\"thumb\";s:75:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/training-template2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5461\";}i:10;a:6:{s:4:\"name\";s:13:\"Portfolio Two\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/portfolio-two/\";s:8:\"thumb_id\";i:7279;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/portfolio2-1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7273\";}i:11;a:6:{s:4:\"name\";s:16:\"Doctor Portfolio\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/mpage/doctor-portfolio/\";s:8:\"thumb_id\";i:7187;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/portfolio1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7190\";}i:12;a:6:{s:4:\"name\";s:13:\"Portfolio One\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/portfolio-one/\";s:8:\"thumb_id\";i:7219;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/portfolio-one.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7218\";}i:13;a:6:{s:4:\"name\";s:10:\"Business 4\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/business-4/\";s:8:\"thumb_id\";i:7235;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/Business4.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7234\";}i:14;a:6:{s:4:\"name\";s:10:\"Business 5\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/business-5/\";s:8:\"thumb_id\";i:7256;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/Business5-1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7251\";}i:15;a:6:{s:4:\"name\";s:10:\"Business 6\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/business-6/\";s:8:\"thumb_id\";i:7268;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/Business6.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7264\";}i:16;a:6:{s:4:\"name\";s:11:\"Portfolio 3\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/mpage/portfolio-3/\";s:8:\"thumb_id\";i:7288;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/portfolio3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7287\";}i:17;a:6:{s:4:\"name\";s:13:\"Agency Home 4\";s:7:\"preview\";s:42:\"https://magic.wpcolors.net/mpage/agency-4/\";s:8:\"thumb_id\";i:7432;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/agency4.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7431\";}i:18;a:6:{s:4:\"name\";s:11:\"Portfolio 4\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/mpage/portfolio-4/\";s:8:\"thumb_id\";i:7303;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/portfolio4.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7301\";}i:19;a:6:{s:4:\"name\";s:10:\"Holy Quran\";s:7:\"preview\";s:44:\"https://magic.wpcolors.net/mpage/holy-quran/\";s:8:\"thumb_id\";i:7371;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/quran-learn.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7370\";}i:20;a:6:{s:4:\"name\";s:13:\"Agency Home 3\";s:7:\"preview\";s:42:\"https://magic.wpcolors.net/mpage/agency-3/\";s:8:\"thumb_id\";i:7385;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/agency3.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7381\";}i:21;a:6:{s:4:\"name\";s:19:\"Food & Restaurant 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/mpage/food-restaurant-1/\";s:8:\"thumb_id\";i:7406;s:5:\"thumb\";s:62:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/food1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7405\";}i:22;a:6:{s:4:\"name\";s:19:\"Food & Restaurant 2\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/mpage/food-restaurant2/\";s:8:\"thumb_id\";i:7413;s:5:\"thumb\";s:62:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/food2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7412\";}i:23;a:6:{s:4:\"name\";s:13:\"Agency Home 5\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/agency-home-5/\";s:8:\"thumb_id\";i:7442;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/agency5.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7441\";}i:24;a:6:{s:4:\"name\";s:12:\"About Page 1\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/mpage/about-page1/\";s:8:\"thumb_id\";i:7625;s:5:\"thumb\";s:63:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/about1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7617\";}i:25;a:6:{s:4:\"name\";s:12:\"About Page 2\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mpage/about-page-2/\";s:8:\"thumb_id\";i:7635;s:5:\"thumb\";s:63:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/about2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7632\";}i:26;a:6:{s:4:\"name\";s:12:\"About Page 3\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mpage/about-page-3/\";s:8:\"thumb_id\";i:7652;s:5:\"thumb\";s:63:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/about3.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7651\";}i:27;a:6:{s:4:\"name\";s:12:\"About Page 4\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mpage/about-page-4/\";s:8:\"thumb_id\";i:7660;s:5:\"thumb\";s:63:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/about4.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7659\";}i:28;a:6:{s:4:\"name\";s:14:\"Contact Page 1\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/mpage/contact-page-1/\";s:8:\"thumb_id\";i:7669;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/contact1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7668\";}i:29;a:6:{s:4:\"name\";s:14:\"Contact Page 2\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/mpage/contact-page-2/\";s:8:\"thumb_id\";i:7678;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/contact2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7677\";}i:30;a:6:{s:4:\"name\";s:14:\"Contact Page 3\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/mpage/contact-page-three/\";s:8:\"thumb_id\";i:7686;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/contact3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7685\";}i:31;a:6:{s:4:\"name\";s:14:\"Contact Page 4\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/mpage/contact-page-4/\";s:8:\"thumb_id\";i:7696;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/contact4.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7693\";}i:32;a:6:{s:4:\"name\";s:14:\"service page 2\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/mpage/service-page-2/\";s:8:\"thumb_id\";i:7740;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/service-page2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7739\";}i:33;a:6:{s:4:\"name\";s:14:\"service page 3\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/mpage/service-page-3/\";s:8:\"thumb_id\";i:7754;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/service-page3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"7745\";}i:34;a:6:{s:4:\"name\";s:22:\"Service Landing Page 1\";s:7:\"preview\";s:56:\"https://magic.wpcolors.net/mpage/service-landing-page-1/\";s:8:\"thumb_id\";i:7710;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/service-landing1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7709\";}i:35;a:6:{s:4:\"name\";s:22:\"Service Landing Page 2\";s:7:\"preview\";s:58:\"https://magic.wpcolors.net/mpage/service-landing-page-two/\";s:8:\"thumb_id\";i:7722;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/service-landing2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7720\";}i:36;a:5:{s:4:\"name\";s:22:\"Service Landing Page 3\";s:7:\"preview\";s:56:\"https://magic.wpcolors.net/mpage/service-landing-page-3/\";s:8:\"thumb_id\";i:7731;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/service-landing3.jpg\";s:2:\"id\";s:4:\"7730\";}}s:6:\"widget\";a:41:{i:0;a:6:{s:4:\"name\";s:12:\"Image Card 2\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/magical-card/?#imgcard2\";s:8:\"thumb_id\";i:4050;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/image-card2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4046\";}i:1;a:6:{s:4:\"name\";s:15:\"Products card 1\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/magical-card/?#pcard1\";s:8:\"thumb_id\";i:4061;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/product-card1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4060\";}i:2;a:6:{s:4:\"name\";s:12:\"Flip Image 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/magical-card/?#flip-img1\";s:8:\"thumb_id\";i:4095;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/flipimg-s1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4094\";}i:3;a:6:{s:4:\"name\";s:12:\"Flip Image 2\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/magical-card/?#flipimg2\";s:8:\"thumb_id\";i:4104;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/flipimg2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"4099\";}i:4;a:6:{s:4:\"name\";s:12:\"Image Card 1\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/magical-card/?#imgcard1\";s:8:\"thumb_id\";i:4045;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/imagecard1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"3980\";}i:5;a:6:{s:4:\"name\";s:11:\"Flip Icon 1\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/magical-card/?#flip-icon1\";s:8:\"thumb_id\";i:4121;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/flip-icon1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4120\";}i:6;a:6:{s:4:\"name\";s:23:\"Image Hover Animation 1\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/magical-card/?#imghvr1\";s:8:\"thumb_id\";i:4135;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/img-hover1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4134\";}i:7;a:6:{s:4:\"name\";s:10:\"Info Box 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/magical-info-box/?#info2\";s:8:\"thumb_id\";i:4157;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/info-box1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4156\";}i:8;a:6:{s:4:\"name\";s:10:\"Info Box 1\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/magical-info-box/?#infobox2\";s:8:\"thumb_id\";i:4238;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/infobox2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4188\";}i:9;a:6:{s:4:\"name\";s:15:\"Image Compeer 1\";s:7:\"preview\";s:60:\"https://magic.wpcolors.net/mg-image-comparison/?#imgcompare1\";s:8:\"thumb_id\";i:4296;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/image-comparison.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4295\";}i:10;a:6:{s:4:\"name\";s:5:\"Tab 1\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/magical-tabs/?#tabs1\";s:8:\"thumb_id\";i:4445;s:5:\"thumb\";s:62:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/tab-1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4441\";}i:11;a:6:{s:4:\"name\";s:5:\"Tab 2\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/magical-tabs/?#tabs2\";s:8:\"thumb_id\";i:4454;s:5:\"thumb\";s:61:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/tab2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4453\";}i:12;a:6:{s:4:\"name\";s:12:\"Vertical Tab\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/magical-tabs/?#vrtab1\";s:8:\"thumb_id\";i:4476;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/vertical-tab.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4475\";}i:13;a:6:{s:4:\"name\";s:16:\"Accordion /Faq 1\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/magical-accordion/?#acodion1\";s:8:\"thumb_id\";i:4519;s:5:\"thumb\";s:71:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/accordion-faq1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4514\";}i:14;a:6:{s:4:\"name\";s:16:\"Accordion /Faq 2\";s:7:\"preview\";s:57:\"https://magic.wpcolors.net/magical-accordion/?#accordion2\";s:8:\"thumb_id\";i:4535;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/accordion2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4528\";}i:15;a:6:{s:4:\"name\";s:17:\"Image Accordion 1\";s:7:\"preview\";s:53:\"https://magic.wpcolors.net/magical-accordion/?#accimg\";s:8:\"thumb_id\";i:4544;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/accordion3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4543\";}i:16;a:6:{s:4:\"name\";s:12:\"Blockquote 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/mg-block-quote/?#blockq1\";s:8:\"thumb_id\";i:4578;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/blockquote1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4576\";}i:17;a:6:{s:4:\"name\";s:12:\"Blockquote 2\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/mg-block-quote/?#Blockquote2\";s:8:\"thumb_id\";i:4589;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/blockquote2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4586\";}i:18;a:6:{s:4:\"name\";s:5:\"Tab 3\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/magical-tabs/?#tabs3\";s:8:\"thumb_id\";i:4465;s:5:\"thumb\";s:61:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/tab3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4461\";}i:19;a:6:{s:4:\"name\";s:12:\"Blockquote 3\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/mg-block-quote/?#blockquote3\";s:8:\"thumb_id\";i:4601;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/blockquote3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4598\";}i:20;a:6:{s:4:\"name\";s:21:\"Content Reveal/unfold\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/mg-content-reveal/?#creveal1\";s:8:\"thumb_id\";i:4653;s:5:\"thumb\";s:72:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/content-reveal1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4652\";}i:21;a:6:{s:4:\"name\";s:15:\"Section Title 2\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/section-title/?#secimgtitle\";s:8:\"thumb_id\";i:4833;s:5:\"thumb\";s:71:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/section-title2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4829\";}i:22;a:6:{s:4:\"name\";s:11:\"Progressbar\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/progress-bar/?#progressbar1\";s:8:\"thumb_id\";i:4801;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/progressbar1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4800\";}i:23;a:6:{s:4:\"name\";s:11:\"Progressbar\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/progress-bar/?#pgbarbg\";s:8:\"thumb_id\";i:4813;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/progressbar2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4809\";}i:24;a:6:{s:4:\"name\";s:13:\"Section Title\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/section-title/?#sectitle1\";s:8:\"thumb_id\";i:4825;s:5:\"thumb\";s:71:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/section-title1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4824\";}i:25;a:6:{s:4:\"name\";s:17:\"Timeline Carousel\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/mg-timeline/?#timeline1\";s:8:\"thumb_id\";i:5076;s:5:\"thumb\";s:75:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/timeline-carousel1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5074\";}i:26;a:6:{s:4:\"name\";s:14:\"Social Share 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/mg-social-share/?#share1\";s:8:\"thumb_id\";i:4840;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/social-share1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4841\";}i:27;a:6:{s:4:\"name\";s:14:\"Social Share 2\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/mg-social-share/?#share2\";s:8:\"thumb_id\";i:4852;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/social-share2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4851\";}i:28;a:6:{s:4:\"name\";s:14:\"Social Share 3\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/mg-social-share/?#share3\";s:8:\"thumb_id\";i:4861;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/social-share3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4859\";}i:29;a:6:{s:4:\"name\";s:11:\"Promo Box 2\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/promo-box-pro/#promob2\";s:8:\"thumb_id\";i:8176;s:5:\"thumb\";s:67:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/promobox2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8180\";}i:30;a:6:{s:4:\"name\";s:10:\"Timeline 1\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/mg-timeline/?#vtimeline\";s:8:\"thumb_id\";i:5091;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/timeline.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5092\";}i:31;a:6:{s:4:\"name\";s:9:\"Counter 2\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/counter-pro/#counter2\";s:8:\"thumb_id\";i:7825;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/counter2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7824\";}i:32;a:6:{s:4:\"name\";s:9:\"Counter 1\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/counter-pro/#counter4\";s:8:\"thumb_id\";i:7834;s:5:\"thumb\";s:65:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/counter1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7833\";}i:33;a:6:{s:4:\"name\";s:26:\"Portfolio/Filter Gallery 1\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/filter-gallery/#filter1\";s:8:\"thumb_id\";i:7919;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/filter1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7917\";}i:34;a:6:{s:4:\"name\";s:26:\"Portfolio/Filter Gallery 2\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/filter-gallery/#filterg2\";s:8:\"thumb_id\";i:7936;s:5:\"thumb\";s:64:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/filter2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7929\";}i:35;a:6:{s:4:\"name\";s:21:\"Product Image Hotspot\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/hotspot-pro/#hotspot1\";s:8:\"thumb_id\";i:7966;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/products-hotspot.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7967\";}i:36;a:6:{s:4:\"name\";s:11:\"Map Hotspot\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/hotspot-pro/#hotspot2\";s:8:\"thumb_id\";i:7975;s:5:\"thumb\";s:60:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/map.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7974\";}i:37;a:6:{s:4:\"name\";s:15:\"Info Carousel 1\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/info-carousel/#infocarousel1\";s:8:\"thumb_id\";i:8011;s:5:\"thumb\";s:71:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/info-carousel1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8010\";}i:38;a:6:{s:4:\"name\";s:15:\"Info Carousel 2\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/info-carousel/#infocarousel2\";s:8:\"thumb_id\";i:8026;s:5:\"thumb\";s:71:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/info-carousel2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8025\";}i:39;a:6:{s:4:\"name\";s:11:\"Promo Box 1\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/price-menu-pro/#prmenu2\";s:8:\"thumb_id\";i:8159;s:5:\"thumb\";s:67:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/promobox1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8163\";}i:40;a:6:{s:4:\"name\";s:11:\"Promo Box 3\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/promo-box-pro/#promob3\";s:8:\"thumb_id\";i:8184;s:5:\"thumb\";s:67:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/promobox3.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8188\";}}s:7:\"section\";a:49:{i:0;a:6:{s:4:\"name\";s:16:\"Call To Action 1\";s:7:\"preview\";s:58:\"https://magic.wpcolors.net/mg-call-to-action/?#callaction1\";s:8:\"thumb_id\";i:3913;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/callto-action-s1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"3905\";}i:1;a:6:{s:4:\"name\";s:16:\"Call To Action 2\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/mg-call-to-action/?#calltos2\";s:8:\"thumb_id\";i:3932;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/callto-action-s2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"3933\";}i:2;a:6:{s:4:\"name\";s:8:\"Banner 1\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mg-banner/?#banner1\";s:8:\"thumb_id\";i:3957;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/banner-s1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"3953\";}i:3;a:6:{s:4:\"name\";s:8:\"Banner 2\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mg-banner/?#banner2\";s:8:\"thumb_id\";i:3964;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/banner-s2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"3962\";}i:4;a:6:{s:4:\"name\";s:8:\"Banner 3\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mg-banner/?#banner3\";s:8:\"thumb_id\";i:3972;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/banner-s3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"3971\";}i:5;a:6:{s:4:\"name\";s:21:\"Image Hover Gallery 1\";s:7:\"preview\";s:46:\"https://magic.wpcolors.net/mg-banner/?#imgall1\";s:8:\"thumb_id\";i:4146;s:5:\"thumb\";s:74:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/img-hover-galler1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4145\";}i:6;a:6:{s:4:\"name\";s:14:\"Dual Heading 1\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/mg-dual-heading/?#dualhs1\";s:8:\"thumb_id\";i:4270;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/dual-heading.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4269\";}i:7;a:6:{s:4:\"name\";s:14:\"Dual Heading 1\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/mg-dual-heading/?#dualhs2\";s:8:\"thumb_id\";i:4282;s:5:\"thumb\";s:70:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/dual-heading2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4280\";}i:8;a:6:{s:4:\"name\";s:15:\"Image Compeer 1\";s:7:\"preview\";s:60:\"https://magic.wpcolors.net/mg-image-comparison/?#imgseccomp1\";s:8:\"thumb_id\";i:4326;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/image-comsec.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4320\";}i:9;a:6:{s:4:\"name\";s:17:\"Products Slider 1\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/magical-slider/?#pslider1\";s:8:\"thumb_id\";i:4398;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/products-slider1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4388\";}i:10;a:6:{s:4:\"name\";s:13:\"Food Slider 1\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/magical-slider/?#foods1\";s:8:\"thumb_id\";i:4410;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/food-slider1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4403\";}i:11;a:6:{s:4:\"name\";s:18:\"Animation Slider 1\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/magical-slider/?#anislider1\";s:8:\"thumb_id\";i:4430;s:5:\"thumb\";s:74:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/animation-slider1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4429\";}i:12;a:6:{s:4:\"name\";s:10:\"About Me 1\";s:7:\"preview\";s:53:\"https://magic.wpcolors.net/mg-about-widget/?#aboutme1\";s:8:\"thumb_id\";i:4488;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/about-me1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4484\";}i:13;a:6:{s:4:\"name\";s:10:\"About Me 2\";s:7:\"preview\";s:53:\"https://magic.wpcolors.net/mg-about-widget/?#aboutme2\";s:8:\"thumb_id\";i:4496;s:5:\"thumb\";s:66:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/about-me2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4497\";}i:14;a:6:{s:4:\"name\";s:6:\"Team 1\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/mg-about-widget/?#abouttem1\";s:8:\"thumb_id\";i:4506;s:5:\"thumb\";s:63:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/team-1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4505\";}i:15;a:6:{s:4:\"name\";s:20:\"Blockquote Section 1\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/mg-block-quote/?#blqs1\";s:8:\"thumb_id\";i:4611;s:5:\"thumb\";s:76:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/blockquote-section1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4610\";}i:16;a:6:{s:4:\"name\";s:20:\"Blockquote Section 2\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/mg-block-quote/?#blqs2\";s:8:\"thumb_id\";i:4621;s:5:\"thumb\";s:76:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/blockquote-section2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4622\";}i:17;a:6:{s:4:\"name\";s:20:\"Blockquote Section 3\";s:7:\"preview\";s:49:\"https://magic.wpcolors.net/mg-block-quote/?#blqs3\";s:8:\"thumb_id\";i:4630;s:5:\"thumb\";s:76:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/blockquote-section3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4626\";}i:18;a:6:{s:4:\"name\";s:21:\"Content Reveal/Unfold\";s:7:\"preview\";s:56:\"https://magic.wpcolors.net/mg-content-reveal/?#creveals1\";s:8:\"thumb_id\";i:4641;s:5:\"thumb\";s:79:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/content-reveal-unfold1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4637\";}i:19;a:6:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/countdown-timer/?#timecount\";s:8:\"thumb_id\";i:4698;s:5:\"thumb\";s:71:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/time-countdown.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4696\";}i:20;a:6:{s:4:\"name\";s:16:\"Number Countdown\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/countdown-timer/?#numcount1\";s:8:\"thumb_id\";i:4706;s:5:\"thumb\";s:73:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/number-countdown.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4705\";}i:21;a:6:{s:4:\"name\";s:10:\"Live Clock\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/countdown-timer/?#clock1\";s:8:\"thumb_id\";i:4719;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/live-clock.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4716\";}i:22;a:6:{s:4:\"name\";s:14:\"Image Scroll 1\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/mg-image-scroll/?#imgscroll\";s:8:\"thumb_id\";i:4735;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/img-scroll.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4734\";}i:23;a:6:{s:4:\"name\";s:14:\"Image Scroll 2\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/mg-image-scroll/?#imgscroll2\";s:8:\"thumb_id\";i:4745;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/img-scroll2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4746\";}i:24;a:6:{s:4:\"name\";s:23:\"Image Horizontal Scroll\";s:7:\"preview\";s:55:\"https://magic.wpcolors.net/mg-image-scroll/?#imghscroll\";s:8:\"thumb_id\";i:4765;s:5:\"thumb\";s:80:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/image-horizontal-scroll.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4766\";}i:25;a:6:{s:4:\"name\";s:16:\"Header Style One\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/portfolio-one/\";s:8:\"thumb_id\";i:8849;s:5:\"thumb\";s:71:\"https://magic.wpcolors.net/wp-content/uploads/2022/09/header-style1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"8847\";}i:26;a:6:{s:4:\"name\";s:13:\"Team Member 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/mg-team-members/?#teamm1\";s:8:\"thumb_id\";i:4882;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/team-member1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4878\";}i:27;a:6:{s:4:\"name\";s:16:\"Header Style Two\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/agency-home-5/\";s:8:\"thumb_id\";i:8853;s:5:\"thumb\";s:71:\"https://magic.wpcolors.net/wp-content/uploads/2022/09/header-style2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"8852\";}i:28;a:6:{s:4:\"name\";s:13:\"Team Member 2\";s:7:\"preview\";s:54:\"https://magic.wpcolors.net/mg-team-members/?#teammemb2\";s:8:\"thumb_id\";i:4893;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/team-member2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"4892\";}i:29;a:6:{s:4:\"name\";s:13:\"Team Member 3\";s:7:\"preview\";s:57:\"https://magic.wpcolors.net/mg-team-members/?#teammembers3\";s:8:\"thumb_id\";i:4902;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/team-member3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"4901\";}i:30;a:6:{s:4:\"name\";s:13:\"Team Member 4\";s:7:\"preview\";s:53:\"https://magic.wpcolors.net/mg-team-members/?#teammem4\";s:8:\"thumb_id\";i:4913;s:5:\"thumb\";s:69:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/team-member4.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"4912\";}i:31;a:6:{s:4:\"name\";s:12:\"Video Card 1\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/video-edit-page/?#vdcard1\";s:8:\"thumb_id\";i:5024;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/video-card1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5019\";}i:32;a:6:{s:4:\"name\";s:12:\"Video Card 2\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/video-edit-page/?#vdcard2\";s:8:\"thumb_id\";i:5038;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/video-card2.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5033\";}i:33;a:6:{s:4:\"name\";s:12:\"Video Card 3\";s:7:\"preview\";s:52:\"https://magic.wpcolors.net/video-edit-page/?#vdcard3\";s:8:\"thumb_id\";i:5056;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/06/video-card3.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"5055\";}i:34;a:6:{s:4:\"name\";s:10:\"Counter Up\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/counter-pro/#counter-sec\";s:8:\"thumb_id\";i:7844;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/counter-up.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"7835\";}i:35;a:6:{s:4:\"name\";s:24:\"Image Animation Lottie 1\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/lottie/#lottiesec1\";s:8:\"thumb_id\";i:8042;s:5:\"thumb\";s:67:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/lottie1sec.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8043\";}i:36;a:6:{s:4:\"name\";s:24:\"Image Animation Lottie 2\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/lottie/#lottiesec2\";s:8:\"thumb_id\";i:8049;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/lottie-2sec.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8044\";}i:37;a:6:{s:4:\"name\";s:35:\"Background Image Animation Lottie 3\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/lottie/#lottiesec3\";s:8:\"thumb_id\";i:8059;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/lottie-sec3.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8060\";}i:38;a:6:{s:4:\"name\";s:24:\"Image Animation Lottie 4\";s:7:\"preview\";s:45:\"https://magic.wpcolors.net/lottie/#lottiesec4\";s:8:\"thumb_id\";i:8077;s:5:\"thumb\";s:68:\"http://magic.wpcolors.net/wp-content/uploads/2022/08/lottie-sec4.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8075\";}i:39;a:6:{s:4:\"name\";s:14:\"Photo Bounce 1\";s:7:\"preview\";s:51:\"https://magic.wpcolors.net/photo-bunch/#photobunch1\";s:8:\"thumb_id\";i:8123;s:5:\"thumb\";s:70:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/photo-bounce.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8119\";}i:40;a:6:{s:4:\"name\";s:14:\"Photo Bounce 2\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/photo-bunch/#photob2\";s:8:\"thumb_id\";i:8131;s:5:\"thumb\";s:71:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/photo-bounce2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8127\";}i:41;a:6:{s:4:\"name\";s:21:\"Photo Bounce & Rotate\";s:7:\"preview\";s:48:\"https://magic.wpcolors.net/photo-bunch/#pbrotate\";s:8:\"thumb_id\";i:8139;s:5:\"thumb\";s:77:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/photo-bounce-rotate.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8135\";}i:42;a:6:{s:4:\"name\";s:17:\"Food Pricing Menu\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/price-menu-pro/#prmenu1\";s:8:\"thumb_id\";i:8143;s:5:\"thumb\";s:75:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/pricing-food-menu.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8147\";}i:43;a:6:{s:4:\"name\";s:14:\"Pricing Menu 2\";s:7:\"preview\";s:50:\"https://magic.wpcolors.net/price-menu-pro/#prmenu2\";s:8:\"thumb_id\";i:8151;s:5:\"thumb\";s:71:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/pricing-menu2.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8155\";}i:44;a:6:{s:4:\"name\";s:21:\"Testmonial Carousel 1\";s:7:\"preview\";s:57:\"https://magic.wpcolors.net/testmonial-pro/#testicarousel1\";s:8:\"thumb_id\";i:8204;s:5:\"thumb\";s:79:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/testimonial-carousel1.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8208\";}i:45;a:6:{s:4:\"name\";s:22:\"Testimonial Carousel 2\";s:7:\"preview\";s:57:\"https://magic.wpcolors.net/testmonial-pro/#testicarousel2\";s:8:\"thumb_id\";i:8212;s:5:\"thumb\";s:79:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/testimonial-carousel2.png\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8216\";}i:46;a:6:{s:4:\"name\";s:22:\"Testimonial Carousel 3\";s:7:\"preview\";s:57:\"https://magic.wpcolors.net/testmonial-pro/#testicarousel2\";s:8:\"thumb_id\";i:8225;s:5:\"thumb\";s:79:\"https://magic.wpcolors.net/wp-content/uploads/2022/08/testimonial-carousel3.jpg\";s:3:\"pro\";s:2:\"on\";s:2:\"id\";s:4:\"8229\";}i:47;a:6:{s:4:\"name\";s:14:\"Footer Style 1\";s:7:\"preview\";s:27:\"https://magic.wpcolors.net/\";s:8:\"thumb_id\";i:8858;s:5:\"thumb\";s:71:\"https://magic.wpcolors.net/wp-content/uploads/2022/09/footer-style1.jpg\";s:3:\"pro\";b:0;s:2:\"id\";s:4:\"8857\";}i:48;a:5:{s:4:\"name\";s:14:\"Footer Style 2\";s:7:\"preview\";s:47:\"https://magic.wpcolors.net/mpage/agency-home-5/\";s:8:\"thumb_id\";i:8862;s:5:\"thumb\";s:65:\"https://magic.wpcolors.net/wp-content/uploads/2022/09/footer2.jpg\";s:2:\"id\";s:4:\"8863\";}}}', 'yes'),
(1825, 'mgaddon_version', '1.1.24', 'yes'),
(1826, 'magical_addons', '', 'yes'),
(1827, 'magical_addons_pro', '', 'yes'),
(1828, 'magical_headerfooter', '', 'yes'),
(1829, 'magical_extra', '', 'yes'),
(1830, 'mgposte_latest_activated', '1', 'yes'),
(1831, 'mgposte_plugin_activated', 'yes', 'yes'),
(1832, 'mgposte_install_date', '2023-07-12 12:54:46', 'yes'),
(1833, 'widget_mpdw-recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1834, 'magical_ptab_home', '', 'yes'),
(1836, 'portfoliox_pxinfo_date', '2023-07-12 12:55:52', 'yes');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1861, 'elementor_controls_usage', 'a:2:{s:4:\"page\";a:12:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:4:{s:20:\"creative_button_text\";i:4;s:29:\"eael_creative_button_icon_new\";i:4;s:32:\"eael_creative_button_icon_indent\";i:4;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:7:{s:22:\"creative_button_effect\";i:4;s:37:\"eael_creative_button_background_color\";i:4;s:34:\"eael_creative_button_border_radius\";i:4;s:43:\"eael_creative_button_hover_background_color\";i:4;s:30:\"eael_creative_button_alignment\";i:4;s:26:\"eael_creative_button_width\";i:4;s:30:\"eael_creative_button_icon_size\";i:4;}}}}s:24:\"elementskit-social-media\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:1:{s:26:\"ekit_socialmedia_add_icons\";i:1;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:1:{s:43:\"ekit_socialmedai_list_typography_typography\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:14:\"flex_direction\";i:3;s:10:\"min_height\";i:2;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:8:{s:35:\"background_overlay_hover_background\";i:1;s:32:\"background_overlay_hover_color_b\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:29:\"background_overlay_hover_size\";i:1;s:35:\"background_overlay_hover_transition\";i:1;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:2:{s:17:\"shape_divider_top\";i:2;s:24:\"shape_divider_top_height\";i:1;}s:20:\"wpr_section_parallax\";a:1:{s:14:\"hover_parallax\";i:3;}s:21:\"wpr_section_particles\";a:1:{s:20:\"wpr_enable_particles\";i:1;}}}}s:14:\"mgabout_widget\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:10:\"mgab_title\";a:2:{s:16:\"mgab_about_title\";i:1;s:19:\"mg_member_title_tag\";i:1;}s:12:\"mgab_details\";a:3:{s:14:\"mg_member_name\";i:1;s:21:\"mg_member_designation\";i:1;s:14:\"mg_member_desc\";i:1;}s:11:\"mgab_social\";a:2:{s:20:\"mg_memeber_icon_list\";i:1;s:17:\"mg_display_social\";i:1;}s:15:\"mgab_main_style\";a:2:{s:15:\"all_basic_style\";i:1;s:12:\"mg_use_shape\";i:1;}s:11:\"img_section\";a:4:{s:11:\"profile_img\";i:1;s:16:\"mgab_imgbg_image\";i:1;s:15:\"mgab_sign_image\";i:1;s:14:\"thumbnail_size\";i:1;}}s:5:\"style\";a:5:{s:14:\"mgab_img_style\";a:7:{s:20:\"mgab_round_img_width\";i:1;s:21:\"mgab_round_img_height\";i:1;s:16:\"mgab_img_padding\";i:1;s:21:\"mgab_img_border_width\";i:1;s:21:\"mgab_img_border_color\";i:1;s:19:\"mgab_sign_img_width\";i:1;s:20:\"mgab_img_auto_height\";i:1;}s:25:\"mgab_member_details_style\";a:4:{s:36:\"mg_member_name_typography_typography\";i:1;s:37:\"mg_member_name_typography_font_family\";i:1;s:35:\"mg_member_name_typography_font_size\";i:1;s:37:\"mg_member_name_typography_font_weight\";i:1;}s:27:\"mgab_mgab_description_style\";a:5:{s:22:\"mgab_description_color\";i:1;s:38:\"mgab_description_typography_typography\";i:1;s:39:\"mgab_description_typography_font_family\";i:1;s:37:\"mgab_description_typography_font_size\";i:1;s:39:\"mgab_description_typography_font_weight\";i:1;}s:17:\"mgab_social_style\";a:6:{s:17:\"mgab_icon_padding\";i:1;s:22:\"mgab_icon_border_width\";i:1;s:22:\"mgab_icon_border_color\";i:1;s:15:\"mgab_icon_color\";i:1;s:16:\"mgab_icon_hcolor\";i:1;s:23:\"mgab_icon_hborder_color\";i:1;}s:29:\"mgab_member_designation_style\";a:3:{s:23:\"mgab_designation_margin\";i:1;s:33:\"designation_typography_typography\";i:1;s:32:\"designation_typography_font_size\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:20:\"wpr_section_parallax\";a:2:{s:8:\"bg_image\";i:1;s:14:\"hover_parallax\";i:1;}}}}s:11:\"testimonial\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;s:26:\"testimonial_image_position\";i:1;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:1;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:1;s:25:\"job_typography_typography\";i:1;s:26:\"job_typography_font_family\";i:1;s:26:\"job_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:2:{s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}s:20:\"section_social_hover\";a:1:{s:15:\"hover_animation\";i:1;}}}}s:7:\"sidebar\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}s:7:\"wp-page\";a:16:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:1;s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:2;s:5:\"space\";i:8;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:0:{}}}}s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:5:{s:20:\"creative_button_text\";i:4;s:29:\"eael_creative_button_icon_new\";i:4;s:32:\"eael_creative_button_icon_indent\";i:4;s:39:\"eael_creative_button_icon_indent_mobile\";i:4;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:9:{s:22:\"creative_button_effect\";i:4;s:37:\"eael_creative_button_background_color\";i:4;s:34:\"eael_creative_button_border_radius\";i:4;s:43:\"eael_creative_button_hover_background_color\";i:4;s:30:\"eael_creative_button_alignment\";i:4;s:26:\"eael_creative_button_width\";i:4;s:33:\"eael_creative_button_width_mobile\";i:4;s:30:\"eael_creative_button_icon_size\";i:4;s:37:\"eael_creative_button_icon_size_mobile\";i:4;}}}}s:24:\"elementskit-social-media\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:1:{s:26:\"ekit_socialmedia_add_icons\";i:1;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:1:{s:43:\"ekit_socialmedai_list_typography_typography\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:1;s:10:\"min_height\";i:1;s:17:\"min_height_tablet\";i:1;s:17:\"min_height_mobile\";i:1;s:21:\"flex_direction_mobile\";i:1;s:23:\"flex_align_items_mobile\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:6:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:26:\"section_background_overlay\";a:8:{s:35:\"background_overlay_hover_background\";i:1;s:32:\"background_overlay_hover_color_b\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:29:\"background_overlay_hover_size\";i:1;s:35:\"background_overlay_hover_transition\";i:1;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:17:\"shape_divider_top\";i:1;}s:20:\"wpr_section_parallax\";a:1:{s:14:\"hover_parallax\";i:2;}s:21:\"wpr_section_particles\";a:1:{s:20:\"wpr_enable_particles\";i:1;}s:14:\"section_border\";a:0:{}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:0:{}}}}s:14:\"mgabout_widget\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:10:\"mgab_title\";a:2:{s:16:\"mgab_about_title\";i:1;s:19:\"mg_member_title_tag\";i:1;}s:12:\"mgab_details\";a:3:{s:14:\"mg_member_name\";i:1;s:21:\"mg_member_designation\";i:1;s:14:\"mg_member_desc\";i:1;}s:11:\"mgab_social\";a:1:{s:20:\"mg_memeber_icon_list\";i:1;}s:15:\"mgab_main_style\";a:1:{s:15:\"all_basic_style\";i:1;}s:11:\"img_section\";a:4:{s:11:\"profile_img\";i:1;s:16:\"mgab_imgbg_image\";i:1;s:15:\"mgab_sign_image\";i:1;s:14:\"thumbnail_size\";i:1;}}s:5:\"style\";a:5:{s:14:\"mgab_img_style\";a:7:{s:20:\"mgab_round_img_width\";i:1;s:21:\"mgab_round_img_height\";i:1;s:16:\"mgab_img_padding\";i:1;s:21:\"mgab_img_border_width\";i:1;s:21:\"mgab_img_border_color\";i:1;s:19:\"mgab_sign_img_width\";i:1;s:20:\"mgab_img_auto_height\";i:1;}s:25:\"mgab_member_details_style\";a:4:{s:36:\"mg_member_name_typography_typography\";i:1;s:37:\"mg_member_name_typography_font_family\";i:1;s:35:\"mg_member_name_typography_font_size\";i:1;s:37:\"mg_member_name_typography_font_weight\";i:1;}s:27:\"mgab_mgab_description_style\";a:5:{s:22:\"mgab_description_color\";i:1;s:38:\"mgab_description_typography_typography\";i:1;s:39:\"mgab_description_typography_font_family\";i:1;s:37:\"mgab_description_typography_font_size\";i:1;s:39:\"mgab_description_typography_font_weight\";i:1;}s:17:\"mgab_social_style\";a:5:{s:17:\"mgab_icon_padding\";i:1;s:22:\"mgab_icon_border_width\";i:1;s:22:\"mgab_icon_border_color\";i:1;s:23:\"mgab_icon_hborder_color\";i:1;s:16:\"mgab_icon_margin\";i:1;}s:29:\"mgab_member_designation_style\";a:3:{s:23:\"mgab_designation_margin\";i:1;s:33:\"designation_typography_typography\";i:1;s:32:\"designation_typography_font_size\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:19:\"elementskit-heading\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:4;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}s:7:\"content\";a:5:{s:26:\"ekit_heading_section_title\";a:2:{s:18:\"ekit_heading_title\";i:4;s:17:\"show_title_border\";i:3;}s:29:\"ekit_heading_section_subtitle\";a:1:{s:27:\"ekit_heading_sub_title_show\";i:4;}s:32:\"ekit_heading_section_extra_title\";a:2:{s:37:\"ekit_heading_section_extra_title_show\";i:4;s:24:\"ekit_heading_extra_title\";i:4;}s:30:\"ekit_heading_section_seperator\";a:2:{s:28:\"ekit_heading_seperator_image\";i:4;s:28:\"ekit_heading_seperator_style\";i:3;}s:19:\"shadow_text_section\";a:1:{s:16:\"show_shadow_text\";i:1;}}s:5:\"style\";a:4:{s:32:\"ekit_heading_section_title_style\";a:1:{s:24:\"ekit_heading_title_color\";i:4;}s:38:\"ekit_heading_section_extra_title_style\";a:1:{s:30:\"ekit_heading_extra_title_color\";i:4;}s:28:\"ekit_heading_section_general\";a:1:{s:24:\"ekit_heading_title_align\";i:4;}s:36:\"ekit_heading_section_seperator_style\";a:1:{s:28:\"ekit_heading_seperator_color\";i:4;}}}}s:7:\"mg_tabs\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"mgtab_content_section\";a:1:{s:11:\"mgtab_items\";i:1;}s:21:\"mgtab_options_section\";a:3:{s:11:\"mgtab_style\";i:1;s:16:\"mgtab_full_width\";i:1;s:19:\"mgtab_icon_position\";i:1;}}s:5:\"style\";a:2:{s:21:\"mgtab_wrapper_section\";a:2:{s:27:\"mgtab_wrapper_bg_background\";i:1;s:22:\"mgtab_wrapper_bg_color\";i:1;}s:27:\"mgtab_section_content_style\";a:2:{s:35:\"mgtab_content_background_background\";i:1;s:30:\"mgtab_content_background_color\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:23:\"mgcall_to_action_widget\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"mg_card_content\";a:5:{s:13:\"mg_cta_styles\";i:1;s:12:\"mg_cta_title\";i:1;s:16:\"mg_cta_highlight\";i:1;s:11:\"mg_cta_desc\";i:1;s:16:\"mgctaborder_show\";i:1;}s:17:\"mgcla_img_section\";a:2:{s:9:\"mgcla_img\";i:1;s:14:\"thumbnail_size\";i:1;}s:14:\"mg_flip_button\";a:3:{s:17:\"mg_flip_btn_title\";i:1;s:23:\"mgcta_btn_content_align\";i:1;s:25:\"mg_flip_btn_selected_icon\";i:1;}}s:5:\"style\";a:3:{s:15:\"mgcal_bas_style\";a:2:{s:27:\"mg_background_overlay_image\";i:1;s:32:\"mg_overly_css_filters_css_filter\";i:1;}s:16:\"mg_cta_img_style\";a:3:{s:22:\"mg_cta_img_auto_height\";i:1;s:18:\"mglca_image_height\";i:1;s:18:\"mg_cta_img_padding\";i:1;}s:26:\"mg_card_card_details_style\";a:1:{s:22:\"mg_cta_highlight_color\";i:1;}}s:8:\"advanced\";a:3:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:16:\"_section_masking\";a:1:{s:10:\"_mask_size\";i:1;}}}}s:23:\"eael-filterable-gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:24:\"eael_section_fg_settings\";a:1:{s:36:\"eael_section_fg_full_image_clickable\";i:1;}s:32:\"eael_section_fg_control_settings\";a:1:{s:16:\"eael_fg_controls\";i:1;}s:29:\"eael_section_fg_grid_settings\";a:1:{s:21:\"eael_fg_gallery_items\";i:1;}s:18:\"section_pagination\";a:2:{s:10:\"pagination\";i:1;s:18:\"load_more_icon_new\";i:1;}}s:5:\"style\";a:3:{s:30:\"eael_section_fg_style_settings\";a:2:{s:16:\"eael_fg_bg_color\";i:1;s:25:\"eael_fg_shadow_box_shadow\";i:1;}s:38:\"eael_section_fg_control_style_settings\";a:2:{s:33:\"eael_fg_control_normal_text_color\";i:1;s:31:\"eael_fg_control_normal_bg_color\";i:1;}s:29:\"section_loadmore_button_style\";a:1:{s:32:\"load_more_button_bg_color_normal\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:16:\"content_position\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:19:\"border_width_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:20:\"wpr_section_parallax\";a:2:{s:8:\"bg_image\";i:4;s:14:\"hover_parallax\";i:4;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:15:\"wpr-testimonial\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:30:\"wpr__section_testimonial_items\";a:1:{s:17:\"testimonial_items\";i:1;}s:21:\"wpr__section_settings\";a:2:{s:28:\"testimonial_slides_to_scroll\";i:1;s:24:\"testimonial_rating_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"wpr__section_style_nav\";a:1:{s:9:\"nav_color\";i:1;}}}}s:16:\"wpr-form-builder\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:1:{s:11:\"form_fields\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_text\";i:1;}s:13:\"section_email\";a:5:{s:8:\"email_to\";i:1;s:10:\"email_from\";i:1;s:14:\"email_reply_to\";i:1;s:13:\"form_metadata\";i:1;s:18:\"email_content_type\";i:1;}s:26:\"section_form_step_settings\";a:1:{s:9:\"step_type\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:32:\"previous_button_background_color\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:2:{s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}}}}}}', 'no'),
(1885, '_transient_timeout_elementskit-lite-go-pro-noti2ce', '1715092299', 'no'),
(1886, '_transient_elementskit-lite-go-pro-noti2ce', '1', 'no'),
(1899, 'theme_mods_cvee', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:16:\"header_textcolor\";s:5:\"blank\";}', 'yes'),
(1900, 'widget_cvee_intro_one_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1901, 'widget_cvee_experience_three_widget', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:27:{s:5:\"icon1\";s:19:\"far fa-address-book\";s:5:\"title\";s:15:\"Work Experience\";s:8:\"exp1time\";s:30:\"September 2013 - February 2014\";s:9:\"exp1desig\";s:11:\"UI Designer\";s:7:\"exp1com\";s:14:\"Asphalt Themes\";s:11:\"exp1comsite\";s:25:\"https://asphaltthemes.com\";s:10:\"exp1detail\";s:307:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus iaculis metus et libero dictum, vitae suscipit orci ornare. Pellentesque bibendum quam at nunc porta congue. Nunc nulla erat, feugiat non purus a, efficitur accumsan lectus. Proin neque augue, cursus et feugiat et, faucibus sit amet lectus.\";s:8:\"exp2time\";s:30:\"September 2013 - February 2014\";s:9:\"exp2desig\";s:11:\"UI Designer\";s:7:\"exp2com\";s:14:\"Asphalt Themes\";s:11:\"exp2comsite\";s:25:\"https://asphaltthemes.com\";s:10:\"exp2detail\";s:307:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus iaculis metus et libero dictum, vitae suscipit orci ornare. Pellentesque bibendum quam at nunc porta congue. Nunc nulla erat, feugiat non purus a, efficitur accumsan lectus. Proin neque augue, cursus et feugiat et, faucibus sit amet lectus.\";s:8:\"exp3time\";s:30:\"September 2013 - February 2014\";s:9:\"exp3desig\";s:11:\"UI Designer\";s:7:\"exp3com\";s:14:\"Asphalt Themes\";s:11:\"exp3comsite\";s:25:\"https://asphaltthemes.com\";s:10:\"exp3detail\";s:307:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus iaculis metus et libero dictum, vitae suscipit orci ornare. Pellentesque bibendum quam at nunc porta congue. Nunc nulla erat, feugiat non purus a, efficitur accumsan lectus. Proin neque augue, cursus et feugiat et, faucibus sit amet lectus.\";s:8:\"exp4time\";s:30:\"September 2013 - February 2014\";s:9:\"exp4desig\";s:11:\"UI Designer\";s:7:\"exp4com\";s:14:\"Asphalt Themes\";s:11:\"exp4comsite\";s:25:\"https://asphaltthemes.com\";s:10:\"exp4detail\";s:307:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus iaculis metus et libero dictum, vitae suscipit orci ornare. Pellentesque bibendum quam at nunc porta congue. Nunc nulla erat, feugiat non purus a, efficitur accumsan lectus. Proin neque augue, cursus et feugiat et, faucibus sit amet lectus.\";s:8:\"exp5time\";s:30:\"September 2013 - February 2014\";s:9:\"exp5desig\";s:11:\"UI Designer\";s:7:\"exp5com\";s:14:\"Asphalt Themes\";s:11:\"exp5comsite\";s:25:\"https://asphaltthemes.com\";s:10:\"exp5detail\";s:307:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus iaculis metus et libero dictum, vitae suscipit orci ornare. Pellentesque bibendum quam at nunc porta congue. Nunc nulla erat, feugiat non purus a, efficitur accumsan lectus. Proin neque augue, cursus et feugiat et, faucibus sit amet lectus.\";}}', 'yes'),
(1902, 'widget_cvee_education_one_widget', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}', 'yes'),
(2044, 'resumecv_options', 'a:1:{s:9:\"theme_dir\";s:76:\"/home/u8620162/public_html/demo/wp-content/plugins/resume-cv//themes/shark-2\";}', 'yes'),
(2054, 'resumecv_education_options', 'a:3:{s:4:\"show\";s:6:\"enable\";s:5:\"title\";s:10:\"m,,m,m,m,m\";s:15:\"education_items\";a:1:{i:0;a:4:{s:7:\"program\";s:4:\"nnnn\";s:11:\"school_name\";s:5:\"mmmmm\";s:14:\"school_address\";s:5:\"nnnnn\";s:10:\"start_year\";s:4:\"nnnn\";}}}', 'yes'),
(2436, 'wpr_email_content_type_c182b94', 'html', 'yes'),
(2437, 'wpr_email_to_c182b94', 'admin@dev.unsap.ac.id', 'yes'),
(2438, 'wpr_email_subject_c182b94', 'New message from pppmulya', 'yes'),
(2439, 'wpr_email_fields_c182b94', '[all-fields]', 'yes'),
(2440, 'wpr_cc_header_c182b94', '', 'yes'),
(2441, 'wpr_bcc_header_c182b94', '', 'yes'),
(2442, 'wpr_email_from_c182b94', 'email@demo.unsap.ac.id', 'yes'),
(2443, 'wpr_email_from_name_c182b94', 'pppmulya', 'yes'),
(2444, 'wpr_reply_to_c182b94', 'email@demo.unsap.ac.id', 'yes'),
(2445, 'wpr_meta_keys_c182b94', 'a:3:{i:0;s:4:\"date\";i:1;s:4:\"time\";i:2;s:6:\"credit\";}', 'yes'),
(2446, 'wpr_referrer_c182b94', 'https://demo.unsap.ac.id/wp-admin/admin-ajax.php', 'yes'),
(2447, 'wpr_referrer_title_c182b94', 'Profile', 'yes'),
(2452, 'wpr_email_content_type_2eab682', 'plain', 'yes'),
(2453, 'wpr_email_to_2eab682', 'sisinfo@unsap.ac.id', 'yes'),
(2454, 'wpr_email_subject_2eab682', 'New message from pppmulya', 'yes'),
(2455, 'wpr_email_fields_2eab682', '[all-fields]', 'yes'),
(2456, 'wpr_cc_header_2eab682', '', 'yes'),
(2457, 'wpr_bcc_header_2eab682', '', 'yes'),
(2458, 'wpr_email_from_2eab682', 'sisinfo@unsap.ac.id', 'yes'),
(2459, 'wpr_email_from_name_2eab682', 'pppmulya', 'yes'),
(2460, 'wpr_reply_to_2eab682', 'sisinfo@unsap.ac.id', 'yes'),
(2461, 'wpr_meta_keys_2eab682', 'a:2:{i:0;s:4:\"date\";i:1;s:6:\"credit\";}', 'yes'),
(2462, 'wpr_referrer_2eab682', 'https://demo.unsap.ac.id/', 'yes'),
(2463, 'wpr_referrer_title_2eab682', 'Profile', 'yes'),
(2466, 'mgpnpro_hide_date1', '2023-07-14 17:04:11', 'yes'),
(2471, 'mg_hide_date2', '2023-07-14 17:04:11', 'yes'),
(2485, 'wpr_pro_features_dismiss_notice_1.3.71', '1', 'yes'),
(2546, 'wc_plugin_version', '7.6.1', 'yes'),
(2547, 'wc_hash_key', '9c12babbde8879587ce44384f4c2d016', 'no'),
(2548, 'wc_options', 'a:15:{s:4:\"form\";a:18:{s:15:\"commentFormView\";s:9:\"collapsed\";s:19:\"enableDropAnimation\";i:1;s:10:\"richEditor\";s:7:\"desktop\";s:10:\"boldButton\";i:1;s:12:\"italicButton\";i:1;s:15:\"underlineButton\";i:1;s:12:\"strikeButton\";i:1;s:8:\"olButton\";i:1;s:8:\"ulButton\";i:1;s:16:\"blockquoteButton\";i:1;s:15:\"codeblockButton\";i:1;s:10:\"linkButton\";i:1;s:16:\"sourcecodeButton\";i:1;s:13:\"spoilerButton\";i:1;s:15:\"enableQuickTags\";i:0;s:22:\"commenterNameMinLength\";i:3;s:22:\"commenterNameMaxLength\";i:50;s:18:\"storeCommenterData\";i:-1;}s:9:\"recaptcha\";a:8:{s:7:\"siteKey\";s:0:\"\";s:9:\"secretKey\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:4:\"lang\";s:0:\"\";s:13:\"requestMethod\";s:4:\"auto\";s:13:\"showForGuests\";i:0;s:12:\"showForUsers\";i:0;s:21:\"isShowOnSubscribeForm\";i:0;}s:5:\"login\";a:9:{s:20:\"showLoggedInUsername\";i:1;s:22:\"showLoginLinkForGuests\";i:1;s:15:\"showActivityTab\";i:1;s:20:\"showSubscriptionsTab\";i:1;s:14:\"showFollowsTab\";i:1;s:17:\"enableProfileURLs\";i:1;s:19:\"websiteAsProfileUrl\";i:1;s:13:\"isUserByEmail\";i:0;s:8:\"loginUrl\";s:0:\"\";}s:6:\"social\";a:59:{s:28:\"socialLoginAgreementCheckbox\";i:1;s:26:\"socialLoginInSecondaryForm\";i:0;s:19:\"displaySocialAvatar\";i:1;s:19:\"displayIconOnAvatar\";i:1;s:20:\"rememberLoggedinUser\";i:1;s:13:\"enableFbLogin\";i:0;s:13:\"enableFbShare\";i:0;s:7:\"fbAppID\";s:0:\"\";s:11:\"fbAppSecret\";s:0:\"\";s:11:\"fbUseOAuth2\";i:0;s:18:\"enableTwitterLogin\";i:0;s:18:\"enableTwitterShare\";i:1;s:12:\"twitterAppID\";s:0:\"\";s:16:\"twitterAppSecret\";s:0:\"\";s:17:\"enableGoogleLogin\";i:0;s:14:\"googleClientID\";s:0:\"\";s:18:\"googleClientSecret\";s:0:\"\";s:19:\"enableTelegramLogin\";i:0;s:13:\"telegramToken\";s:0:\"\";s:17:\"enableDisqusLogin\";i:0;s:15:\"disqusPublicKey\";s:0:\"\";s:15:\"disqusSecretKey\";s:0:\"\";s:20:\"enableWordpressLogin\";i:0;s:17:\"wordpressClientID\";s:0:\"\";s:21:\"wordpressClientSecret\";s:0:\"\";s:20:\"enableInstagramLogin\";i:0;s:14:\"instagramAppID\";s:0:\"\";s:18:\"instagramAppSecret\";s:0:\"\";s:19:\"enableLinkedinLogin\";i:0;s:16:\"linkedinClientID\";s:0:\"\";s:20:\"linkedinClientSecret\";s:0:\"\";s:19:\"enableWhatsappShare\";i:0;s:17:\"enableYandexLogin\";i:0;s:8:\"yandexID\";s:0:\"\";s:14:\"yandexPassword\";s:0:\"\";s:17:\"enableMailruLogin\";i:0;s:14:\"mailruClientID\";s:0:\"\";s:18:\"mailruClientSecret\";s:0:\"\";s:16:\"enableWeiboLogin\";i:0;s:8:\"weiboKey\";s:0:\"\";s:11:\"weiboSecret\";s:0:\"\";s:17:\"enableWechatLogin\";i:0;s:11:\"wechatAppID\";s:0:\"\";s:12:\"wechatSecret\";s:0:\"\";s:13:\"enableQQLogin\";i:0;s:7:\"qqAppID\";s:0:\"\";s:8:\"qqSecret\";s:0:\"\";s:16:\"enableBaiduLogin\";i:0;s:10:\"baiduAppID\";s:0:\"\";s:11:\"baiduSecret\";s:0:\"\";s:13:\"enableVkLogin\";i:0;s:13:\"enableVkShare\";i:1;s:7:\"vkAppID\";s:0:\"\";s:11:\"vkAppSecret\";s:0:\"\";s:13:\"enableOkLogin\";i:0;s:13:\"enableOkShare\";i:1;s:7:\"okAppID\";s:0:\"\";s:8:\"okAppKey\";s:0:\"\";s:11:\"okAppSecret\";s:0:\"\";}s:6:\"rating\";a:6:{s:22:\"enablePostRatingSchema\";i:0;s:19:\"displayRatingOnPost\";a:1:{i:0;s:19:\"before_comment_form\";}s:23:\"ratingCssOnNoneSingular\";i:0;s:16:\"ratingHoverColor\";s:7:\"#FFED85\";s:19:\"ratingInactiveColor\";s:7:\"#DDDDDD\";s:17:\"ratingActiveColor\";s:7:\"#FFD700\";}s:14:\"thread_display\";a:11:{s:17:\"firstLoadWithAjax\";i:0;s:19:\"commentListLoadType\";i:0;s:24:\"isLoadOnlyParentComments\";i:0;s:23:\"showReactedFilterButton\";i:1;s:23:\"showHottestFilterButton\";i:1;s:18:\"showSortingButtons\";i:1;s:18:\"mostVotedByDefault\";i:0;s:15:\"reverseChildren\";i:0;s:23:\"highlightUnreadComments\";i:0;s:15:\"scrollToComment\";i:1;s:15:\"orderCommentsBy\";s:10:\"comment_ID\";}s:14:\"thread_layouts\";a:12:{s:15:\"showCommentLink\";i:1;s:15:\"showCommentDate\";i:1;s:17:\"showVotingButtons\";i:1;s:17:\"votingButtonsIcon\";s:16:\"fa-plus|fa-minus\";s:18:\"votingButtonsStyle\";i:0;s:19:\"enableDislikeButton\";i:1;s:14:\"isGuestCanVote\";i:1;s:22:\"highlightVotingButtons\";i:1;s:11:\"showAvatars\";i:1;s:23:\"defaultAvatarUrlForUser\";s:0:\"\";s:24:\"defaultAvatarUrlForGuest\";s:0:\"\";s:23:\"changeAvatarsEverywhere\";i:1;}s:13:\"thread_styles\";a:22:{s:5:\"theme\";s:11:\"wpd-default\";s:12:\"primaryColor\";s:7:\"#00B38F\";s:23:\"newLoadedCommentBGColor\";s:7:\"#FFFAD6\";s:18:\"primaryButtonColor\";s:7:\"#FFFFFF\";s:15:\"primaryButtonBG\";s:7:\"#07B290\";s:12:\"bubbleColors\";s:7:\"#1DB99A\";s:20:\"inlineFeedbackColors\";s:7:\"#1DB99A\";s:20:\"defaultCommentAreaBG\";s:0:\"\";s:23:\"defaultCommentTextColor\";s:7:\"#777777\";s:22:\"defaultCommentFieldsBG\";s:0:\"\";s:31:\"defaultCommentFieldsBorderColor\";s:7:\"#DDDDDD\";s:29:\"defaultCommentFieldsTextColor\";s:7:\"#777777\";s:36:\"defaultCommentFieldsPlaceholderColor\";s:0:\"\";s:17:\"darkCommentAreaBG\";s:7:\"#111111\";s:20:\"darkCommentTextColor\";s:7:\"#CCCCCC\";s:19:\"darkCommentFieldsBG\";s:7:\"#999999\";s:28:\"darkCommentFieldsBorderColor\";s:7:\"#D1D1D1\";s:26:\"darkCommentFieldsTextColor\";s:7:\"#000000\";s:33:\"darkCommentFieldsPlaceholderColor\";s:7:\"#DDDDDD\";s:15:\"commentTextSize\";s:4:\"14px\";s:17:\"enableFontAwesome\";i:1;s:9:\"customCss\";s:27:\".comments-area{width:auto;}\";}s:12:\"subscription\";a:27:{s:20:\"enableUserMentioning\";i:1;s:24:\"sendMailToMentionedUsers\";i:1;s:24:\"isNotifyOnCommentApprove\";i:1;s:19:\"enableMemberConfirm\";i:0;s:19:\"enableGuestsConfirm\";i:1;s:16:\"subscriptionType\";i:1;s:17:\"showReplyCheckbox\";i:1;s:21:\"isReplyDefaultChecked\";i:0;s:34:\"usePostmaticForCommentNotification\";i:0;s:14:\"isFollowActive\";i:1;s:28:\"disableFollowConfirmForUsers\";i:1;s:23:\"emailSubjectPostComment\";s:11:\"New Comment\";s:23:\"emailContentPostComment\";s:292:\"Hi [SUBSCRIBER_NAME],<br/><br/> new comment has been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you\'ve been interested in<br/><br/><a href=\'[COMMENT_URL]\'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href=\'[UNSUBSCRIBE_URL]\'>Unsubscribe</a>\";s:27:\"emailSubjectAllCommentReply\";s:27:\"New Reply ( your comments )\";s:27:\"emailContentAllCommentReply\";s:290:\"Hi [SUBSCRIBER_NAME],<br/><br/> new reply has been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you\'ve been interested in<br/><br/><a href=\'[COMMENT_URL]\'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href=\'[UNSUBSCRIBE_URL]\'>Unsubscribe</a>\";s:24:\"emailSubjectCommentReply\";s:35:\"New Reply ( your specific comment )\";s:24:\"emailContentCommentReply\";s:290:\"Hi [SUBSCRIBER_NAME],<br/><br/> new reply has been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you\'ve been interested in<br/><br/><a href=\'[COMMENT_URL]\'>[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href=\'[UNSUBSCRIBE_URL]\'>Unsubscribe</a>\";s:36:\"emailSubjectSubscriptionConfirmation\";s:25:\"Subscription Confirmation\";s:36:\"emailContentSubscriptionConfirmation\";s:470:\"Hi, <br/> You just subscribed for new comments on our website. This means you will receive an email when new comments are posted according to subscription option you\'ve chosen. <br/> To activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again. <br/><br/><a href=\'[POST_URL]\'>[POST_TITLE]</a><br/><br/><a href=\'[CONFIRM_URL]\'>Confirm Your Subscription</a><br/><br/><a href=\'[CANCEL_URL]\'>Cancel Subscription</a>\";s:27:\"emailSubjectCommentApproved\";s:25:\"Your comment is approved!\";s:27:\"emailContentCommentApproved\";s:139:\"Hi [COMMENT_AUTHOR],<br/><br/>your comment has been approved.<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]\";s:25:\"emailSubjectUserMentioned\";s:34:\"You have been mentioned in comment\";s:25:\"emailContentUserMentioned\";s:181:\"Hi [MENTIONED_USER_NAME]!<br/>You have been mentioned in a comment posted on \"[POST_TITLE]\" post by [COMMENT_AUTHOR].<br/><br/>Comment URL: <a href=\"[COMMENT_URL]\">[COMMENT_URL]</a>\";s:30:\"emailSubjectFollowConfirmation\";s:27:\"User Following Confirmation\";s:30:\"emailContentFollowConfirmation\";s:433:\"Hi, <br/> You just started following a new user. You\'ll get email notification once new comment is posted by this user. <br/> Please click on \"user following confirmation\" link to confirm your request. If you believe this is an error, ignore this message and we\'ll never bother you again. <br/><br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a href=\"[CONFIRM_URL]\">Confirm Follow</a><br/><br/><a href=\"[CANCEL_URL]\">Unfollow</a>\";s:25:\"emailSubjectFollowComment\";s:11:\"New Comment\";s:25:\"emailContentFollowComment\";s:248:\"Hi [FOLLOWER_NAME],<br/><br/> new comment has been posted by the <em><strong>[COMMENT_AUTHOR]</em></strong> you are following<br/><br/><a href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a href=\"[CANCEL_URL]\">Unfollow</a>\";}s:6:\"labels\";a:2:{s:14:\"blogRoleLabels\";a:9:{s:13:\"administrator\";i:1;s:6:\"editor\";i:1;s:6:\"author\";i:0;s:11:\"contributor\";i:0;s:10:\"subscriber\";i:0;s:13:\"wpseo_manager\";i:0;s:12:\"wpseo_editor\";i:0;s:11:\"post_author\";i:1;s:5:\"guest\";i:0;}s:9:\"blogRoles\";a:9:{s:13:\"administrator\";s:7:\"#00B38F\";s:6:\"editor\";s:7:\"#00B38F\";s:6:\"author\";s:7:\"#00B38F\";s:11:\"contributor\";s:7:\"#00B38F\";s:10:\"subscriber\";s:7:\"#00B38F\";s:13:\"wpseo_manager\";s:7:\"#00B38F\";s:12:\"wpseo_editor\";s:7:\"#00B38F\";s:11:\"post_author\";s:7:\"#00B38F\";s:5:\"guest\";s:7:\"#00B38F\";}}s:10:\"moderation\";a:8:{s:19:\"commentEditableTime\";i:900;s:28:\"enableEditingWhenHaveReplies\";i:0;s:18:\"displayEditingInfo\";i:1;s:17:\"enableStickButton\";i:1;s:17:\"enableCloseButton\";i:1;s:25:\"restrictCommentingPerUser\";s:7:\"disable\";s:22:\"commentRestrictionType\";s:4:\"both\";s:17:\"userCommentsLimit\";i:1;}s:7:\"content\";a:16:{s:20:\"commentTextMinLength\";i:1;s:18:\"replyTextMinLength\";i:1;s:20:\"commentTextMaxLength\";s:0:\"\";s:18:\"replyTextMaxLength\";s:0:\"\";s:21:\"enableImageConversion\";i:1;s:16:\"enableShortcodes\";i:0;s:20:\"commentReadMoreLimit\";i:0;s:12:\"wmuIsEnabled\";i:1;s:17:\"wmuIsGuestAllowed\";i:1;s:13:\"wmuIsLightbox\";i:1;s:12:\"wmuMimeTypes\";a:9:{s:3:\"jpg\";s:10:\"image/jpeg\";s:4:\"jpeg\";s:10:\"image/jpeg\";s:3:\"jpe\";s:10:\"image/jpeg\";s:3:\"gif\";s:9:\"image/gif\";s:3:\"png\";s:9:\"image/png\";s:3:\"bmp\";s:9:\"image/bmp\";s:4:\"tiff\";s:10:\"image/tiff\";s:3:\"tif\";s:10:\"image/tiff\";s:3:\"ico\";s:12:\"image/x-icon\";}s:14:\"wmuMaxFileSize\";i:2;s:23:\"wmuIsShowFilesDashboard\";i:1;s:19:\"wmuSingleImageWidth\";s:4:\"auto\";s:20:\"wmuSingleImageHeight\";i:200;s:13:\"wmuImageSizes\";a:4:{i:0;s:9:\"thumbnail\";i:1;s:6:\"medium\";i:2;s:12:\"medium_large\";i:3;s:5:\"large\";}}s:4:\"live\";a:9:{s:12:\"enableBubble\";i:1;s:16:\"bubbleLiveUpdate\";i:0;s:14:\"bubbleLocation\";s:12:\"content_left\";s:27:\"bubbleShowNewCommentMessage\";i:1;s:17:\"bubbleHintTimeout\";i:45;s:21:\"bubbleHintHideTimeout\";i:10;s:21:\"commentListUpdateType\";i:0;s:16:\"liveUpdateGuests\";i:0;s:22:\"commentListUpdateTimer\";i:60;}s:6:\"inline\";a:2:{s:22:\"showInlineFilterButton\";i:1;s:28:\"inlineFeedbackAttractionType\";s:5:\"blink\";}s:7:\"general\";a:12:{s:14:\"isEnableOnHome\";i:1;s:19:\"isNativeAjaxEnabled\";i:1;s:16:\"loadComboVersion\";i:1;s:14:\"loadMinVersion\";i:1;s:17:\"commentLinkFilter\";i:1;s:12:\"redirectPage\";i:0;s:17:\"simpleCommentDate\";i:0;s:14:\"dateDiffFormat\";s:32:\"[number] [time_unit] [adjective]\";s:9:\"isUsePoMo\";i:0;s:23:\"showPluginPoweredByLink\";i:0;s:14:\"isCacheEnabled\";i:1;s:12:\"cacheTimeout\";i:10;}}', 'yes'),
(2549, 'wpdiscuz_form_content_type_rel', 'a:3:{s:4:\"post\";a:1:{s:5:\"en_US\";i:921;}s:10:\"attachment\";a:1:{s:5:\"en_US\";i:921;}s:4:\"page\";a:1:{s:5:\"en_US\";i:921;}}', 'yes'),
(2550, 'wpdiscuz_show_vote_regenerate_message', '0', 'no'),
(2551, 'wpdiscuz_show_closed_regenerate_message', '0', 'no'),
(2552, 'wpdiscuz_show_vote_data_regenerate_message', '0', 'no'),
(2553, 'wpdiscuz_show_sync_commenters_message', '0', 'no'),
(2554, 'wpdiscuz_wizard_completed', '1', 'no'),
(2555, 'wpdiscuz_wizard_after_update', '0', 'no'),
(2557, 'wpd_checked_data', 'a:0:{}', 'no'),
(2558, 'wpd_admin_notices', 'a:0:{}', 'yes'),
(2565, 'wpdiscuz-addon-note-dismissed', 'BuddyPress Integration, Tenor GIFs Integration, Voice Commenting, GIPHY Integration, User Notifications', 'yes'),
(2607, 'wpcomment_meta_fields', '{\"3\":{\"type\":\"text\",\"title\":\"Nama\",\"data_name\":\"nama\",\"description\":\"nbcmxzcmzxc\",\"placeholder\":\"\",\"error_message\":\"\",\"maxlength\":\"\",\"minlength\":\"\",\"default_value\":\"\",\"class\":\"\",\"width\":\"2\",\"visibility\":\"everyone\",\"visibility_role\":\"\",\"conditions\":{\"visibility\":\"Show\",\"bound\":\"All\",\"rules\":[{\"operators\":\"is\"}]},\"status\":\"on\"}}', 'yes'),
(2622, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1689908742;s:7:\"checked\";a:5:{s:4:\"cvee\";s:5:\"0.2.9\";s:17:\"perfect-portfolio\";s:5:\"1.2.0\";s:15:\"twentytwentyone\";s:3:\"1.8\";s:17:\"twentytwentythree\";s:3:\"1.1\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:5:{s:4:\"cvee\";a:6:{s:5:\"theme\";s:4:\"cvee\";s:11:\"new_version\";s:5:\"0.2.9\";s:3:\"url\";s:34:\"https://wordpress.org/themes/cvee/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/cvee.0.2.9.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";b:0;}s:17:\"perfect-portfolio\";a:6:{s:5:\"theme\";s:17:\"perfect-portfolio\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/perfect-portfolio/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/theme/perfect-portfolio.1.2.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.8.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.1.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.4.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(2624, 'wpr_email_content_type_ed68c91', 'html', 'yes'),
(2625, 'wpr_email_to_ed68c91', 'admin@dev.unsap.ac.id', 'yes'),
(2626, 'wpr_email_subject_ed68c91', 'New message from pppmulya', 'yes'),
(2627, 'wpr_email_fields_ed68c91', '[all-fields]', 'yes'),
(2628, 'wpr_cc_header_ed68c91', '', 'yes'),
(2629, 'wpr_bcc_header_ed68c91', '', 'yes'),
(2630, 'wpr_email_from_ed68c91', 'email@demo.unsap.ac.id', 'yes'),
(2631, 'wpr_email_from_name_ed68c91', 'pppmulya', 'yes'),
(2632, 'wpr_reply_to_ed68c91', 'email@demo.unsap.ac.id', 'yes'),
(2633, 'wpr_meta_keys_ed68c91', 'a:3:{i:0;s:4:\"date\";i:1;s:4:\"time\";i:2;s:6:\"credit\";}', 'yes'),
(2634, 'wpr_referrer_ed68c91', 'https://demo.unsap.ac.id/wp-admin/admin-ajax.php', 'yes'),
(2635, 'wpr_referrer_title_ed68c91', 'Profile', 'yes'),
(2636, 'wpr_email_content_type_57e04f5', 'html', 'yes'),
(2637, 'wpr_email_to_57e04f5', 'admin@dev.unsap.ac.id', 'yes'),
(2638, 'wpr_email_subject_57e04f5', 'New message from pppmulya', 'yes'),
(2639, 'wpr_email_fields_57e04f5', '[all-fields]', 'yes'),
(2640, 'wpr_cc_header_57e04f5', '', 'yes'),
(2641, 'wpr_bcc_header_57e04f5', '', 'yes'),
(2642, 'wpr_email_from_57e04f5', 'email@demo.unsap.ac.id', 'yes'),
(2643, 'wpr_email_from_name_57e04f5', 'pppmulya', 'yes'),
(2644, 'wpr_reply_to_57e04f5', 'email@demo.unsap.ac.id', 'yes'),
(2645, 'wpr_meta_keys_57e04f5', 'a:3:{i:0;s:4:\"date\";i:1;s:4:\"time\";i:2;s:6:\"credit\";}', 'yes'),
(2646, 'wpr_referrer_57e04f5', 'https://demo.unsap.ac.id/wp-admin/admin-ajax.php', 'yes'),
(2647, 'wpr_referrer_title_57e04f5', 'Profile', 'yes'),
(2648, 'wpr_email_content_type_926de04', 'html', 'yes'),
(2649, 'wpr_email_to_926de04', 'admin@dev.unsap.ac.id', 'yes'),
(2650, 'wpr_email_subject_926de04', 'New message from pppmulya', 'yes'),
(2651, 'wpr_email_fields_926de04', '[all-fields]', 'yes'),
(2652, 'wpr_cc_header_926de04', '', 'yes'),
(2653, 'wpr_bcc_header_926de04', '', 'yes'),
(2654, 'wpr_email_from_926de04', 'email@demo.unsap.ac.id', 'yes'),
(2655, 'wpr_email_from_name_926de04', 'pppmulya', 'yes'),
(2656, 'wpr_reply_to_926de04', 'email@demo.unsap.ac.id', 'yes'),
(2657, 'wpr_meta_keys_926de04', 'a:3:{i:0;s:4:\"date\";i:1;s:4:\"time\";i:2;s:6:\"credit\";}', 'yes'),
(2658, 'wpr_referrer_926de04', 'https://demo.unsap.ac.id/wp-admin/admin-ajax.php', 'yes'),
(2659, 'wpr_referrer_title_926de04', 'Profile', 'yes'),
(2660, 'wpr_email_content_type_ab9a2e1', 'html', 'yes'),
(2661, 'wpr_email_to_ab9a2e1', 'admin@dev.unsap.ac.id', 'yes'),
(2662, 'wpr_email_subject_ab9a2e1', 'New message from pppmulya', 'yes'),
(2663, 'wpr_email_fields_ab9a2e1', '[all-fields]', 'yes'),
(2664, 'wpr_cc_header_ab9a2e1', '', 'yes'),
(2665, 'wpr_bcc_header_ab9a2e1', '', 'yes'),
(2666, 'wpr_email_from_ab9a2e1', 'email@demo.unsap.ac.id', 'yes'),
(2667, 'wpr_email_from_name_ab9a2e1', 'pppmulya', 'yes'),
(2668, 'wpr_reply_to_ab9a2e1', 'email@demo.unsap.ac.id', 'yes'),
(2669, 'wpr_meta_keys_ab9a2e1', 'a:3:{i:0;s:4:\"date\";i:1;s:4:\"time\";i:2;s:6:\"credit\";}', 'yes'),
(2670, 'wpr_referrer_ab9a2e1', 'https://demo.unsap.ac.id/wp-admin/admin-ajax.php', 'yes'),
(2671, 'wpr_referrer_title_ab9a2e1', 'Profile', 'yes'),
(2672, 'wpr_email_content_type_0562c28', 'html', 'yes'),
(2673, 'wpr_email_to_0562c28', 'admin@dev.unsap.ac.id', 'yes'),
(2674, 'wpr_email_subject_0562c28', 'New message from pppmulya', 'yes'),
(2675, 'wpr_email_fields_0562c28', '[all-fields]', 'yes'),
(2676, 'wpr_cc_header_0562c28', '', 'yes'),
(2677, 'wpr_bcc_header_0562c28', '', 'yes'),
(2678, 'wpr_email_from_0562c28', 'email@demo.unsap.ac.id', 'yes'),
(2679, 'wpr_email_from_name_0562c28', 'pppmulya', 'yes'),
(2680, 'wpr_reply_to_0562c28', 'email@demo.unsap.ac.id', 'yes'),
(2681, 'wpr_meta_keys_0562c28', 'a:3:{i:0;s:4:\"date\";i:1;s:4:\"time\";i:2;s:6:\"credit\";}', 'yes'),
(2682, 'wpr_referrer_0562c28', 'https://demo.unsap.ac.id/wp-admin/admin-ajax.php', 'yes'),
(2683, 'wpr_referrer_title_0562c28', 'Profile', 'yes'),
(2786, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1690211361', 'no'),
(2787, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(2871, '_transient_timeout_elementor_rollback_versions_3.15.0-dev2', '1690389565', 'no'),
(2872, '_transient_elementor_rollback_versions_3.15.0-dev2', 'a:30:{i:0;s:11:\"3.15.0-dev1\";i:1;s:6:\"3.14.1\";i:2;s:6:\"3.14.0\";i:3;s:11:\"3.14.0-dev5\";i:4;s:11:\"3.14.0-dev4\";i:5;s:11:\"3.14.0-dev3\";i:6;s:11:\"3.14.0-dev2\";i:7;s:11:\"3.14.0-dev1\";i:8;s:6:\"3.13.4\";i:9;s:6:\"3.13.3\";i:10;s:6:\"3.13.2\";i:11;s:6:\"3.13.1\";i:12;s:6:\"3.13.0\";i:13;s:11:\"3.13.0-dev4\";i:14;s:11:\"3.13.0-dev3\";i:15;s:11:\"3.13.0-dev2\";i:16;s:11:\"3.13.0-dev1\";i:17;s:6:\"3.12.2\";i:18;s:6:\"3.12.1\";i:19;s:6:\"3.12.0\";i:20;s:11:\"3.12.0-dev4\";i:21;s:11:\"3.12.0-dev3\";i:22;s:11:\"3.12.0-dev2\";i:23;s:11:\"3.12.0-dev1\";i:24;s:6:\"3.11.5\";i:25;s:6:\"3.11.4\";i:26;s:6:\"3.11.3\";i:27;s:6:\"3.11.2\";i:28;s:6:\"3.11.1\";i:29;s:6:\"3.11.0\";}', 'no'),
(2925, '_site_transient_timeout_f85557f46ec8771317a94355646434b1', '1689930338', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2926, '_site_transient_f85557f46ec8771317a94355646434b1', 'a:637:{s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";s:5:\"0.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.0.zip\";s:5:\"0.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.1.zip\";s:5:\"0.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.2.zip\";s:5:\"0.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.3.zip\";s:5:\"0.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.4.zip\";s:5:\"0.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.5.zip\";s:5:\"0.1.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.6.zip\";s:5:\"0.1.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.1.7.zip\";s:5:\"0.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.0.zip\";s:5:\"0.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.1.zip\";s:5:\"0.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.2.zip\";s:5:\"0.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.3.zip\";s:5:\"0.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.4.zip\";s:5:\"0.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.2.5.zip\";s:5:\"0.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.3.0.zip\";s:5:\"0.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.3.1.zip\";s:5:\"0.3.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.3.2.zip\";s:5:\"0.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.4.0.zip\";s:5:\"0.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.4.1.zip\";s:5:\"0.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.5.0.zip\";s:5:\"0.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.5.1.zip\";s:5:\"0.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.5.2.zip\";s:5:\"0.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.0.zip\";s:5:\"0.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.1.zip\";s:5:\"0.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.2.zip\";s:5:\"0.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.3.zip\";s:5:\"0.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.4.zip\";s:5:\"0.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.5.zip\";s:5:\"0.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.6.6.zip\";s:5:\"0.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.0.zip\";s:5:\"0.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.1.zip\";s:5:\"0.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.2.zip\";s:5:\"0.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.3.zip\";s:5:\"0.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.7.4.zip\";s:5:\"0.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.8.0.zip\";s:5:\"0.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.8.1.zip\";s:5:\"0.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.0.zip\";s:5:\"0.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.1.zip\";s:5:\"0.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.2.zip\";s:5:\"0.9.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.0.9.3.zip\";s:6:\"0.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.0.zip\";s:6:\"0.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.1.zip\";s:6:\"0.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.2.zip\";s:6:\"0.10.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.3.zip\";s:6:\"0.10.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.4.zip\";s:6:\"0.10.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.5.zip\";s:6:\"0.10.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.6.zip\";s:6:\"0.10.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.10.7.zip\";s:6:\"0.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.11.0.zip\";s:6:\"0.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.11.1.zip\";s:6:\"0.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.0.11.2.zip\";s:5:\"1.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.0.zip\";s:5:\"1.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.1.zip\";s:5:\"1.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.2.zip\";s:5:\"1.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.3.zip\";s:5:\"1.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.4.zip\";s:5:\"1.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.5.zip\";s:5:\"1.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.6.zip\";s:5:\"1.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.7.zip\";s:5:\"1.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.8.zip\";s:5:\"1.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.0.9.zip\";s:6:\"1.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.0.10.zip\";s:6:\"1.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.0.11.zip\";s:6:\"1.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.0.12.zip\";s:5:\"1.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.0.zip\";s:5:\"1.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.1.zip\";s:5:\"1.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.2.zip\";s:5:\"1.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.3.zip\";s:5:\"1.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.4.zip\";s:5:\"1.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.5.zip\";s:5:\"1.1.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.6.zip\";s:5:\"1.1.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.1.7.zip\";s:5:\"1.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.0.zip\";s:5:\"1.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.1.zip\";s:5:\"1.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.2.zip\";s:5:\"1.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.3.zip\";s:5:\"1.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.2.4.zip\";s:5:\"1.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.0.zip\";s:5:\"1.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.1.zip\";s:5:\"1.3.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.2.zip\";s:5:\"1.3.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.3.zip\";s:5:\"1.3.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.4.zip\";s:5:\"1.3.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.3.5.zip\";s:5:\"1.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.0.zip\";s:9:\"1.4.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC1.zip\";s:9:\"1.4.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC2.zip\";s:9:\"1.4.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.4.0-RC3.zip\";s:5:\"1.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.1.zip\";s:5:\"1.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.2.zip\";s:5:\"1.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.3.zip\";s:5:\"1.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.4.zip\";s:5:\"1.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.5.zip\";s:5:\"1.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.6.zip\";s:5:\"1.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.7.zip\";s:5:\"1.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.8.zip\";s:5:\"1.4.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.4.9.zip\";s:6:\"1.4.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.4.10.zip\";s:5:\"1.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.0.zip\";s:9:\"1.5.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC1.zip\";s:9:\"1.5.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC2.zip\";s:9:\"1.5.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.5.0-RC3.zip\";s:5:\"1.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.1.zip\";s:5:\"1.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.2.zip\";s:5:\"1.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.3.zip\";s:5:\"1.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.4.zip\";s:5:\"1.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.5.5.zip\";s:5:\"1.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.0.zip\";s:9:\"1.6.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC1.zip\";s:9:\"1.6.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC2.zip\";s:9:\"1.6.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC3.zip\";s:9:\"1.6.0-RC4\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.6.0-RC4.zip\";s:5:\"1.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.1.zip\";s:5:\"1.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.2.zip\";s:5:\"1.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.3.zip\";s:5:\"1.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.4.zip\";s:5:\"1.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.6.5.zip\";s:5:\"1.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.0.zip\";s:9:\"1.7.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC1.zip\";s:9:\"1.7.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC2.zip\";s:9:\"1.7.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.7.0-RC3.zip\";s:5:\"1.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.1.zip\";s:5:\"1.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.2.zip\";s:5:\"1.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.3.zip\";s:5:\"1.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.4.zip\";s:5:\"1.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.5.zip\";s:5:\"1.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.6.zip\";s:5:\"1.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.7.zip\";s:5:\"1.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.8.zip\";s:5:\"1.7.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.7.9.zip\";s:6:\"1.7.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.7.10.zip\";s:6:\"1.7.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.7.11.zip\";s:6:\"1.7.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.7.12.zip\";s:5:\"1.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.0.zip\";s:9:\"1.8.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC1.zip\";s:9:\"1.8.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC2.zip\";s:9:\"1.8.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.8.0-RC3.zip\";s:5:\"1.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.1.zip\";s:5:\"1.8.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.2.zip\";s:5:\"1.8.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.3.zip\";s:5:\"1.8.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.4.zip\";s:5:\"1.8.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.5.zip\";s:5:\"1.8.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.6.zip\";s:5:\"1.8.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.7.zip\";s:5:\"1.8.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.8.zip\";s:5:\"1.8.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.8.9.zip\";s:6:\"1.8.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.8.10.zip\";s:6:\"1.8.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.8.11.zip\";s:6:\"1.8.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.1.8.12.zip\";s:5:\"1.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.0.zip\";s:9:\"1.9.0-RC1\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC1.zip\";s:9:\"1.9.0-RC2\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC2.zip\";s:9:\"1.9.0-RC3\";s:62:\"https://downloads.wordpress.org/plugin/elementor.1.9.0-RC3.zip\";s:5:\"1.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.1.zip\";s:5:\"1.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.2.zip\";s:5:\"1.9.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.3.zip\";s:5:\"1.9.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.4.zip\";s:5:\"1.9.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.5.zip\";s:5:\"1.9.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.6.zip\";s:5:\"1.9.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.7.zip\";s:5:\"1.9.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.1.9.8.zip\";s:5:\"2.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.0.zip\";s:11:\"2.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta1.zip\";s:11:\"2.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta2.zip\";s:11:\"2.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta3.zip\";s:11:\"2.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.0.0-beta4.zip\";s:5:\"2.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.1.zip\";s:5:\"2.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.2.zip\";s:5:\"2.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.3.zip\";s:5:\"2.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.4.zip\";s:5:\"2.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.5.zip\";s:5:\"2.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.6.zip\";s:5:\"2.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.7.zip\";s:5:\"2.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.8.zip\";s:5:\"2.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.9.zip\";s:6:\"2.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.10.zip\";s:6:\"2.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.11.zip\";s:6:\"2.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.12.zip\";s:6:\"2.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.13.zip\";s:6:\"2.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.14.zip\";s:6:\"2.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.15.zip\";s:6:\"2.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.0.16.zip\";s:5:\"2.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.0.zip\";s:11:\"2.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.1.0-beta1.zip\";s:11:\"2.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.1.0-beta2.zip\";s:11:\"2.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.1.0-beta3.zip\";s:5:\"2.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.1.zip\";s:5:\"2.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.2.zip\";s:5:\"2.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.3.zip\";s:5:\"2.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.4.zip\";s:5:\"2.1.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.5.zip\";s:5:\"2.1.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.6.zip\";s:5:\"2.1.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.7.zip\";s:5:\"2.1.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.1.8.zip\";s:5:\"2.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.0.zip\";s:11:\"2.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.2.0-beta1.zip\";s:11:\"2.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.2.0-beta2.zip\";s:11:\"2.2.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.2.0-beta3.zip\";s:5:\"2.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.1.zip\";s:5:\"2.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.2.zip\";s:5:\"2.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.3.zip\";s:5:\"2.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.4.zip\";s:5:\"2.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.5.zip\";s:5:\"2.2.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.6.zip\";s:5:\"2.2.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.2.7.zip\";s:5:\"2.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.0.zip\";s:11:\"2.3.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta1.zip\";s:11:\"2.3.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta2.zip\";s:11:\"2.3.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta3.zip\";s:11:\"2.3.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta4.zip\";s:11:\"2.3.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.3.0-beta5.zip\";s:5:\"2.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.1.zip\";s:5:\"2.3.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.2.zip\";s:5:\"2.3.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.3.zip\";s:5:\"2.3.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.4.zip\";s:5:\"2.3.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.5.zip\";s:5:\"2.3.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.6.zip\";s:5:\"2.3.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.7.zip\";s:5:\"2.3.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.3.8.zip\";s:5:\"2.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.0.zip\";s:11:\"2.4.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta1.zip\";s:11:\"2.4.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta2.zip\";s:11:\"2.4.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta3.zip\";s:11:\"2.4.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.4.0-beta4.zip\";s:5:\"2.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.1.zip\";s:5:\"2.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.2.zip\";s:5:\"2.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.3.zip\";s:5:\"2.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.4.zip\";s:5:\"2.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.5.zip\";s:5:\"2.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.6.zip\";s:5:\"2.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.4.7.zip\";s:5:\"2.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.0.zip\";s:11:\"2.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta1.zip\";s:11:\"2.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta2.zip\";s:11:\"2.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta3.zip\";s:11:\"2.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.5.0-beta4.zip\";s:5:\"2.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.1.zip\";s:5:\"2.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.2.zip\";s:5:\"2.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.3.zip\";s:5:\"2.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.4.zip\";s:5:\"2.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.5.zip\";s:5:\"2.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.6.zip\";s:5:\"2.5.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.7.zip\";s:5:\"2.5.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.8.zip\";s:5:\"2.5.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.5.9.zip\";s:6:\"2.5.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.10.zip\";s:6:\"2.5.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.11.zip\";s:6:\"2.5.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.12.zip\";s:6:\"2.5.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.13.zip\";s:6:\"2.5.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.14.zip\";s:6:\"2.5.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.15.zip\";s:6:\"2.5.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.5.16.zip\";s:5:\"2.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.0.zip\";s:11:\"2.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.6.0-beta1.zip\";s:11:\"2.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.6.0-beta2.zip\";s:11:\"2.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.6.0-beta3.zip\";s:5:\"2.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.1.zip\";s:5:\"2.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.2.zip\";s:5:\"2.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.3.zip\";s:5:\"2.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.4.zip\";s:5:\"2.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.5.zip\";s:5:\"2.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.6.zip\";s:5:\"2.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.7.zip\";s:5:\"2.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.6.8.zip\";s:5:\"2.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.0.zip\";s:11:\"2.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta1.zip\";s:11:\"2.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta2.zip\";s:11:\"2.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta3.zip\";s:11:\"2.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.7.0-beta4.zip\";s:5:\"2.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.1.zip\";s:5:\"2.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.2.zip\";s:5:\"2.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.3.zip\";s:5:\"2.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.4.zip\";s:5:\"2.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.5.zip\";s:5:\"2.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.7.6.zip\";s:5:\"2.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.0.zip\";s:11:\"2.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta1.zip\";s:11:\"2.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta2.zip\";s:11:\"2.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta3.zip\";s:11:\"2.8.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.8.0-beta4.zip\";s:5:\"2.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.1.zip\";s:5:\"2.8.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.2.zip\";s:5:\"2.8.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.3.zip\";s:5:\"2.8.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.4.zip\";s:5:\"2.8.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.5.zip\";s:5:\"2.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.0.zip\";s:11:\"2.9.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta1.zip\";s:11:\"2.9.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta2.zip\";s:11:\"2.9.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta3.zip\";s:11:\"2.9.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta4.zip\";s:11:\"2.9.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.2.9.0-beta5.zip\";s:5:\"2.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.1.zip\";s:5:\"2.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.2.zip\";s:5:\"2.9.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.3.zip\";s:5:\"2.9.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.4.zip\";s:5:\"2.9.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.5.zip\";s:5:\"2.9.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.6.zip\";s:5:\"2.9.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.7.zip\";s:5:\"2.9.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.8.zip\";s:5:\"2.9.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.9.9.zip\";s:6:\"2.9.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.10.zip\";s:6:\"2.9.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.11.zip\";s:6:\"2.9.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.12.zip\";s:6:\"2.9.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.13.zip\";s:6:\"2.9.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.14.zip\";s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:11:\"3.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta1.zip\";s:11:\"3.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta2.zip\";s:11:\"3.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta3.zip\";s:11:\"3.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta4.zip\";s:11:\"3.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta5.zip\";s:11:\"3.0.0-beta6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.0.0-beta6.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:10:\"3.1.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev4.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:10:\"3.2.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev1.zip\";s:10:\"3.2.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev2.zip\";s:10:\"3.2.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev3.zip\";s:10:\"3.2.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev4.zip\";s:10:\"3.2.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev5.zip\";s:10:\"3.2.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev6.zip\";s:10:\"3.2.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev7.zip\";s:10:\"3.2.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-dev8.zip\";s:11:\"3.2.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta1.zip\";s:11:\"3.2.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta2.zip\";s:11:\"3.2.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta3.zip\";s:11:\"3.2.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.2.0-beta4.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:10:\"3.3.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev1.zip\";s:10:\"3.3.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev2.zip\";s:10:\"3.3.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev3.zip\";s:10:\"3.3.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev4.zip\";s:10:\"3.3.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev5.zip\";s:10:\"3.3.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev6.zip\";s:10:\"3.3.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev7.zip\";s:10:\"3.3.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev8.zip\";s:10:\"3.3.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev9.zip\";s:11:\"3.3.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev10.zip\";s:11:\"3.3.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev11.zip\";s:11:\"3.3.0-dev12\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev12.zip\";s:11:\"3.3.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev13.zip\";s:11:\"3.3.0-dev14\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev14.zip\";s:11:\"3.3.0-dev15\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-dev15.zip\";s:11:\"3.3.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta1.zip\";s:11:\"3.3.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta2.zip\";s:11:\"3.3.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta3.zip\";s:11:\"3.3.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta4.zip\";s:11:\"3.3.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.3.0-beta5.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev1.zip\";s:10:\"3.4.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev2.zip\";s:10:\"3.4.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev3.zip\";s:10:\"3.4.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev4.zip\";s:10:\"3.4.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev5.zip\";s:10:\"3.4.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev6.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:11:\"3.4.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev10.zip\";s:11:\"3.4.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev11.zip\";s:11:\"3.4.0-dev12\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev12.zip\";s:11:\"3.4.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev13.zip\";s:11:\"3.4.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta1.zip\";s:11:\"3.4.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta2.zip\";s:11:\"3.4.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta3.zip\";s:11:\"3.4.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta4.zip\";s:11:\"3.4.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-beta5.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:10:\"3.5.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev1.zip\";s:10:\"3.5.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev2.zip\";s:10:\"3.5.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev3.zip\";s:10:\"3.5.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev4.zip\";s:10:\"3.5.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev5.zip\";s:10:\"3.5.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev6.zip\";s:10:\"3.5.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev7.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:11:\"3.5.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev10.zip\";s:11:\"3.5.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev11.zip\";s:11:\"3.5.0-dev12\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev12.zip\";s:11:\"3.5.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev13.zip\";s:11:\"3.5.0-dev14\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev14.zip\";s:11:\"3.5.0-dev15\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev15.zip\";s:11:\"3.5.0-dev16\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev16.zip\";s:11:\"3.5.0-dev17\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev17.zip\";s:11:\"3.5.0-dev18\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev18.zip\";s:11:\"3.5.0-dev19\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev19.zip\";s:11:\"3.5.0-dev20\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev20.zip\";s:11:\"3.5.0-dev21\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev21.zip\";s:11:\"3.5.0-dev22\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev22.zip\";s:11:\"3.5.0-dev23\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev23.zip\";s:11:\"3.5.0-dev24\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev24.zip\";s:11:\"3.5.0-dev25\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev25.zip\";s:11:\"3.5.0-dev26\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev26.zip\";s:11:\"3.5.0-dev27\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev27.zip\";s:11:\"3.5.0-dev28\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev28.zip\";s:11:\"3.5.0-dev29\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev29.zip\";s:11:\"3.5.0-dev30\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev30.zip\";s:11:\"3.5.0-dev31\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev31.zip\";s:11:\"3.5.0-dev32\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev32.zip\";s:11:\"3.5.0-dev33\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev33.zip\";s:11:\"3.5.0-dev34\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev34.zip\";s:11:\"3.5.0-dev35\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev35.zip\";s:11:\"3.5.0-dev36\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev36.zip\";s:11:\"3.5.0-dev37\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev37.zip\";s:11:\"3.5.0-dev38\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev38.zip\";s:11:\"3.5.0-dev39\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev39.zip\";s:11:\"3.5.0-dev40\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev40.zip\";s:11:\"3.5.0-dev41\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev41.zip\";s:11:\"3.5.0-dev42\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev42.zip\";s:11:\"3.5.0-dev43\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev43.zip\";s:11:\"3.5.0-dev44\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev44.zip\";s:11:\"3.5.0-dev45\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev45.zip\";s:11:\"3.5.0-dev46\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev46.zip\";s:11:\"3.5.0-dev47\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev47.zip\";s:11:\"3.5.0-dev48\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev48.zip\";s:11:\"3.5.0-dev49\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev49.zip\";s:11:\"3.5.0-dev50\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev50.zip\";s:11:\"3.5.0-dev51\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev51.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:10:\"3.6.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev2.zip\";s:10:\"3.6.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev3.zip\";s:10:\"3.6.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev4.zip\";s:10:\"3.6.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev5.zip\";s:10:\"3.6.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev6.zip\";s:10:\"3.6.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev7.zip\";s:10:\"3.6.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev8.zip\";s:10:\"3.6.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev9.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:11:\"3.6.0-dev11\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev11.zip\";s:11:\"3.6.0-dev13\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev13.zip\";s:11:\"3.6.0-dev14\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev14.zip\";s:11:\"3.6.0-dev16\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev16.zip\";s:11:\"3.6.0-dev17\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev17.zip\";s:11:\"3.6.0-dev18\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev18.zip\";s:11:\"3.6.0-dev19\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev19.zip\";s:11:\"3.6.0-dev20\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev20.zip\";s:11:\"3.6.0-dev21\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev21.zip\";s:11:\"3.6.0-dev22\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev22.zip\";s:11:\"3.6.0-dev24\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev24.zip\";s:11:\"3.6.0-dev25\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev25.zip\";s:11:\"3.6.0-dev26\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev26.zip\";s:11:\"3.6.0-dev27\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev27.zip\";s:11:\"3.6.0-dev28\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev28.zip\";s:11:\"3.6.0-dev29\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev29.zip\";s:11:\"3.6.0-dev30\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev30.zip\";s:11:\"3.6.0-dev31\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev31.zip\";s:11:\"3.6.0-dev32\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev32.zip\";s:11:\"3.6.0-dev33\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev33.zip\";s:11:\"3.6.0-dev34\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev34.zip\";s:11:\"3.6.0-dev35\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev35.zip\";s:11:\"3.6.0-dev36\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev36.zip\";s:11:\"3.6.0-dev37\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev37.zip\";s:11:\"3.6.0-dev38\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev38.zip\";s:11:\"3.6.0-dev39\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev39.zip\";s:11:\"3.6.0-dev40\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev40.zip\";s:11:\"3.6.0-dev41\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev41.zip\";s:11:\"3.6.0-dev42\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev42.zip\";s:11:\"3.6.0-dev43\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev43.zip\";s:11:\"3.6.0-dev44\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev44.zip\";s:11:\"3.6.0-dev45\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev45.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:10:\"3.7.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev2.zip\";s:10:\"3.7.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev3.zip\";s:10:\"3.7.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev4.zip\";s:10:\"3.7.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev5.zip\";s:10:\"3.7.0-dev6\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev6.zip\";s:10:\"3.7.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev7.zip\";s:10:\"3.7.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev8.zip\";s:10:\"3.7.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev9.zip\";s:11:\"3.7.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev10.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:10:\"3.8.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev1.zip\";s:10:\"3.8.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev2.zip\";s:10:\"3.8.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev3.zip\";s:10:\"3.8.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-dev4.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:11:\"3.8.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta4.zip\";s:11:\"3.8.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta5.zip\";s:11:\"3.8.0-beta6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta6.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:10:\"3.9.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev1.zip\";s:10:\"3.9.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev2.zip\";s:10:\"3.9.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev3.zip\";s:10:\"3.9.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-dev4.zip\";s:11:\"3.9.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-beta1.zip\";s:11:\"3.9.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-beta2.zip\";s:11:\"3.9.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.9.0-beta3.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:12:\"3.10.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-beta1.zip\";s:12:\"3.10.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-beta2.zip\";s:12:\"3.10.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-beta3.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:11:\"3.12.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev1.zip\";s:11:\"3.12.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev2.zip\";s:11:\"3.12.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev3.zip\";s:11:\"3.12.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-dev4.zip\";s:12:\"3.12.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-beta1.zip\";s:12:\"3.12.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-beta2.zip\";s:12:\"3.12.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.12.0-beta3.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:11:\"3.13.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev1.zip\";s:11:\"3.13.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev2.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:12:\"3.13.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:11:\"3.14.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev1.zip\";s:11:\"3.14.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev2.zip\";s:11:\"3.14.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev3.zip\";s:11:\"3.14.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev4.zip\";s:11:\"3.14.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-dev5.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:11:\"3.15.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev1.zip\";s:11:\"3.15.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev2.zip\";s:11:\"3.15.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev3.zip\";s:11:\"3.15.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev4.zip\";s:12:\"3.15.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta1.zip\";s:12:\"3.15.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta2.zip\";s:12:\"3.15.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta3.zip\";s:12:\"3.15.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-beta4.zip\";}', 'no');
INSERT INTO `wp0o_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2927, '_site_transient_timeout_theme_roots', '1689910540', 'no'),
(2928, '_site_transient_theme_roots', 'a:5:{s:4:\"cvee\";s:7:\"/themes\";s:17:\"perfect-portfolio\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no'),
(2929, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1689908745;s:8:\"response\";a:5:{s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"5.8.3\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.8.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2598498\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2940672\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2940672\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"7.0\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"5.5.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.5.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.105.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.105.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=2181376\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=2181376\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=2513620\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=2513620\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:46:\"w.org/plugins/unlimited-elements-for-elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:6:\"plugin\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:11:\"new_version\";s:6:\"1.5.78\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/unlimited-elements-for-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/unlimited-elements-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-256x256.gif?rev=2937497\";s:2:\"1x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-128x128.gif?rev=2937497\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-1544x500.jpg?rev=2937497\";s:2:\"1x\";s:87:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-772x250.jpg?rev=2937497\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"6.2.2\";s:12:\"requires_php\";b:0;}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":6:{s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:4:\"slug\";s:9:\"elementor\";s:3:\"url\";s:22:\"https://elementor.com/\";s:11:\"new_version\";s:11:\"3.15.0-dev4\";s:7:\"zip_url\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev4.zip\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.15.0-dev4.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:27:{s:56:\"interactive-3d-flipbook-powered-physics-engine/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:60:\"w.org/plugins/interactive-3d-flipbook-powered-physics-engine\";s:4:\"slug\";s:46:\"interactive-3d-flipbook-powered-physics-engine\";s:6:\"plugin\";s:56:\"interactive-3d-flipbook-powered-physics-engine/index.php\";s:11:\"new_version\";s:6:\"1.15.2\";s:3:\"url\";s:77:\"https://wordpress.org/plugins/interactive-3d-flipbook-powered-physics-engine/\";s:7:\"package\";s:89:\"https://downloads.wordpress.org/plugin/interactive-3d-flipbook-powered-physics-engine.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/interactive-3d-flipbook-powered-physics-engine/assets/icon-256x256.gif?rev=2866155\";s:2:\"1x\";s:99:\"https://ps.w.org/interactive-3d-flipbook-powered-physics-engine/assets/icon-128x128.gif?rev=2866518\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:101:\"https://ps.w.org/interactive-3d-flipbook-powered-physics-engine/assets/banner-772x250.png?rev=2860556\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";}s:25:\"add-to-any/add-to-any.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/add-to-any\";s:4:\"slug\";s:10:\"add-to-any\";s:6:\"plugin\";s:25:\"add-to-any/add-to-any.php\";s:11:\"new_version\";s:5:\"1.8.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/add-to-any/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/add-to-any.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";s:3:\"svg\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/add-to-any/assets/banner-1544x500.png?rev=2167358\";s:2:\"1x\";s:65:\"https://ps.w.org/add-to-any/assets/banner-772x250.png?rev=2167357\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:39:\"wp-comment-fields/wp-comment-fields.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/wp-comment-fields\";s:4:\"slug\";s:17:\"wp-comment-fields\";s:6:\"plugin\";s:39:\"wp-comment-fields/wp-comment-fields.php\";s:11:\"new_version\";s:3:\"4.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-comment-fields/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-comment-fields.4.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-comment-fields/assets/icon-256x256.png?rev=2838297\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-comment-fields/assets/icon-128x128.png?rev=2837077\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wp-comment-fields/assets/banner-772x250.png?rev=2838297\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.14.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:33:\"elementor-beta/elementor-beta.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/elementor-beta\";s:4:\"slug\";s:14:\"elementor-beta\";s:6:\"plugin\";s:33:\"elementor-beta/elementor-beta.php\";s:11:\"new_version\";s:5:\"1.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/elementor-beta/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/elementor-beta.1.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/elementor-beta/assets/icon.svg?rev=2597494\";s:3:\"svg\";s:59:\"https://ps.w.org/elementor-beta/assets/icon.svg?rev=2597494\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/elementor-beta/assets/banner-1544x500.png?rev=2597494\";s:2:\"1x\";s:69:\"https://ps.w.org/elementor-beta/assets/banner-772x250.png?rev=2597494\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.9.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:33:\"happy-elementor-addons/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/happy-elementor-addons\";s:4:\"slug\";s:22:\"happy-elementor-addons\";s:6:\"plugin\";s:33:\"happy-elementor-addons/plugin.php\";s:11:\"new_version\";s:5:\"3.8.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/happy-elementor-addons/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/happy-elementor-addons.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/happy-elementor-addons/assets/icon-256x256.png?rev=2110879\";s:2:\"1x\";s:75:\"https://ps.w.org/happy-elementor-addons/assets/icon-128x128.png?rev=2110879\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/happy-elementor-addons/assets/banner-1544x500.jpg?rev=2112944\";s:2:\"1x\";s:77:\"https://ps.w.org/happy-elementor-addons/assets/banner-772x250.jpg?rev=2112944\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:23:\"icon-list/icon-list.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/icon-list\";s:4:\"slug\";s:9:\"icon-list\";s:6:\"plugin\";s:23:\"icon-list/icon-list.php\";s:11:\"new_version\";s:3:\"0.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/icon-list/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/icon-list.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/icon-list/assets/icon-256x256.png?rev=1025124\";s:2:\"1x\";s:62:\"https://ps.w.org/icon-list/assets/icon-128x128.png?rev=1025124\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/icon-list/assets/banner-1544x500.png?rev=1025124\";s:2:\"1x\";s:64:\"https://ps.w.org/icon-list/assets/banner-772x250.png?rev=1025124\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:61:\"magical-addons-for-elementor/magical-addons-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/magical-addons-for-elementor\";s:4:\"slug\";s:28:\"magical-addons-for-elementor\";s:6:\"plugin\";s:61:\"magical-addons-for-elementor/magical-addons-for-elementor.php\";s:11:\"new_version\";s:6:\"1.1.24\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/magical-addons-for-elementor/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/magical-addons-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/magical-addons-for-elementor/assets/icon-256x256.png?rev=2235880\";s:2:\"1x\";s:81:\"https://ps.w.org/magical-addons-for-elementor/assets/icon-256x256.png?rev=2235880\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/magical-addons-for-elementor/assets/banner-772x250.jpg?rev=2623712\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:47:\"magical-posts-display/magical-posts-display.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/magical-posts-display\";s:4:\"slug\";s:21:\"magical-posts-display\";s:6:\"plugin\";s:47:\"magical-posts-display/magical-posts-display.php\";s:11:\"new_version\";s:6:\"1.2.28\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/magical-posts-display/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/magical-posts-display.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/magical-posts-display/assets/icon-128x128.gif?rev=2606464\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/magical-posts-display/assets/banner-772x250.jpg?rev=2606235\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/official-facebook-pixel\";s:4:\"slug\";s:23:\"official-facebook-pixel\";s:6:\"plugin\";s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";s:11:\"new_version\";s:6:\"3.0.13\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/official-facebook-pixel/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/official-facebook-pixel.3.0.13.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/official-facebook-pixel/assets/icon.svg?rev=2452179\";s:3:\"svg\";s:68:\"https://ps.w.org/official-facebook-pixel/assets/icon.svg?rev=2452179\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:74:\"official-statcounter-plugin-for-wordpress/StatCounter-Wordpress-Plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:55:\"w.org/plugins/official-statcounter-plugin-for-wordpress\";s:4:\"slug\";s:41:\"official-statcounter-plugin-for-wordpress\";s:6:\"plugin\";s:74:\"official-statcounter-plugin-for-wordpress/StatCounter-Wordpress-Plugin.php\";s:11:\"new_version\";s:5:\"2.0.9\";s:3:\"url\";s:72:\"https://wordpress.org/plugins/official-statcounter-plugin-for-wordpress/\";s:7:\"package\";s:90:\"https://downloads.wordpress.org/plugin/official-statcounter-plugin-for-wordpress.2.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://ps.w.org/official-statcounter-plugin-for-wordpress/assets/icon.svg?rev=1988081\";s:3:\"svg\";s:86:\"https://ps.w.org/official-statcounter-plugin-for-wordpress/assets/icon.svg?rev=1988081\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.0.2\";}s:39:\"pixelyoursite/facebook-pixel-master.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/pixelyoursite\";s:4:\"slug\";s:13:\"pixelyoursite\";s:6:\"plugin\";s:39:\"pixelyoursite/facebook-pixel-master.php\";s:11:\"new_version\";s:7:\"9.4.0.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/pixelyoursite/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/pixelyoursite.9.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/pixelyoursite/assets/icon-256x256.jpg?rev=2163168\";s:2:\"1x\";s:66:\"https://ps.w.org/pixelyoursite/assets/icon-128x128.jpg?rev=2163168\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/pixelyoursite/assets/banner-1544x500.jpg?rev=2163168\";s:2:\"1x\";s:68:\"https://ps.w.org/pixelyoursite/assets/banner-772x250.jpg?rev=2163168\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:41:\"post-views-counter/post-views-counter.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/post-views-counter\";s:4:\"slug\";s:18:\"post-views-counter\";s:6:\"plugin\";s:41:\"post-views-counter/post-views-counter.php\";s:11:\"new_version\";s:6:\"1.3.13\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/post-views-counter/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/post-views-counter.1.3.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/post-views-counter/assets/icon-256x256.png?rev=1350864\";s:2:\"1x\";s:71:\"https://ps.w.org/post-views-counter/assets/icon-128x128.png?rev=1350864\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/post-views-counter/assets/banner-772x250.png?rev=1895842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";}s:43:\"raratheme-companion/raratheme-companion.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/raratheme-companion\";s:4:\"slug\";s:19:\"raratheme-companion\";s:6:\"plugin\";s:43:\"raratheme-companion/raratheme-companion.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/raratheme-companion/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/raratheme-companion.1.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/raratheme-companion/assets/icon-256x256.png?rev=1858916\";s:2:\"1x\";s:72:\"https://ps.w.org/raratheme-companion/assets/icon-128x128.png?rev=1858915\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/raratheme-companion/assets/banner-1544x500.png?rev=1858912\";s:2:\"1x\";s:74:\"https://ps.w.org/raratheme-companion/assets/banner-772x250.png?rev=1858911\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.4.0\";}s:37:\"royal-elementor-addons/wpr-addons.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/royal-elementor-addons\";s:4:\"slug\";s:22:\"royal-elementor-addons\";s:6:\"plugin\";s:37:\"royal-elementor-addons/wpr-addons.php\";s:11:\"new_version\";s:6:\"1.3.71\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/royal-elementor-addons/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/royal-elementor-addons.1.3.71.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/royal-elementor-addons/assets/icon-128x128.gif?rev=2604295\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/royal-elementor-addons/assets/banner-1544x500.png?rev=2782347\";s:2:\"1x\";s:77:\"https://ps.w.org/royal-elementor-addons/assets/banner-772x250.png?rev=2782347\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/royal-elementor-addons/assets/banner-1544x500-rtl.png?rev=2782347\";s:2:\"1x\";s:81:\"https://ps.w.org/royal-elementor-addons/assets/banner-772x250-rtl.png?rev=2782347\";}s:8:\"requires\";s:3:\"5.0\";}s:29:\"site-offline/site-offline.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/site-offline\";s:4:\"slug\";s:12:\"site-offline\";s:6:\"plugin\";s:29:\"site-offline/site-offline.php\";s:11:\"new_version\";s:5:\"1.5.6\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/site-offline/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/site-offline.1.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/site-offline/assets/icon-256x256.png?rev=1549210\";s:2:\"1x\";s:65:\"https://ps.w.org/site-offline/assets/icon-128x128.png?rev=1549210\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/site-offline/assets/banner-772x250.png?rev=1549210\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.5.1.17\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.17.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2632650\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2632650\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:31:\"wpdiscuz/class.WpdiscuzCore.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/wpdiscuz\";s:4:\"slug\";s:8:\"wpdiscuz\";s:6:\"plugin\";s:31:\"wpdiscuz/class.WpdiscuzCore.php\";s:11:\"new_version\";s:5:\"7.6.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wpdiscuz/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wpdiscuz.7.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265\";s:2:\"1x\";s:61:\"https://ps.w.org/wpdiscuz/assets/icon-128x128.png?rev=1076265\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wpdiscuz/assets/banner-1544x500.png?rev=1767022\";s:2:\"1x\";s:63:\"https://ps.w.org/wpdiscuz/assets/banner-772x250.png?rev=1767022\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"7.1.9\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:31:\"wp-menu-icons/wp-menu-icons.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wp-menu-icons\";s:4:\"slug\";s:13:\"wp-menu-icons\";s:6:\"plugin\";s:31:\"wp-menu-icons/wp-menu-icons.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-menu-icons/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-menu-icons.3.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-menu-icons/assets/icon-256x256.jpg?rev=2912566\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-menu-icons/assets/icon-128x128.jpg?rev=2912566\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-menu-icons/assets/banner-1544x500.jpg?rev=2912566\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-menu-icons/assets/banner-772x250.jpg?rev=2912566\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:5:\"20.11\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.11.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.1\";}}s:7:\"checked\";a:36:{s:56:\"interactive-3d-flipbook-powered-physics-engine/index.php\";s:6:\"1.15.2\";s:25:\"add-to-any/add-to-any.php\";s:5:\"1.8.7\";s:19:\"akismet/akismet.php\";s:3:\"5.2\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:35:\"classic-widgets/classic-widgets.php\";s:3:\"0.3\";s:39:\"wp-comment-fields/wp-comment-fields.php\";s:3:\"4.7\";s:23:\"elementor/elementor.php\";s:11:\"3.15.0-dev2\";s:33:\"elementor-beta/elementor-beta.php\";s:5:\"1.1.1\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.9.0\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"5.8.2\";s:33:\"happy-elementor-addons/plugin.php\";s:5:\"3.8.5\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"icon-list/icon-list.php\";s:3:\"0.6\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"5.5\";s:61:\"magical-addons-for-elementor/magical-addons-for-elementor.php\";s:6:\"1.1.24\";s:47:\"magical-posts-display/magical-posts-display.php\";s:6:\"1.2.28\";s:50:\"official-facebook-pixel/facebook-for-wordpress.php\";s:6:\"3.0.13\";s:74:\"official-statcounter-plugin-for-wordpress/StatCounter-Wordpress-Plugin.php\";s:5:\"2.0.9\";s:39:\"pixelyoursite/facebook-pixel-master.php\";s:7:\"9.4.0.1\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.2.3\";s:41:\"post-views-counter/post-views-counter.php\";s:6:\"1.3.13\";s:43:\"raratheme-companion/raratheme-companion.php\";s:5:\"1.4.2\";s:37:\"royal-elementor-addons/wpr-addons.php\";s:6:\"1.3.71\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.104.0\";s:29:\"site-offline/site-offline.php\";s:5:\"1.5.6\";s:33:\"smart-slider-3/smart-slider-3.php\";s:8:\"3.5.1.17\";s:25:\"wp-smush-pro/wp-smush.php\";s:5:\"3.8.1\";s:38:\"u-shortcodes/university-shortcodes.php\";s:6:\"2.0.24\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:6:\"1.5.77\";s:25:\"vipercache/vipercache.php\";s:3:\"2.2\";s:57:\"wordpress-whatsapp-support/wordpress-whatsapp-support.php\";s:5:\"1.5.1\";s:31:\"wpdiscuz/class.WpdiscuzCore.php\";s:5:\"7.6.1\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"7.1.9\";s:31:\"wp-menu-icons/wp-menu-icons.php\";s:5:\"3.1.5\";s:33:\"duplicate-post/duplicate-post.php\";s:3:\"4.5\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"20.11\";}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_postmeta`
--

CREATE TABLE `wp0o_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_postmeta`
--

INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'elementor_canvas'),
(2, 3, '_wp_page_template', 'default'),
(42, 17, 'pagelayer-data', '1688917176'),
(43, 17, 'pagelayer_template_type', 'header'),
(44, 17, 'pagelayer_template_conditions', 'a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"front_page\";s:2:\"id\";s:0:\"\";}}'),
(45, 17, 'pagelayer_imported_content', 'epm'),
(46, 18, 'pagelayer-data', '1688917176'),
(47, 18, 'pagelayer_template_type', 'single'),
(48, 18, 'pagelayer_template_conditions', 'a:2:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:4:\"post\";s:2:\"id\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"attachment\";s:2:\"id\";s:0:\"\";}}'),
(49, 18, 'pagelayer_imported_content', 'epm'),
(50, 19, 'pagelayer-data', '1688917176'),
(51, 19, 'pagelayer_template_type', 'header'),
(52, 19, 'pagelayer_template_conditions', 'a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";N;s:2:\"id\";s:0:\"\";}}'),
(53, 19, 'pagelayer_imported_content', 'epm'),
(54, 20, 'pagelayer-data', '1688917176'),
(55, 20, 'pagelayer_template_type', 'footer'),
(56, 20, 'pagelayer_template_conditions', 'a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";N;s:2:\"id\";s:0:\"\";}}'),
(57, 20, 'pagelayer_imported_content', 'epm'),
(58, 21, 'pagelayer-data', '1688917176'),
(59, 21, 'pagelayer_template_type', 'archive'),
(60, 21, 'pagelayer_template_conditions', 'a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"archives\";s:12:\"sub_template\";s:0:\"\";s:2:\"id\";s:0:\"\";}}'),
(61, 21, 'pagelayer_imported_content', 'epm'),
(62, 22, 'pagelayer-data', '1688917176'),
(63, 22, 'pagelayer_template_type', 'single'),
(64, 22, 'pagelayer_template_conditions', 'a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:3:\"404\";s:2:\"id\";s:0:\"\";}}'),
(65, 22, 'pagelayer_imported_content', 'epm'),
(66, 23, 'pagelayer-data', '1688917176'),
(68, 23, '_edit_last', '1'),
(70, 23, '_wp_old_slug', 'post'),
(71, 23, '_edit_lock', '1615453882:1'),
(72, 23, 'pagelayer_imported_content', 'epm'),
(74, 24, 'pagelayer-data', '1688917176'),
(75, 24, '_edit_last', '1'),
(77, 24, '_edit_lock', '1615454252:1'),
(79, 24, 'pagelayer_imported_content', 'epm'),
(80, 24, '_wp_old_slug', 'recycling'),
(82, 25, 'pagelayer-data', '1688917176'),
(83, 25, '_edit_last', '1'),
(84, 25, '_edit_lock', '1615451914:1'),
(87, 25, 'pagelayer_imported_content', 'epm'),
(88, 25, '_wp_old_slug', 'trees'),
(90, 26, 'pagelayer-data', '1688917176'),
(91, 26, '_edit_last', '1'),
(93, 26, '_edit_lock', '1615454284:1'),
(95, 26, 'pagelayer_imported_content', 'epm'),
(96, 26, '_wp_old_slug', 'eco-system'),
(98, 27, 'pagelayer-data', '1688917176'),
(99, 27, '_edit_last', '1'),
(100, 27, '_edit_lock', '1688922359:1'),
(101, 27, 'pagelayer_imported_content', 'epm'),
(102, 28, 'pagelayer-data', '1688917176'),
(103, 28, 'pagelayer_imported_content', 'epm'),
(104, 29, 'pagelayer-data', '1688917176'),
(105, 29, 'pagelayer_imported_content', 'epm'),
(106, 30, 'pagelayer-data', '1688917176'),
(107, 30, 'pagelayer_imported_content', 'epm'),
(108, 31, 'pagelayer-data', '1688917176'),
(109, 31, 'pagelayer_imported_content', 'epm'),
(151, 29, '_edit_lock', '1689163653:1'),
(152, 39, '_wp_attached_file', '2023/07/IMG-20230707-WA0028.jpg'),
(153, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:348;s:6:\"height\";i:590;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0028.jpg\";s:8:\"filesize\";i:12783;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0028-177x300.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0028-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3317;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(154, 40, '_elementor_edit_mode', 'builder'),
(155, 40, '_elementor_template_type', 'kit'),
(157, 29, '_edit_last', '1'),
(158, 29, '_wp_page_template', 'elementor_header_footer'),
(159, 29, 'slide_template', 'default'),
(161, 29, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(162, 29, '_yoast_wpseo_wordproof_timestamp', ''),
(163, 29, '_elementor_edit_mode', 'builder'),
(164, 29, '_elementor_template_type', 'wp-page'),
(165, 29, '_elementor_version', '3.15.0-dev2'),
(166, 42, '_wp_page_template', 'default'),
(167, 42, '_elementor_edit_mode', 'builder'),
(168, 42, '_elementor_template_type', 'wp-page'),
(169, 42, '_elementor_version', '3.15.0-dev2'),
(170, 43, '_wp_page_template', 'default'),
(171, 43, '_elementor_edit_mode', 'builder'),
(172, 43, '_elementor_template_type', 'wp-page'),
(173, 43, '_elementor_version', '3.15.0-dev2'),
(174, 29, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(175, 29, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{INFORMASI} PROGRAM\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ekit_heading_title_tag\":\"h3\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[{\"id\":\"03f126d\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_icon_content\":\"\",\"title_tag\":\"h3\",\"eael_dch_first_title\":\"Galleri\",\"eael_dch_last_title\":\"Video\",\"eael_dch_subtext\":\"\",\"eael_dch_base_title_color\":\"#115816\",\"eael_dch_dual_title_color\":\"#130D16\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a69b474\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d17cab2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d474654\"}]},\"elements\":[{\"id\":\"d6e9c06\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(176, 44, '_wp_page_template', 'default'),
(177, 44, '_elementor_edit_mode', 'builder'),
(178, 44, '_elementor_template_type', 'wp-page'),
(179, 44, '_elementor_version', '3.15.0-dev2'),
(180, 44, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(181, 44, '_elementor_data', '[]'),
(182, 29, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(183, 29, '_eael_custom_js', ''),
(500, 150, '_wp_page_template', 'default'),
(501, 150, '_elementor_edit_mode', 'builder'),
(502, 150, '_elementor_template_type', 'wp-page'),
(503, 150, '_elementor_version', '3.15.0-dev2'),
(504, 150, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(505, 150, '_elementor_data', '[]'),
(506, 150, '_elementor_page_assets', 'a:0:{}'),
(508, 151, '_wp_page_template', 'default'),
(509, 151, '_elementor_edit_mode', 'builder'),
(510, 151, '_elementor_template_type', 'wp-page'),
(511, 151, '_elementor_version', '3.15.0-dev2'),
(512, 151, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(513, 151, '_elementor_data', '[]'),
(514, 151, '_elementor_page_assets', 'a:0:{}'),
(516, 152, '_wp_page_template', 'default'),
(517, 152, '_elementor_edit_mode', 'builder'),
(518, 152, '_elementor_template_type', 'wp-page'),
(519, 152, '_elementor_version', '3.15.0-dev2'),
(520, 152, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(521, 152, '_elementor_data', '[{\"id\":\"40dadd89\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":49,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-layout-banner-background.png\"},\"background_size\":\"cover\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"-324\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":53,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/medical-doctor-image.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"px\",\"size\":\"592\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"background_overlay_size_tablet\":\"initial\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"424\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5a6f193\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":50,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c8a63a1\",\"repeater_bg_image\":{\"id\":51,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8621686\",\"repeater_bg_image\":{\"id\":52,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"}}]},\"elements\":[{\"id\":\"6f01ce12\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"149e1fd\"}]},\"elements\":[{\"id\":\"2c89ed44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"d2a9379\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":46,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"bbb8439\",\"repeater_bg_image\":{\"id\":47,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ef6452\",\"repeater_bg_image\":{\"id\":48,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"fa90f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"62.879\",\"_inline_size_tablet\":\"100\",\"_inline_size_mobile\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"309c2ac\"}]},\"elements\":[{\"id\":\"6aebdde\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book An Appointment with our Doctors\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"We are here for your care\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Heart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"rgba(255,255,255,0.94)\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"66\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_sub_title_color\":\"#ffffff\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_sub_title_border_color_right_background\":\"classic\",\"ekit_heading_sub_title_border_color_right_color\":\"rgba(175,175,175,0)\",\"ekit_heading_sub_title_border_width\":{\"unit\":\"px\",\"size\":\"38\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"normal\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"49\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"541\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"2d4f9f2\"}],\"ekit_heading_seperator_image\":{\"id\":45,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-241.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"415e9c69\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Book Now\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":\"\"},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#32dfb7\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_hover_border_color\":\"#32dfb7\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"798d580\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"},{\"id\":\"3355582f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"37.121\",\"ekit_all_conditions_list\":[{\"_id\":\"2a6ef4c\"}]},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4bf7ff85\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"8dcc3fa\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":58,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d3753d2\",\"repeater_bg_image\":{\"id\":59,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d8d90e1\",\"repeater_bg_image\":{\"id\":60,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}}]},\"elements\":[{\"id\":\"71bdedac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5e40d3d\"}]},\"elements\":[{\"id\":\"586ff85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"817\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"073f1c6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":55,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4178c11\",\"repeater_bg_image\":{\"id\":56,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0570a81\",\"repeater_bg_image\":{\"id\":57,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"}}]},\"elements\":[{\"id\":\"1da59d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"b14126d\"}]},\"elements\":[{\"id\":\"20ccd060\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We are a Group of Professionals\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\\u00a0<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"80bed39\"}],\"ekit_heading_seperator_image\":{\"id\":54,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-242.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"796a4c14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e29061b\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":69,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1d80a79\",\"repeater_bg_image\":{\"id\":70,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e7c5102\",\"repeater_bg_image\":{\"id\":71,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"}}]},\"elements\":[{\"id\":\"19de1267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"a9523d2\"}]},\"elements\":[{\"id\":\"2067c3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"91cce7c\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":66,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3df08e2\",\"repeater_bg_image\":{\"id\":67,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ea64dc4\",\"repeater_bg_image\":{\"id\":68,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"30bac5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"32.589\",\"ekit_all_conditions_list\":[{\"_id\":\"a236827\"}]},\"elements\":[{\"id\":\"1f81a229\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":61,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/General-Medical.png\"},\"ekit_icon_box_title_text\":\"Professional Staff\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1600cb8\"}],\"ekit_icon_box_show_image\":{\"id\":62,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-243.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"60f54880\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"33.744\",\"ekit_all_conditions_list\":[{\"_id\":\"498c0c4\"}]},\"elements\":[{\"id\":\"3d5aa65d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Medical &amp;  Surgical\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c91ac4f\"}],\"ekit_icon_box_show_image\":{\"id\":64,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-244.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6ece64b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"ekit_all_conditions_list\":[{\"_id\":\"adaae87\"}]},\"elements\":[{\"id\":\"4101a1c4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Emergency Service\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"dcc818b\"}],\"ekit_icon_box_show_image\":{\"id\":65,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-245.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"38ba0610\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"53e62b6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":78,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ac23883\",\"repeater_bg_image\":{\"id\":79,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1fab3c4\",\"repeater_bg_image\":{\"id\":80,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"}}]},\"elements\":[{\"id\":\"52c56286\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2c85790\"}]},\"elements\":[{\"id\":\"1a0f53d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"ccad39d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":75,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"22544d0\",\"repeater_bg_image\":{\"id\":76,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"938b3fe\",\"repeater_bg_image\":{\"id\":77,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}}]},\"elements\":[{\"id\":\"5b01837a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"51.429\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"cc1ca0a\"}]},\"elements\":[{\"id\":\"28d1ac99\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Hospital doctor exam  patient that they can diagnose\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"About us\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#1DBA9F\",\"ekit_heading_use_sub_title_text_fill\":\"\",\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#1DBA9F\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d506ef3\"}],\"ekit_heading_seperator_image\":{\"id\":72,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-246.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"57d730ea\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=1MTkZPys7mU\",\"ekit_video_popup_title_align\":\"left\",\"_element_width\":\"auto\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_btn_bg_color_background\":\"gradient\",\"ekit_video_popup_btn_bg_color_color\":\"#0AB3E5\",\"ekit_video_popup_btn_bg_color_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_color_b\":\"#28F19D\",\"ekit_video_popup_btn_bg_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"84\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"130\",\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#81E3F9\",\"ekit_all_conditions_list\":[{\"_id\":\"2c50e43\"}],\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"38c5a3a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Play Now\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b744669\"}],\"ekit_heading_seperator_image\":{\"id\":73,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"135e655f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"48.528\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6300c7d\"}]},\"elements\":[{\"id\":\"3f3590ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":74,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"44defa7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"64580efa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F9FB\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5adc61f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":97,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ed7c097\",\"repeater_bg_image\":{\"id\":98,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"376d24a\",\"repeater_bg_image\":{\"id\":99,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"6c7fe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"12748b6\"}]},\"elements\":[{\"id\":\"4b7258cf\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"9b6f2f3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":82,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"367e676\",\"repeater_bg_image\":{\"id\":83,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a9fa800\",\"repeater_bg_image\":{\"id\":84,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"1166b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"1f93d0a\"}]},\"elements\":[{\"id\":\"7cd6b5b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Services\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"1e6b92c\"}],\"ekit_heading_seperator_image\":{\"id\":81,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-248.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"223f857\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"0d0935d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":88,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"0dcdb12\",\"repeater_bg_image\":{\"id\":89,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9071e26\",\"repeater_bg_image\":{\"id\":90,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"}}]},\"elements\":[{\"id\":\"1b2a60d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"b3a01b7\"}]},\"elements\":[{\"id\":\"74692ea4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":85,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/generel-medical.png\"},\"ekit_icon_box_title_text\":\"General Medical\",\"ekit_icon_box_description_text\":\"College was established in vision by  group of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"9599882\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2e0b43a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"317a0e8\"}]},\"elements\":[{\"id\":\"40f0e701\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":86,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Family Physician\",\"ekit_icon_box_description_text\":\"Provide made medical education College was established in vision by  group of dedicated people to\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"c04057c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"672d63c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"2a4d6fa\"}]},\"elements\":[{\"id\":\"3b1a4c66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":87,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/eye-medical.png\"},\"ekit_icon_box_title_text\":\"Eye Surgery\",\"ekit_icon_box_description_text\":\"Vision by  group College was established in  of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"cff53a7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3e4f2338\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"b7c2d38\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":94,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"dab7d48\",\"repeater_bg_image\":{\"id\":95,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b58cd8\",\"repeater_bg_image\":{\"id\":96,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"}}]},\"elements\":[{\"id\":\"4e866b70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"a8b578a\"}]},\"elements\":[{\"id\":\"56a7e2fc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":91,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/tool-bok-medical.png\"},\"ekit_icon_box_title_text\":\"Intensive care\",\"ekit_icon_box_description_text\":\"People to provide made medical education College was established in vision by  group of dedicated \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"ddcceff\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6b4422bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"7cee034\"}]},\"elements\":[{\"id\":\"ed070c5\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":92,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/brain-medical.png\"},\"ekit_icon_box_title_text\":\"Lab Tests\",\"ekit_icon_box_description_text\":\"Dedicated education College was established in vision by  group of  people to provide made medical \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"728f6ea\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"1a6b3b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"15da9a1\"}]},\"elements\":[{\"id\":\"6c2bafb1\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":93,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/bed-medical.png\"},\"ekit_icon_box_title_text\":\"Emergency Care\",\"ekit_icon_box_description_text\":\"Established in vision by  group of dedicated people to provide College was  made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"6005d4d\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"93dee69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"992f6d2\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":110,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"32a4145\",\"repeater_bg_image\":{\"id\":111,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"849db90\",\"repeater_bg_image\":{\"id\":112,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"1f63c6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_background\":\"classic\",\"background_image\":{\"id\":100,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-image-with-shapes.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"abf2cdc\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"40adb30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_image\":{\"id\":109,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-section-background.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"32b25b2\"}]},\"elements\":[{\"id\":\"4f6f1b7d\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"ekit_all_conditions_list\":[{\"_id\":\"380afae\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":106,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"28e5d1a\",\"repeater_bg_image\":{\"id\":107,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"30fd0ba\",\"repeater_bg_image\":{\"id\":108,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"}}]},\"elements\":[{\"id\":\"411d5c32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"align_tablet\":\"space-between\",\"ekit_all_conditions_list\":[{\"_id\":\"9e643db\"}]},\"elements\":[{\"id\":\"68b0b6ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Specialty\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"be99049\"}],\"ekit_heading_seperator_image\":{\"id\":101,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-249.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a689cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":102,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Professional staff\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4eabc0b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"331f5a6\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":103,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-heart-medical.png\"},\"ekit_icon_box_title_text\":\"Advanced Diagnostic\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1e6d1fd\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2a332d59\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":104,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-hand-medical.png\"},\"ekit_icon_box_title_text\":\"Online Medicine\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"944ef78\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"383f1340\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":105,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-ambulance-medical.png\"},\"ekit_icon_box_title_text\":\"Ambulance Service\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d37b08b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21efebc8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":124,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/section-shape-medical.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c1d4be7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":125,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"90970ad\",\"repeater_bg_image\":{\"id\":126,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"61efbd7\",\"repeater_bg_image\":{\"id\":127,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"}}]},\"elements\":[{\"id\":\"3167e8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"6f3cbd4\"}]},\"elements\":[{\"id\":\"1284a5c8\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"f269216\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":114,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6226752\",\"repeater_bg_image\":{\"id\":115,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a7bbe96\",\"repeater_bg_image\":{\"id\":116,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"acf9f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"7c3b1fb\"}]},\"elements\":[{\"id\":\"254411a8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our Teams\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3940312\"}],\"ekit_heading_seperator_image\":{\"id\":113,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-250.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"729c0784\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968fed8\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":121,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b1a9c8e\",\"repeater_bg_image\":{\"id\":122,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"4a5064b\",\"repeater_bg_image\":{\"id\":123,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"50078705\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"eb589ad\"}]},\"elements\":[{\"id\":\"25246163\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Harrison Hudson\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":117,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-4.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"755553f\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"6a35be57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"77a6f60\"}]},\"elements\":[{\"id\":\"2e25bae7\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Kirstin Hagen\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":118,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-1.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9be8900\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"3c5bdc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"56e5f01\"}]},\"elements\":[{\"id\":\"479fb53d\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Laurel Clark\",\"ekit_team_position\":\"Cosmetic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":119,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-2.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"2e85d38\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"606d5248\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"5db25e0\"}]},\"elements\":[{\"id\":\"6abb3768\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Hakim Heck\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":120,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-3.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"0995b4e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49626c29\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":136,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-background-with-overlay-medical.png\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.92\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_section_parallax_bg_speed\":\"0.7\",\"animation\":\"fadeInUp\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6bc4621\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":137,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-57.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fc4eb42\",\"repeater_bg_image\":{\"id\":138,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-58.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"41481b3\",\"repeater_bg_image\":{\"id\":139,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-59.png\"}}]},\"elements\":[{\"id\":\"284cb030\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f21105f\"}]},\"elements\":[{\"id\":\"51fd468e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4947095\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":129,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"62dd6b5\",\"repeater_bg_image\":{\"id\":130,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"873d109\",\"repeater_bg_image\":{\"id\":131,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"}}]},\"elements\":[{\"id\":\"17341c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"869b884\"}]},\"elements\":[{\"id\":\"61b888cb\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"765\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"63dce59\"}],\"ekit_heading_seperator_image\":{\"id\":128,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-251.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"649c5433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968b1fb\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":133,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c92e405\",\"repeater_bg_image\":{\"id\":134,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"248f4ad\",\"repeater_bg_image\":{\"id\":135,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"}}]},\"elements\":[{\"id\":\"1e4960ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"cade10a\"}]},\"elements\":[{\"id\":\"4501d999\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"165\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Support Given\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d767a83\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"821bc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"8fa82f5\"}]},\"elements\":[{\"id\":\"604c1026\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Clients Rating\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ec0519e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"6187a6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b10045f\"}]},\"elements\":[{\"id\":\"72454b10\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"2\",\"ekit_funfact_number_suffix\":\"M\",\"ekit_funfact_title_text\":\"Money Saved\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"c793894\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"773b8c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9d41d3f\"}]},\"elements\":[{\"id\":\"673b58e6\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"145\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Happy Clients\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d460c14\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aa01619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_blog_medical\",\"ekit_all_conditions_list\":[{\"_id\":\"623beb7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":147,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"cae96f7\",\"repeater_bg_image\":{\"id\":148,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-67.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3bfd4b8\",\"repeater_bg_image\":{\"id\":149,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-68.png\"}}]},\"elements\":[{\"id\":\"3c1f296a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"315eb0c\"}]},\"elements\":[{\"id\":\"4bc5eff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5fd35b0\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":141,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-60.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcd993f\",\"repeater_bg_image\":{\"id\":142,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-61.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b252c6\",\"repeater_bg_image\":{\"id\":143,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-62.png\"}}]},\"elements\":[{\"id\":\"795485e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"6c4b176\"}]},\"elements\":[{\"id\":\"1414472e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Recent News\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b4ae665\"}],\"ekit_heading_seperator_image\":{\"id\":140,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-252.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2dbfec6a\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"e9ebc00\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":144,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-63.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"47ef9a6\",\"repeater_bg_image\":{\"id\":145,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-64.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"345291f\",\"repeater_bg_image\":{\"id\":146,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-65.png\"}}]},\"elements\":[{\"id\":\"3ab4943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"bbda5b6\"}]},\"elements\":[{\"id\":\"7bd2558d\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"134\"],\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_meta_select\":[\"date\",\"category\"],\"ekit_blog_posts_author\":\"\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_font_weight\":\"800\",\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_font_weight\":\"400\",\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#fac400\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_color\":\"#634e00\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"900\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"33\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#333333\",\"ekit_blog_posts_title_hover_color\":\"#12C3D2\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_author_img_margin\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Lato\",\"ekit_blog_posts_meta_typography_font_weight\":\"400\",\"ekit_blog_posts_meta_color\":\"#c29765\",\"ekit_blog_posts_title_hover_shadow_text_shadow\":{\"horizontal\":\"20\",\"vertical\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#666666\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Raleway\",\"ekit_blog_posts_btn_typography_font_weight\":\"700\",\"ekit_blog_posts_btn_text_color\":\"#c29765\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#c29765\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#c29765\",\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_content_border_style\":\"solid\",\"ekit_blog_posts_content_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_border_color_normal\":\"#f5f5f5\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"rgba(255,255,255,0)\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_color_normal\":\"#545454\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5420e8c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(522, 152, '_elementor_page_assets', 'a:0:{}'),
(524, 29, '_happyaddons_elements_cache', 'a:0:{}'),
(535, 40, '_edit_lock', '1688920533:1'),
(536, 154, '_elementor_edit_mode', 'builder'),
(537, 154, '_elementor_template_type', 'kit'),
(539, 40, '_wp_page_template', 'default'),
(540, 40, '_elementor_page_settings', 'a:11:{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:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:8:\"pppmulya\";s:16:\"site_description\";s:17:\"My WordPress Blog\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:28:\"ha_scroll_to_top_button_text\";s:3:\"Top\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(541, 40, '_elementor_data', '[]'),
(542, 155, '_elementor_edit_mode', 'builder'),
(543, 155, '_elementor_template_type', 'kit'),
(545, 155, '_wp_page_template', 'default'),
(546, 155, '_elementor_page_settings', 'a:11:{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:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:7:\"My Blog\";s:16:\"site_description\";s:17:\"My WordPress Blog\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:28:\"ha_scroll_to_top_button_text\";s:3:\"Top\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(547, 155, '_elementor_data', '[]'),
(548, 40, '_elementor_page_assets', 'a:0:{}'),
(549, 40, '_elementor_version', '3.15.0-dev2'),
(551, 156, '_wp_page_template', 'default'),
(552, 156, '_elementor_edit_mode', 'builder'),
(553, 156, '_elementor_template_type', 'wp-page'),
(554, 156, '_elementor_version', '3.15.0-dev2'),
(555, 156, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(556, 156, '_elementor_data', '[{\"id\":\"40dadd89\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":49,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-layout-banner-background.png\"},\"background_size\":\"cover\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"-324\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":53,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/medical-doctor-image.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"px\",\"size\":\"592\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"background_overlay_size_tablet\":\"initial\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"424\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5a6f193\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":50,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c8a63a1\",\"repeater_bg_image\":{\"id\":51,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8621686\",\"repeater_bg_image\":{\"id\":52,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"}}]},\"elements\":[{\"id\":\"6f01ce12\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"149e1fd\"}]},\"elements\":[{\"id\":\"2c89ed44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"d2a9379\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":46,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"bbb8439\",\"repeater_bg_image\":{\"id\":47,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ef6452\",\"repeater_bg_image\":{\"id\":48,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"fa90f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"62.879\",\"_inline_size_tablet\":\"100\",\"_inline_size_mobile\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"309c2ac\"}]},\"elements\":[{\"id\":\"6aebdde\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book An Appointment with our Doctors\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"We are here for your care\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Heart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"rgba(255,255,255,0.94)\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"66\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_sub_title_color\":\"#ffffff\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_sub_title_border_color_right_background\":\"classic\",\"ekit_heading_sub_title_border_color_right_color\":\"rgba(175,175,175,0)\",\"ekit_heading_sub_title_border_width\":{\"unit\":\"px\",\"size\":\"38\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"normal\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"49\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"541\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"2d4f9f2\"}],\"ekit_heading_seperator_image\":{\"id\":45,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-241.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"415e9c69\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Book Now\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":\"\"},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#32dfb7\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_hover_border_color\":\"#32dfb7\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"798d580\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"},{\"id\":\"3355582f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"37.121\",\"ekit_all_conditions_list\":[{\"_id\":\"2a6ef4c\"}]},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4bf7ff85\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"8dcc3fa\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":58,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d3753d2\",\"repeater_bg_image\":{\"id\":59,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d8d90e1\",\"repeater_bg_image\":{\"id\":60,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}}]},\"elements\":[{\"id\":\"71bdedac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5e40d3d\"}]},\"elements\":[{\"id\":\"586ff85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"817\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"073f1c6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":55,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4178c11\",\"repeater_bg_image\":{\"id\":56,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0570a81\",\"repeater_bg_image\":{\"id\":57,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"}}]},\"elements\":[{\"id\":\"1da59d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"b14126d\"}]},\"elements\":[{\"id\":\"20ccd060\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We are a Group of Professionals\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\\u00a0<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"80bed39\"}],\"ekit_heading_seperator_image\":{\"id\":54,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-242.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"796a4c14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e29061b\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":69,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1d80a79\",\"repeater_bg_image\":{\"id\":70,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e7c5102\",\"repeater_bg_image\":{\"id\":71,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"}}]},\"elements\":[{\"id\":\"19de1267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"a9523d2\"}]},\"elements\":[{\"id\":\"2067c3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"91cce7c\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":66,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3df08e2\",\"repeater_bg_image\":{\"id\":67,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ea64dc4\",\"repeater_bg_image\":{\"id\":68,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"30bac5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"32.589\",\"ekit_all_conditions_list\":[{\"_id\":\"a236827\"}]},\"elements\":[{\"id\":\"1f81a229\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":61,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/General-Medical.png\"},\"ekit_icon_box_title_text\":\"Professional Staff\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1600cb8\"}],\"ekit_icon_box_show_image\":{\"id\":62,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-243.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"60f54880\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"33.744\",\"ekit_all_conditions_list\":[{\"_id\":\"498c0c4\"}]},\"elements\":[{\"id\":\"3d5aa65d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Medical &amp;  Surgical\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c91ac4f\"}],\"ekit_icon_box_show_image\":{\"id\":64,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-244.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6ece64b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"ekit_all_conditions_list\":[{\"_id\":\"adaae87\"}]},\"elements\":[{\"id\":\"4101a1c4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Emergency Service\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"dcc818b\"}],\"ekit_icon_box_show_image\":{\"id\":65,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-245.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"38ba0610\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"53e62b6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":78,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ac23883\",\"repeater_bg_image\":{\"id\":79,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1fab3c4\",\"repeater_bg_image\":{\"id\":80,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"}}]},\"elements\":[{\"id\":\"52c56286\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2c85790\"}]},\"elements\":[{\"id\":\"1a0f53d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"ccad39d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":75,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"22544d0\",\"repeater_bg_image\":{\"id\":76,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"938b3fe\",\"repeater_bg_image\":{\"id\":77,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}}]},\"elements\":[{\"id\":\"5b01837a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"51.429\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"cc1ca0a\"}]},\"elements\":[{\"id\":\"28d1ac99\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Hospital doctor exam  patient that they can diagnose\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"About us\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#1DBA9F\",\"ekit_heading_use_sub_title_text_fill\":\"\",\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#1DBA9F\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d506ef3\"}],\"ekit_heading_seperator_image\":{\"id\":72,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-246.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"57d730ea\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=1MTkZPys7mU\",\"ekit_video_popup_title_align\":\"left\",\"_element_width\":\"auto\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_btn_bg_color_background\":\"gradient\",\"ekit_video_popup_btn_bg_color_color\":\"#0AB3E5\",\"ekit_video_popup_btn_bg_color_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_color_b\":\"#28F19D\",\"ekit_video_popup_btn_bg_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"84\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"130\",\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#81E3F9\",\"ekit_all_conditions_list\":[{\"_id\":\"2c50e43\"}],\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"38c5a3a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Play Now\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b744669\"}],\"ekit_heading_seperator_image\":{\"id\":73,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"135e655f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"48.528\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6300c7d\"}]},\"elements\":[{\"id\":\"3f3590ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":74,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"44defa7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"64580efa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F9FB\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5adc61f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":97,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ed7c097\",\"repeater_bg_image\":{\"id\":98,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"376d24a\",\"repeater_bg_image\":{\"id\":99,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"6c7fe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"12748b6\"}]},\"elements\":[{\"id\":\"4b7258cf\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"9b6f2f3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":82,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"367e676\",\"repeater_bg_image\":{\"id\":83,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a9fa800\",\"repeater_bg_image\":{\"id\":84,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"1166b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"1f93d0a\"}]},\"elements\":[{\"id\":\"7cd6b5b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Services\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"1e6b92c\"}],\"ekit_heading_seperator_image\":{\"id\":81,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-248.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"223f857\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"0d0935d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":88,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"0dcdb12\",\"repeater_bg_image\":{\"id\":89,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9071e26\",\"repeater_bg_image\":{\"id\":90,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"}}]},\"elements\":[{\"id\":\"1b2a60d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"b3a01b7\"}]},\"elements\":[{\"id\":\"74692ea4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":85,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/generel-medical.png\"},\"ekit_icon_box_title_text\":\"General Medical\",\"ekit_icon_box_description_text\":\"College was established in vision by  group of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"9599882\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2e0b43a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"317a0e8\"}]},\"elements\":[{\"id\":\"40f0e701\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":86,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Family Physician\",\"ekit_icon_box_description_text\":\"Provide made medical education College was established in vision by  group of dedicated people to\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"c04057c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"672d63c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"2a4d6fa\"}]},\"elements\":[{\"id\":\"3b1a4c66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":87,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/eye-medical.png\"},\"ekit_icon_box_title_text\":\"Eye Surgery\",\"ekit_icon_box_description_text\":\"Vision by  group College was established in  of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"cff53a7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3e4f2338\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"b7c2d38\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":94,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"dab7d48\",\"repeater_bg_image\":{\"id\":95,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b58cd8\",\"repeater_bg_image\":{\"id\":96,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"}}]},\"elements\":[{\"id\":\"4e866b70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"a8b578a\"}]},\"elements\":[{\"id\":\"56a7e2fc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":91,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/tool-bok-medical.png\"},\"ekit_icon_box_title_text\":\"Intensive care\",\"ekit_icon_box_description_text\":\"People to provide made medical education College was established in vision by  group of dedicated \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"ddcceff\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6b4422bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"7cee034\"}]},\"elements\":[{\"id\":\"ed070c5\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":92,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/brain-medical.png\"},\"ekit_icon_box_title_text\":\"Lab Tests\",\"ekit_icon_box_description_text\":\"Dedicated education College was established in vision by  group of  people to provide made medical \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"728f6ea\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"1a6b3b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"15da9a1\"}]},\"elements\":[{\"id\":\"6c2bafb1\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":93,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/bed-medical.png\"},\"ekit_icon_box_title_text\":\"Emergency Care\",\"ekit_icon_box_description_text\":\"Established in vision by  group of dedicated people to provide College was  made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"6005d4d\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"93dee69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"992f6d2\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":110,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"32a4145\",\"repeater_bg_image\":{\"id\":111,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"849db90\",\"repeater_bg_image\":{\"id\":112,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"1f63c6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_background\":\"classic\",\"background_image\":{\"id\":100,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-image-with-shapes.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"abf2cdc\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"40adb30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_image\":{\"id\":109,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-section-background.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"32b25b2\"}]},\"elements\":[{\"id\":\"4f6f1b7d\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"ekit_all_conditions_list\":[{\"_id\":\"380afae\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":106,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"28e5d1a\",\"repeater_bg_image\":{\"id\":107,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"30fd0ba\",\"repeater_bg_image\":{\"id\":108,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"}}]},\"elements\":[{\"id\":\"411d5c32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"align_tablet\":\"space-between\",\"ekit_all_conditions_list\":[{\"_id\":\"9e643db\"}]},\"elements\":[{\"id\":\"68b0b6ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Specialty\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"be99049\"}],\"ekit_heading_seperator_image\":{\"id\":101,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-249.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a689cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":102,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Professional staff\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4eabc0b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"331f5a6\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":103,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-heart-medical.png\"},\"ekit_icon_box_title_text\":\"Advanced Diagnostic\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1e6d1fd\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2a332d59\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":104,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-hand-medical.png\"},\"ekit_icon_box_title_text\":\"Online Medicine\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"944ef78\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"383f1340\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":105,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-ambulance-medical.png\"},\"ekit_icon_box_title_text\":\"Ambulance Service\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d37b08b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21efebc8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":124,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/section-shape-medical.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c1d4be7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":125,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"90970ad\",\"repeater_bg_image\":{\"id\":126,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"61efbd7\",\"repeater_bg_image\":{\"id\":127,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"}}]},\"elements\":[{\"id\":\"3167e8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"6f3cbd4\"}]},\"elements\":[{\"id\":\"1284a5c8\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"f269216\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":114,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6226752\",\"repeater_bg_image\":{\"id\":115,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a7bbe96\",\"repeater_bg_image\":{\"id\":116,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"acf9f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"7c3b1fb\"}]},\"elements\":[{\"id\":\"254411a8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our Teams\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3940312\"}],\"ekit_heading_seperator_image\":{\"id\":113,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-250.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"729c0784\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968fed8\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":121,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b1a9c8e\",\"repeater_bg_image\":{\"id\":122,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"4a5064b\",\"repeater_bg_image\":{\"id\":123,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"50078705\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"eb589ad\"}]},\"elements\":[{\"id\":\"25246163\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Harrison Hudson\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":117,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-4.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"755553f\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"6a35be57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"77a6f60\"}]},\"elements\":[{\"id\":\"2e25bae7\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Kirstin Hagen\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":118,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-1.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9be8900\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"3c5bdc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"56e5f01\"}]},\"elements\":[{\"id\":\"479fb53d\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Laurel Clark\",\"ekit_team_position\":\"Cosmetic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":119,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-2.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"2e85d38\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"606d5248\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"5db25e0\"}]},\"elements\":[{\"id\":\"6abb3768\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Hakim Heck\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":120,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-3.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"0995b4e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49626c29\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":136,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-background-with-overlay-medical.png\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.92\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_section_parallax_bg_speed\":\"0.7\",\"animation\":\"fadeInUp\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6bc4621\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":137,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-57.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fc4eb42\",\"repeater_bg_image\":{\"id\":138,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-58.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"41481b3\",\"repeater_bg_image\":{\"id\":139,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-59.png\"}}]},\"elements\":[{\"id\":\"284cb030\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f21105f\"}]},\"elements\":[{\"id\":\"51fd468e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4947095\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":129,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"62dd6b5\",\"repeater_bg_image\":{\"id\":130,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"873d109\",\"repeater_bg_image\":{\"id\":131,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"}}]},\"elements\":[{\"id\":\"17341c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"869b884\"}]},\"elements\":[{\"id\":\"61b888cb\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"765\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"63dce59\"}],\"ekit_heading_seperator_image\":{\"id\":128,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-251.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"649c5433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968b1fb\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":133,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c92e405\",\"repeater_bg_image\":{\"id\":134,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"248f4ad\",\"repeater_bg_image\":{\"id\":135,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"}}]},\"elements\":[{\"id\":\"1e4960ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"cade10a\"}]},\"elements\":[{\"id\":\"4501d999\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"165\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Support Given\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d767a83\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"821bc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"8fa82f5\"}]},\"elements\":[{\"id\":\"604c1026\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Clients Rating\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ec0519e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"6187a6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b10045f\"}]},\"elements\":[{\"id\":\"72454b10\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"2\",\"ekit_funfact_number_suffix\":\"M\",\"ekit_funfact_title_text\":\"Money Saved\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"c793894\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"773b8c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9d41d3f\"}]},\"elements\":[{\"id\":\"673b58e6\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"145\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Happy Clients\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d460c14\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aa01619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_blog_medical\",\"ekit_all_conditions_list\":[{\"_id\":\"623beb7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":147,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"cae96f7\",\"repeater_bg_image\":{\"id\":148,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-67.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3bfd4b8\",\"repeater_bg_image\":{\"id\":149,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-68.png\"}}]},\"elements\":[{\"id\":\"3c1f296a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"315eb0c\"}]},\"elements\":[{\"id\":\"4bc5eff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5fd35b0\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":141,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-60.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcd993f\",\"repeater_bg_image\":{\"id\":142,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-61.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b252c6\",\"repeater_bg_image\":{\"id\":143,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-62.png\"}}]},\"elements\":[{\"id\":\"795485e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"6c4b176\"}]},\"elements\":[{\"id\":\"1414472e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Recent News\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b4ae665\"}],\"ekit_heading_seperator_image\":{\"id\":140,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-252.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2dbfec6a\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"e9ebc00\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":144,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-63.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"47ef9a6\",\"repeater_bg_image\":{\"id\":145,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-64.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"345291f\",\"repeater_bg_image\":{\"id\":146,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-65.png\"}}]},\"elements\":[{\"id\":\"3ab4943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"bbda5b6\"}]},\"elements\":[{\"id\":\"7bd2558d\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"134\"],\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_meta_select\":[\"date\",\"category\"],\"ekit_blog_posts_author\":\"\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_font_weight\":\"800\",\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_font_weight\":\"400\",\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#fac400\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_color\":\"#634e00\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"900\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"33\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#333333\",\"ekit_blog_posts_title_hover_color\":\"#12C3D2\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_author_img_margin\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Lato\",\"ekit_blog_posts_meta_typography_font_weight\":\"400\",\"ekit_blog_posts_meta_color\":\"#c29765\",\"ekit_blog_posts_title_hover_shadow_text_shadow\":{\"horizontal\":\"20\",\"vertical\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#666666\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Raleway\",\"ekit_blog_posts_btn_typography_font_weight\":\"700\",\"ekit_blog_posts_btn_text_color\":\"#c29765\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#c29765\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#c29765\",\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_content_border_style\":\"solid\",\"ekit_blog_posts_content_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_border_color_normal\":\"#f5f5f5\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"rgba(255,255,255,0)\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_color_normal\":\"#545454\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5420e8c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(557, 156, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),
(558, 156, '_elementor_css', 'a:6:{s:4:\"time\";i:1688920542;s:5:\"fonts\";a:5:{i:0;s:15:\"Source Sans Pro\";i:2;s:9:\"Open Sans\";i:9;s:6:\"Roboto\";i:25;s:10:\"Montserrat\";i:35;s:4:\"Lato\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";i:8;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(559, 157, '_wp_page_template', 'default'),
(560, 157, '_elementor_edit_mode', 'builder'),
(561, 157, '_elementor_template_type', 'wp-page'),
(562, 157, '_elementor_version', '3.15.0-dev2'),
(563, 157, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(564, 157, '_elementor_data', '[{\"id\":\"40dadd89\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":49,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-layout-banner-background.png\"},\"background_size\":\"cover\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"-324\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"250\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":53,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/medical-doctor-image.png\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_bg_width\":{\"unit\":\"px\",\"size\":\"592\",\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"background_overlay_size_tablet\":\"initial\",\"background_overlay_size_mobile\":\"initial\",\"background_overlay_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"424\",\"sizes\":[]},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"187\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5a6f193\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":50,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c8a63a1\",\"repeater_bg_image\":{\"id\":51,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8621686\",\"repeater_bg_image\":{\"id\":52,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"}}]},\"elements\":[{\"id\":\"6f01ce12\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"149e1fd\"}]},\"elements\":[{\"id\":\"2c89ed44\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"d2a9379\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":46,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"bbb8439\",\"repeater_bg_image\":{\"id\":47,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ef6452\",\"repeater_bg_image\":{\"id\":48,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"fa90f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"62.879\",\"_inline_size_tablet\":\"100\",\"_inline_size_mobile\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"309c2ac\"}]},\"elements\":[{\"id\":\"6aebdde\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book An Appointment with our Doctors\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"We are here for your care\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Heart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"rgba(255,255,255,0.94)\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"66\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_sub_title_color\":\"#ffffff\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_sub_title_border_color_right_background\":\"classic\",\"ekit_heading_sub_title_border_color_right_color\":\"rgba(175,175,175,0)\",\"ekit_heading_sub_title_border_width\":{\"unit\":\"px\",\"size\":\"38\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"normal\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"49\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"541\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"2d4f9f2\"}],\"ekit_heading_seperator_image\":{\"id\":45,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-241.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"415e9c69\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Book Now\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"50\",\"isLinked\":\"\"},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#32dfb7\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_hover_border_color\":\"#32dfb7\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"798d580\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"},{\"id\":\"3355582f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"37.121\",\"ekit_all_conditions_list\":[{\"_id\":\"2a6ef4c\"}]},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4bf7ff85\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"8dcc3fa\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":58,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d3753d2\",\"repeater_bg_image\":{\"id\":59,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d8d90e1\",\"repeater_bg_image\":{\"id\":60,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}}]},\"elements\":[{\"id\":\"71bdedac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5e40d3d\"}]},\"elements\":[{\"id\":\"586ff85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"817\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"073f1c6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":55,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4178c11\",\"repeater_bg_image\":{\"id\":56,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0570a81\",\"repeater_bg_image\":{\"id\":57,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"}}]},\"elements\":[{\"id\":\"1da59d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"b14126d\"}]},\"elements\":[{\"id\":\"20ccd060\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We are a Group of Professionals\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\\u00a0<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"80bed39\"}],\"ekit_heading_seperator_image\":{\"id\":54,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-242.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"796a4c14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e29061b\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":69,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1d80a79\",\"repeater_bg_image\":{\"id\":70,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e7c5102\",\"repeater_bg_image\":{\"id\":71,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"}}]},\"elements\":[{\"id\":\"19de1267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"a9523d2\"}]},\"elements\":[{\"id\":\"2067c3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"91cce7c\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":66,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3df08e2\",\"repeater_bg_image\":{\"id\":67,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ea64dc4\",\"repeater_bg_image\":{\"id\":68,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"30bac5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"32.589\",\"ekit_all_conditions_list\":[{\"_id\":\"a236827\"}]},\"elements\":[{\"id\":\"1f81a229\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":61,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/General-Medical.png\"},\"ekit_icon_box_title_text\":\"Professional Staff\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1600cb8\"}],\"ekit_icon_box_show_image\":{\"id\":62,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-243.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"60f54880\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"33.744\",\"ekit_all_conditions_list\":[{\"_id\":\"498c0c4\"}]},\"elements\":[{\"id\":\"3d5aa65d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Medical &amp;  Surgical\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c91ac4f\"}],\"ekit_icon_box_show_image\":{\"id\":64,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-244.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6ece64b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"ekit_all_conditions_list\":[{\"_id\":\"adaae87\"}]},\"elements\":[{\"id\":\"4101a1c4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Emergency Service\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"dcc818b\"}],\"ekit_icon_box_show_image\":{\"id\":65,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-245.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"38ba0610\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"53e62b6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":78,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ac23883\",\"repeater_bg_image\":{\"id\":79,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1fab3c4\",\"repeater_bg_image\":{\"id\":80,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"}}]},\"elements\":[{\"id\":\"52c56286\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2c85790\"}]},\"elements\":[{\"id\":\"1a0f53d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"ccad39d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":75,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"22544d0\",\"repeater_bg_image\":{\"id\":76,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"938b3fe\",\"repeater_bg_image\":{\"id\":77,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}}]},\"elements\":[{\"id\":\"5b01837a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"51.429\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"cc1ca0a\"}]},\"elements\":[{\"id\":\"28d1ac99\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Hospital doctor exam  patient that they can diagnose\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"About us\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#1DBA9F\",\"ekit_heading_use_sub_title_text_fill\":\"\",\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#1DBA9F\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d506ef3\"}],\"ekit_heading_seperator_image\":{\"id\":72,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-246.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"57d730ea\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=1MTkZPys7mU\",\"ekit_video_popup_title_align\":\"left\",\"_element_width\":\"auto\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_btn_bg_color_background\":\"gradient\",\"ekit_video_popup_btn_bg_color_color\":\"#0AB3E5\",\"ekit_video_popup_btn_bg_color_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_color_b\":\"#28F19D\",\"ekit_video_popup_btn_bg_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"84\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"130\",\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#81E3F9\",\"ekit_all_conditions_list\":[{\"_id\":\"2c50e43\"}],\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"38c5a3a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Play Now\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b744669\"}],\"ekit_heading_seperator_image\":{\"id\":73,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"135e655f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"48.528\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6300c7d\"}]},\"elements\":[{\"id\":\"3f3590ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":74,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"44defa7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"64580efa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F9FB\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5adc61f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":97,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ed7c097\",\"repeater_bg_image\":{\"id\":98,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"376d24a\",\"repeater_bg_image\":{\"id\":99,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"6c7fe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"12748b6\"}]},\"elements\":[{\"id\":\"4b7258cf\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"9b6f2f3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":82,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"367e676\",\"repeater_bg_image\":{\"id\":83,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a9fa800\",\"repeater_bg_image\":{\"id\":84,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"1166b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"1f93d0a\"}]},\"elements\":[{\"id\":\"7cd6b5b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Services\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"1e6b92c\"}],\"ekit_heading_seperator_image\":{\"id\":81,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-248.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"223f857\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"0d0935d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":88,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"0dcdb12\",\"repeater_bg_image\":{\"id\":89,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9071e26\",\"repeater_bg_image\":{\"id\":90,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"}}]},\"elements\":[{\"id\":\"1b2a60d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"b3a01b7\"}]},\"elements\":[{\"id\":\"74692ea4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":85,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/generel-medical.png\"},\"ekit_icon_box_title_text\":\"General Medical\",\"ekit_icon_box_description_text\":\"College was established in vision by  group of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"9599882\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2e0b43a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"317a0e8\"}]},\"elements\":[{\"id\":\"40f0e701\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":86,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Family Physician\",\"ekit_icon_box_description_text\":\"Provide made medical education College was established in vision by  group of dedicated people to\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"c04057c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"672d63c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"2a4d6fa\"}]},\"elements\":[{\"id\":\"3b1a4c66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":87,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/eye-medical.png\"},\"ekit_icon_box_title_text\":\"Eye Surgery\",\"ekit_icon_box_description_text\":\"Vision by  group College was established in  of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"cff53a7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3e4f2338\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"b7c2d38\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":94,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"dab7d48\",\"repeater_bg_image\":{\"id\":95,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b58cd8\",\"repeater_bg_image\":{\"id\":96,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"}}]},\"elements\":[{\"id\":\"4e866b70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"a8b578a\"}]},\"elements\":[{\"id\":\"56a7e2fc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":91,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/tool-bok-medical.png\"},\"ekit_icon_box_title_text\":\"Intensive care\",\"ekit_icon_box_description_text\":\"People to provide made medical education College was established in vision by  group of dedicated \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"ddcceff\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6b4422bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"7cee034\"}]},\"elements\":[{\"id\":\"ed070c5\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":92,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/brain-medical.png\"},\"ekit_icon_box_title_text\":\"Lab Tests\",\"ekit_icon_box_description_text\":\"Dedicated education College was established in vision by  group of  people to provide made medical \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"728f6ea\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"1a6b3b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"15da9a1\"}]},\"elements\":[{\"id\":\"6c2bafb1\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":93,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/bed-medical.png\"},\"ekit_icon_box_title_text\":\"Emergency Care\",\"ekit_icon_box_description_text\":\"Established in vision by  group of dedicated people to provide College was  made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"6005d4d\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"93dee69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"992f6d2\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":110,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"32a4145\",\"repeater_bg_image\":{\"id\":111,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"849db90\",\"repeater_bg_image\":{\"id\":112,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"1f63c6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_background\":\"classic\",\"background_image\":{\"id\":100,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-image-with-shapes.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"abf2cdc\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"40adb30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_image\":{\"id\":109,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-section-background.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"32b25b2\"}]},\"elements\":[{\"id\":\"4f6f1b7d\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"ekit_all_conditions_list\":[{\"_id\":\"380afae\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":106,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"28e5d1a\",\"repeater_bg_image\":{\"id\":107,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"30fd0ba\",\"repeater_bg_image\":{\"id\":108,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"}}]},\"elements\":[{\"id\":\"411d5c32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"align_tablet\":\"space-between\",\"ekit_all_conditions_list\":[{\"_id\":\"9e643db\"}]},\"elements\":[{\"id\":\"68b0b6ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Specialty\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"be99049\"}],\"ekit_heading_seperator_image\":{\"id\":101,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-249.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a689cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":102,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Professional staff\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4eabc0b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"331f5a6\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":103,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-heart-medical.png\"},\"ekit_icon_box_title_text\":\"Advanced Diagnostic\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1e6d1fd\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2a332d59\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":104,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-hand-medical.png\"},\"ekit_icon_box_title_text\":\"Online Medicine\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"944ef78\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"383f1340\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":105,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-ambulance-medical.png\"},\"ekit_icon_box_title_text\":\"Ambulance Service\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d37b08b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21efebc8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":124,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/section-shape-medical.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c1d4be7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":125,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"90970ad\",\"repeater_bg_image\":{\"id\":126,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"61efbd7\",\"repeater_bg_image\":{\"id\":127,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"}}]},\"elements\":[{\"id\":\"3167e8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"6f3cbd4\"}]},\"elements\":[{\"id\":\"1284a5c8\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"f269216\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":114,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6226752\",\"repeater_bg_image\":{\"id\":115,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a7bbe96\",\"repeater_bg_image\":{\"id\":116,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"acf9f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"7c3b1fb\"}]},\"elements\":[{\"id\":\"254411a8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our Teams\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3940312\"}],\"ekit_heading_seperator_image\":{\"id\":113,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-250.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"729c0784\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968fed8\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":121,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b1a9c8e\",\"repeater_bg_image\":{\"id\":122,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"4a5064b\",\"repeater_bg_image\":{\"id\":123,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"50078705\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"eb589ad\"}]},\"elements\":[{\"id\":\"25246163\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Harrison Hudson\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":117,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-4.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"755553f\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"6a35be57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"77a6f60\"}]},\"elements\":[{\"id\":\"2e25bae7\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Kirstin Hagen\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":118,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-1.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9be8900\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"3c5bdc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"56e5f01\"}]},\"elements\":[{\"id\":\"479fb53d\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Laurel Clark\",\"ekit_team_position\":\"Cosmetic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":119,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-2.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"2e85d38\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"606d5248\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"5db25e0\"}]},\"elements\":[{\"id\":\"6abb3768\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Hakim Heck\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":120,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-3.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"0995b4e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49626c29\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":136,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-background-with-overlay-medical.png\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.92\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_section_parallax_bg_speed\":\"0.7\",\"animation\":\"fadeInUp\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6bc4621\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":137,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-57.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fc4eb42\",\"repeater_bg_image\":{\"id\":138,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-58.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"41481b3\",\"repeater_bg_image\":{\"id\":139,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-59.png\"}}]},\"elements\":[{\"id\":\"284cb030\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f21105f\"}]},\"elements\":[{\"id\":\"51fd468e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4947095\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":129,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"62dd6b5\",\"repeater_bg_image\":{\"id\":130,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"873d109\",\"repeater_bg_image\":{\"id\":131,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"}}]},\"elements\":[{\"id\":\"17341c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"869b884\"}]},\"elements\":[{\"id\":\"61b888cb\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"765\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"63dce59\"}],\"ekit_heading_seperator_image\":{\"id\":128,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-251.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"649c5433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968b1fb\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":133,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c92e405\",\"repeater_bg_image\":{\"id\":134,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"248f4ad\",\"repeater_bg_image\":{\"id\":135,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"}}]},\"elements\":[{\"id\":\"1e4960ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"cade10a\"}]},\"elements\":[{\"id\":\"4501d999\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"165\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Support Given\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d767a83\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"821bc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"8fa82f5\"}]},\"elements\":[{\"id\":\"604c1026\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Clients Rating\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ec0519e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"6187a6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b10045f\"}]},\"elements\":[{\"id\":\"72454b10\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"2\",\"ekit_funfact_number_suffix\":\"M\",\"ekit_funfact_title_text\":\"Money Saved\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"c793894\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"773b8c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9d41d3f\"}]},\"elements\":[{\"id\":\"673b58e6\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"145\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Happy Clients\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d460c14\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aa01619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_blog_medical\",\"ekit_all_conditions_list\":[{\"_id\":\"623beb7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":147,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"cae96f7\",\"repeater_bg_image\":{\"id\":148,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-67.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3bfd4b8\",\"repeater_bg_image\":{\"id\":149,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-68.png\"}}]},\"elements\":[{\"id\":\"3c1f296a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"315eb0c\"}]},\"elements\":[{\"id\":\"4bc5eff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5fd35b0\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":141,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-60.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcd993f\",\"repeater_bg_image\":{\"id\":142,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-61.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b252c6\",\"repeater_bg_image\":{\"id\":143,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-62.png\"}}]},\"elements\":[{\"id\":\"795485e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"6c4b176\"}]},\"elements\":[{\"id\":\"1414472e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Recent News\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b4ae665\"}],\"ekit_heading_seperator_image\":{\"id\":140,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-252.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2dbfec6a\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"e9ebc00\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":144,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-63.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"47ef9a6\",\"repeater_bg_image\":{\"id\":145,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-64.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"345291f\",\"repeater_bg_image\":{\"id\":146,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-65.png\"}}]},\"elements\":[{\"id\":\"3ab4943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"bbda5b6\"}]},\"elements\":[{\"id\":\"7bd2558d\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"134\"],\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_meta_select\":[\"date\",\"category\"],\"ekit_blog_posts_author\":\"\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_font_weight\":\"800\",\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_font_weight\":\"400\",\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#fac400\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_color\":\"#634e00\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"900\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"33\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#333333\",\"ekit_blog_posts_title_hover_color\":\"#12C3D2\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_author_img_margin\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Lato\",\"ekit_blog_posts_meta_typography_font_weight\":\"400\",\"ekit_blog_posts_meta_color\":\"#c29765\",\"ekit_blog_posts_title_hover_shadow_text_shadow\":{\"horizontal\":\"20\",\"vertical\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#666666\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Raleway\",\"ekit_blog_posts_btn_typography_font_weight\":\"700\",\"ekit_blog_posts_btn_text_color\":\"#c29765\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#c29765\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#c29765\",\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_content_border_style\":\"solid\",\"ekit_blog_posts_content_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_border_color_normal\":\"#f5f5f5\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"rgba(255,255,255,0)\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_color_normal\":\"#545454\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5420e8c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(565, 157, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),
(566, 157, '_elementor_css', 'a:6:{s:4:\"time\";i:1688920542;s:5:\"fonts\";a:5:{i:0;s:15:\"Source Sans Pro\";i:2;s:9:\"Open Sans\";i:9;s:6:\"Roboto\";i:25;s:10:\"Montserrat\";i:35;s:4:\"Lato\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";i:8;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(567, 158, '_wp_page_template', 'default'),
(568, 158, '_elementor_edit_mode', 'builder'),
(569, 158, '_elementor_template_type', 'wp-page'),
(570, 158, '_elementor_version', '3.15.0-dev2'),
(571, 158, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(572, 158, '_elementor_data', '[{\"id\":\"4bf7ff85\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"8dcc3fa\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":58,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d3753d2\",\"repeater_bg_image\":{\"id\":59,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d8d90e1\",\"repeater_bg_image\":{\"id\":60,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}}]},\"elements\":[{\"id\":\"71bdedac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5e40d3d\"}]},\"elements\":[{\"id\":\"586ff85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"817\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"073f1c6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":55,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4178c11\",\"repeater_bg_image\":{\"id\":56,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0570a81\",\"repeater_bg_image\":{\"id\":57,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"}}]},\"elements\":[{\"id\":\"1da59d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"b14126d\"}]},\"elements\":[{\"id\":\"20ccd060\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We are a Group of Professionals\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\\u00a0<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"80bed39\"}],\"ekit_heading_seperator_image\":{\"id\":54,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-242.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"796a4c14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e29061b\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":69,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1d80a79\",\"repeater_bg_image\":{\"id\":70,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e7c5102\",\"repeater_bg_image\":{\"id\":71,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"}}]},\"elements\":[{\"id\":\"19de1267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"a9523d2\"}]},\"elements\":[{\"id\":\"2067c3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"91cce7c\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":66,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3df08e2\",\"repeater_bg_image\":{\"id\":67,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ea64dc4\",\"repeater_bg_image\":{\"id\":68,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"30bac5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"32.589\",\"ekit_all_conditions_list\":[{\"_id\":\"a236827\"}]},\"elements\":[{\"id\":\"1f81a229\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":61,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/General-Medical.png\"},\"ekit_icon_box_title_text\":\"Professional Staff\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1600cb8\"}],\"ekit_icon_box_show_image\":{\"id\":62,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-243.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"60f54880\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"33.744\",\"ekit_all_conditions_list\":[{\"_id\":\"498c0c4\"}]},\"elements\":[{\"id\":\"3d5aa65d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Medical &amp;  Surgical\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c91ac4f\"}],\"ekit_icon_box_show_image\":{\"id\":64,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-244.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6ece64b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"ekit_all_conditions_list\":[{\"_id\":\"adaae87\"}]},\"elements\":[{\"id\":\"4101a1c4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Emergency Service\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"dcc818b\"}],\"ekit_icon_box_show_image\":{\"id\":65,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-245.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"38ba0610\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"53e62b6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":78,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ac23883\",\"repeater_bg_image\":{\"id\":79,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1fab3c4\",\"repeater_bg_image\":{\"id\":80,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"}}]},\"elements\":[{\"id\":\"52c56286\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2c85790\"}]},\"elements\":[{\"id\":\"1a0f53d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"ccad39d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":75,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"22544d0\",\"repeater_bg_image\":{\"id\":76,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"938b3fe\",\"repeater_bg_image\":{\"id\":77,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}}]},\"elements\":[{\"id\":\"5b01837a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"51.429\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"cc1ca0a\"}]},\"elements\":[{\"id\":\"28d1ac99\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Hospital doctor exam  patient that they can diagnose\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"About us\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#1DBA9F\",\"ekit_heading_use_sub_title_text_fill\":\"\",\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#1DBA9F\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d506ef3\"}],\"ekit_heading_seperator_image\":{\"id\":72,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-246.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"57d730ea\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=1MTkZPys7mU\",\"ekit_video_popup_title_align\":\"left\",\"_element_width\":\"auto\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_btn_bg_color_background\":\"gradient\",\"ekit_video_popup_btn_bg_color_color\":\"#0AB3E5\",\"ekit_video_popup_btn_bg_color_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_color_b\":\"#28F19D\",\"ekit_video_popup_btn_bg_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"84\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"130\",\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#81E3F9\",\"ekit_all_conditions_list\":[{\"_id\":\"2c50e43\"}],\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"38c5a3a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Play Now\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b744669\"}],\"ekit_heading_seperator_image\":{\"id\":73,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"135e655f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"48.528\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6300c7d\"}]},\"elements\":[{\"id\":\"3f3590ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":74,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"44defa7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"64580efa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F9FB\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5adc61f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":97,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ed7c097\",\"repeater_bg_image\":{\"id\":98,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"376d24a\",\"repeater_bg_image\":{\"id\":99,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"6c7fe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"12748b6\"}]},\"elements\":[{\"id\":\"4b7258cf\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"9b6f2f3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":82,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"367e676\",\"repeater_bg_image\":{\"id\":83,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a9fa800\",\"repeater_bg_image\":{\"id\":84,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"1166b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"1f93d0a\"}]},\"elements\":[{\"id\":\"7cd6b5b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Services\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"1e6b92c\"}],\"ekit_heading_seperator_image\":{\"id\":81,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-248.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"223f857\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"0d0935d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":88,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"0dcdb12\",\"repeater_bg_image\":{\"id\":89,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9071e26\",\"repeater_bg_image\":{\"id\":90,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"}}]},\"elements\":[{\"id\":\"1b2a60d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"b3a01b7\"}]},\"elements\":[{\"id\":\"74692ea4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":85,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/generel-medical.png\"},\"ekit_icon_box_title_text\":\"General Medical\",\"ekit_icon_box_description_text\":\"College was established in vision by  group of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"9599882\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2e0b43a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"317a0e8\"}]},\"elements\":[{\"id\":\"40f0e701\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":86,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Family Physician\",\"ekit_icon_box_description_text\":\"Provide made medical education College was established in vision by  group of dedicated people to\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"c04057c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"672d63c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"2a4d6fa\"}]},\"elements\":[{\"id\":\"3b1a4c66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":87,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/eye-medical.png\"},\"ekit_icon_box_title_text\":\"Eye Surgery\",\"ekit_icon_box_description_text\":\"Vision by  group College was established in  of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"cff53a7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3e4f2338\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"b7c2d38\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":94,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"dab7d48\",\"repeater_bg_image\":{\"id\":95,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b58cd8\",\"repeater_bg_image\":{\"id\":96,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"}}]},\"elements\":[{\"id\":\"4e866b70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"a8b578a\"}]},\"elements\":[{\"id\":\"56a7e2fc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":91,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/tool-bok-medical.png\"},\"ekit_icon_box_title_text\":\"Intensive care\",\"ekit_icon_box_description_text\":\"People to provide made medical education College was established in vision by  group of dedicated \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"ddcceff\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6b4422bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"7cee034\"}]},\"elements\":[{\"id\":\"ed070c5\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":92,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/brain-medical.png\"},\"ekit_icon_box_title_text\":\"Lab Tests\",\"ekit_icon_box_description_text\":\"Dedicated education College was established in vision by  group of  people to provide made medical \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"728f6ea\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"1a6b3b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"15da9a1\"}]},\"elements\":[{\"id\":\"6c2bafb1\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":93,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/bed-medical.png\"},\"ekit_icon_box_title_text\":\"Emergency Care\",\"ekit_icon_box_description_text\":\"Established in vision by  group of dedicated people to provide College was  made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"6005d4d\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"93dee69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"992f6d2\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":110,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"32a4145\",\"repeater_bg_image\":{\"id\":111,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"849db90\",\"repeater_bg_image\":{\"id\":112,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"1f63c6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_background\":\"classic\",\"background_image\":{\"id\":100,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-image-with-shapes.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"abf2cdc\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"40adb30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_image\":{\"id\":109,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-section-background.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"32b25b2\"}]},\"elements\":[{\"id\":\"4f6f1b7d\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"ekit_all_conditions_list\":[{\"_id\":\"380afae\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":106,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"28e5d1a\",\"repeater_bg_image\":{\"id\":107,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"30fd0ba\",\"repeater_bg_image\":{\"id\":108,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"}}]},\"elements\":[{\"id\":\"411d5c32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"align_tablet\":\"space-between\",\"ekit_all_conditions_list\":[{\"_id\":\"9e643db\"}]},\"elements\":[{\"id\":\"68b0b6ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Specialty\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"be99049\"}],\"ekit_heading_seperator_image\":{\"id\":101,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-249.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a689cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":102,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Professional staff\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4eabc0b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"331f5a6\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":103,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-heart-medical.png\"},\"ekit_icon_box_title_text\":\"Advanced Diagnostic\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1e6d1fd\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2a332d59\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":104,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-hand-medical.png\"},\"ekit_icon_box_title_text\":\"Online Medicine\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"944ef78\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"383f1340\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":105,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-ambulance-medical.png\"},\"ekit_icon_box_title_text\":\"Ambulance Service\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d37b08b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21efebc8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":124,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/section-shape-medical.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c1d4be7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":125,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"90970ad\",\"repeater_bg_image\":{\"id\":126,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"61efbd7\",\"repeater_bg_image\":{\"id\":127,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"}}]},\"elements\":[{\"id\":\"3167e8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"6f3cbd4\"}]},\"elements\":[{\"id\":\"1284a5c8\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"f269216\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":114,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6226752\",\"repeater_bg_image\":{\"id\":115,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a7bbe96\",\"repeater_bg_image\":{\"id\":116,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"acf9f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"7c3b1fb\"}]},\"elements\":[{\"id\":\"254411a8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our Teams\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3940312\"}],\"ekit_heading_seperator_image\":{\"id\":113,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-250.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"729c0784\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968fed8\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":121,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b1a9c8e\",\"repeater_bg_image\":{\"id\":122,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"4a5064b\",\"repeater_bg_image\":{\"id\":123,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"50078705\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"eb589ad\"}]},\"elements\":[{\"id\":\"25246163\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Harrison Hudson\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":117,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-4.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"755553f\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"6a35be57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"77a6f60\"}]},\"elements\":[{\"id\":\"2e25bae7\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Kirstin Hagen\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":118,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-1.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9be8900\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"3c5bdc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"56e5f01\"}]},\"elements\":[{\"id\":\"479fb53d\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Laurel Clark\",\"ekit_team_position\":\"Cosmetic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":119,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-2.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"2e85d38\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"606d5248\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"5db25e0\"}]},\"elements\":[{\"id\":\"6abb3768\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Hakim Heck\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":120,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-3.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"0995b4e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49626c29\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":136,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-background-with-overlay-medical.png\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.92\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_section_parallax_bg_speed\":\"0.7\",\"animation\":\"fadeInUp\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6bc4621\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":137,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-57.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fc4eb42\",\"repeater_bg_image\":{\"id\":138,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-58.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"41481b3\",\"repeater_bg_image\":{\"id\":139,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-59.png\"}}]},\"elements\":[{\"id\":\"284cb030\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f21105f\"}]},\"elements\":[{\"id\":\"51fd468e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4947095\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":129,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"62dd6b5\",\"repeater_bg_image\":{\"id\":130,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"873d109\",\"repeater_bg_image\":{\"id\":131,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"}}]},\"elements\":[{\"id\":\"17341c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"869b884\"}]},\"elements\":[{\"id\":\"61b888cb\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"765\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"63dce59\"}],\"ekit_heading_seperator_image\":{\"id\":128,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-251.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"649c5433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968b1fb\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":133,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c92e405\",\"repeater_bg_image\":{\"id\":134,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"248f4ad\",\"repeater_bg_image\":{\"id\":135,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"}}]},\"elements\":[{\"id\":\"1e4960ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"cade10a\"}]},\"elements\":[{\"id\":\"4501d999\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"165\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Support Given\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d767a83\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"821bc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"8fa82f5\"}]},\"elements\":[{\"id\":\"604c1026\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Clients Rating\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ec0519e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"6187a6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b10045f\"}]},\"elements\":[{\"id\":\"72454b10\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"2\",\"ekit_funfact_number_suffix\":\"M\",\"ekit_funfact_title_text\":\"Money Saved\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"c793894\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"773b8c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9d41d3f\"}]},\"elements\":[{\"id\":\"673b58e6\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"145\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Happy Clients\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d460c14\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aa01619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_blog_medical\",\"ekit_all_conditions_list\":[{\"_id\":\"623beb7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":147,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"cae96f7\",\"repeater_bg_image\":{\"id\":148,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-67.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3bfd4b8\",\"repeater_bg_image\":{\"id\":149,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-68.png\"}}]},\"elements\":[{\"id\":\"3c1f296a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"315eb0c\"}]},\"elements\":[{\"id\":\"4bc5eff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5fd35b0\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":141,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-60.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcd993f\",\"repeater_bg_image\":{\"id\":142,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-61.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b252c6\",\"repeater_bg_image\":{\"id\":143,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-62.png\"}}]},\"elements\":[{\"id\":\"795485e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"6c4b176\"}]},\"elements\":[{\"id\":\"1414472e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Recent News\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b4ae665\"}],\"ekit_heading_seperator_image\":{\"id\":140,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-252.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2dbfec6a\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"e9ebc00\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":144,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-63.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"47ef9a6\",\"repeater_bg_image\":{\"id\":145,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-64.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"345291f\",\"repeater_bg_image\":{\"id\":146,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-65.png\"}}]},\"elements\":[{\"id\":\"3ab4943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"bbda5b6\"}]},\"elements\":[{\"id\":\"7bd2558d\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"134\"],\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_meta_select\":[\"date\",\"category\"],\"ekit_blog_posts_author\":\"\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_font_weight\":\"800\",\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_font_weight\":\"400\",\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#fac400\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_color\":\"#634e00\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"900\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"33\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#333333\",\"ekit_blog_posts_title_hover_color\":\"#12C3D2\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_author_img_margin\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Lato\",\"ekit_blog_posts_meta_typography_font_weight\":\"400\",\"ekit_blog_posts_meta_color\":\"#c29765\",\"ekit_blog_posts_title_hover_shadow_text_shadow\":{\"horizontal\":\"20\",\"vertical\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#666666\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Raleway\",\"ekit_blog_posts_btn_typography_font_weight\":\"700\",\"ekit_blog_posts_btn_text_color\":\"#c29765\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#c29765\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#c29765\",\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_content_border_style\":\"solid\",\"ekit_blog_posts_content_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_border_color_normal\":\"#f5f5f5\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"rgba(255,255,255,0)\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_color_normal\":\"#545454\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5420e8c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(573, 158, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),
(574, 158, '_elementor_css', 'a:6:{s:4:\"time\";i:1688920542;s:5:\"fonts\";a:5:{i:0;s:15:\"Source Sans Pro\";i:2;s:9:\"Open Sans\";i:9;s:6:\"Roboto\";i:25;s:10:\"Montserrat\";i:35;s:4:\"Lato\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";i:8;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(575, 159, '_wp_page_template', 'default'),
(576, 159, '_elementor_edit_mode', 'builder'),
(577, 159, '_elementor_template_type', 'wp-page'),
(578, 159, '_elementor_version', '3.15.0-dev2'),
(579, 159, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(580, 159, '_elementor_data', '[{\"id\":\"4bf7ff85\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"8dcc3fa\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":58,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d3753d2\",\"repeater_bg_image\":{\"id\":59,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d8d90e1\",\"repeater_bg_image\":{\"id\":60,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}}]},\"elements\":[{\"id\":\"71bdedac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5e40d3d\"}]},\"elements\":[{\"id\":\"586ff85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"817\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"073f1c6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":55,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4178c11\",\"repeater_bg_image\":{\"id\":56,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0570a81\",\"repeater_bg_image\":{\"id\":57,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"}}]},\"elements\":[{\"id\":\"1da59d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"b14126d\"}]},\"elements\":[{\"id\":\"20ccd060\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We are a Group of Professionals\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\\u00a0<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"80bed39\"}],\"ekit_heading_seperator_image\":{\"id\":54,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-242.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"796a4c14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e29061b\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":69,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1d80a79\",\"repeater_bg_image\":{\"id\":70,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e7c5102\",\"repeater_bg_image\":{\"id\":71,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"}}]},\"elements\":[{\"id\":\"19de1267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"a9523d2\"}]},\"elements\":[{\"id\":\"2067c3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"91cce7c\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":66,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3df08e2\",\"repeater_bg_image\":{\"id\":67,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ea64dc4\",\"repeater_bg_image\":{\"id\":68,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"30bac5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"32.589\",\"ekit_all_conditions_list\":[{\"_id\":\"a236827\"}]},\"elements\":[{\"id\":\"1f81a229\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":61,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/General-Medical.png\"},\"ekit_icon_box_title_text\":\"Professional Staff\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1600cb8\"}],\"ekit_icon_box_show_image\":{\"id\":62,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-243.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"60f54880\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"33.744\",\"ekit_all_conditions_list\":[{\"_id\":\"498c0c4\"}]},\"elements\":[{\"id\":\"3d5aa65d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Medical &amp;  Surgical\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c91ac4f\"}],\"ekit_icon_box_show_image\":{\"id\":64,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-244.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6ece64b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"ekit_all_conditions_list\":[{\"_id\":\"adaae87\"}]},\"elements\":[{\"id\":\"4101a1c4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Emergency Service\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"dcc818b\"}],\"ekit_icon_box_show_image\":{\"id\":65,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-245.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"38ba0610\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"53e62b6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":78,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ac23883\",\"repeater_bg_image\":{\"id\":79,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1fab3c4\",\"repeater_bg_image\":{\"id\":80,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"}}]},\"elements\":[{\"id\":\"52c56286\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2c85790\"}]},\"elements\":[{\"id\":\"1a0f53d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"ccad39d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":75,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"22544d0\",\"repeater_bg_image\":{\"id\":76,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"938b3fe\",\"repeater_bg_image\":{\"id\":77,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}}]},\"elements\":[{\"id\":\"5b01837a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"51.429\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"cc1ca0a\"}]},\"elements\":[{\"id\":\"28d1ac99\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Hospital doctor exam  patient that they can diagnose\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"About us\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#1DBA9F\",\"ekit_heading_use_sub_title_text_fill\":\"\",\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#1DBA9F\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d506ef3\"}],\"ekit_heading_seperator_image\":{\"id\":72,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-246.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"57d730ea\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=1MTkZPys7mU\",\"ekit_video_popup_title_align\":\"left\",\"_element_width\":\"auto\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_btn_bg_color_background\":\"gradient\",\"ekit_video_popup_btn_bg_color_color\":\"#0AB3E5\",\"ekit_video_popup_btn_bg_color_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_color_b\":\"#28F19D\",\"ekit_video_popup_btn_bg_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"84\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"130\",\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#81E3F9\",\"ekit_all_conditions_list\":[{\"_id\":\"2c50e43\"}],\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"38c5a3a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Play Now\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b744669\"}],\"ekit_heading_seperator_image\":{\"id\":73,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"135e655f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"48.528\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6300c7d\"}]},\"elements\":[{\"id\":\"3f3590ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":74,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"44defa7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"64580efa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F9FB\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5adc61f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":97,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ed7c097\",\"repeater_bg_image\":{\"id\":98,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"376d24a\",\"repeater_bg_image\":{\"id\":99,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"6c7fe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"12748b6\"}]},\"elements\":[{\"id\":\"4b7258cf\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"9b6f2f3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":82,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"367e676\",\"repeater_bg_image\":{\"id\":83,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a9fa800\",\"repeater_bg_image\":{\"id\":84,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"1166b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"1f93d0a\"}]},\"elements\":[{\"id\":\"7cd6b5b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Services\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"1e6b92c\"}],\"ekit_heading_seperator_image\":{\"id\":81,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-248.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"223f857\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"0d0935d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":88,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"0dcdb12\",\"repeater_bg_image\":{\"id\":89,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9071e26\",\"repeater_bg_image\":{\"id\":90,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"}}]},\"elements\":[{\"id\":\"1b2a60d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"b3a01b7\"}]},\"elements\":[{\"id\":\"74692ea4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":85,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/generel-medical.png\"},\"ekit_icon_box_title_text\":\"General Medical\",\"ekit_icon_box_description_text\":\"College was established in vision by  group of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"9599882\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2e0b43a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"317a0e8\"}]},\"elements\":[{\"id\":\"40f0e701\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":86,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Family Physician\",\"ekit_icon_box_description_text\":\"Provide made medical education College was established in vision by  group of dedicated people to\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"c04057c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"672d63c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"2a4d6fa\"}]},\"elements\":[{\"id\":\"3b1a4c66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":87,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/eye-medical.png\"},\"ekit_icon_box_title_text\":\"Eye Surgery\",\"ekit_icon_box_description_text\":\"Vision by  group College was established in  of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"cff53a7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3e4f2338\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"b7c2d38\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":94,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"dab7d48\",\"repeater_bg_image\":{\"id\":95,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b58cd8\",\"repeater_bg_image\":{\"id\":96,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"}}]},\"elements\":[{\"id\":\"4e866b70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"a8b578a\"}]},\"elements\":[{\"id\":\"56a7e2fc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":91,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/tool-bok-medical.png\"},\"ekit_icon_box_title_text\":\"Intensive care\",\"ekit_icon_box_description_text\":\"People to provide made medical education College was established in vision by  group of dedicated \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"ddcceff\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6b4422bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"7cee034\"}]},\"elements\":[{\"id\":\"ed070c5\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":92,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/brain-medical.png\"},\"ekit_icon_box_title_text\":\"Lab Tests\",\"ekit_icon_box_description_text\":\"Dedicated education College was established in vision by  group of  people to provide made medical \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"728f6ea\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"1a6b3b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"15da9a1\"}]},\"elements\":[{\"id\":\"6c2bafb1\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":93,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/bed-medical.png\"},\"ekit_icon_box_title_text\":\"Emergency Care\",\"ekit_icon_box_description_text\":\"Established in vision by  group of dedicated people to provide College was  made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"6005d4d\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"93dee69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"992f6d2\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":110,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"32a4145\",\"repeater_bg_image\":{\"id\":111,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"849db90\",\"repeater_bg_image\":{\"id\":112,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"1f63c6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_background\":\"classic\",\"background_image\":{\"id\":100,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-image-with-shapes.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"abf2cdc\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"40adb30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_image\":{\"id\":109,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-section-background.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"32b25b2\"}]},\"elements\":[{\"id\":\"4f6f1b7d\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"ekit_all_conditions_list\":[{\"_id\":\"380afae\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":106,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"28e5d1a\",\"repeater_bg_image\":{\"id\":107,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"30fd0ba\",\"repeater_bg_image\":{\"id\":108,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"}}]},\"elements\":[{\"id\":\"411d5c32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"align_tablet\":\"space-between\",\"ekit_all_conditions_list\":[{\"_id\":\"9e643db\"}]},\"elements\":[{\"id\":\"68b0b6ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Specialty\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"be99049\"}],\"ekit_heading_seperator_image\":{\"id\":101,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-249.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a689cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":102,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Professional staff\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4eabc0b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"331f5a6\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":103,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-heart-medical.png\"},\"ekit_icon_box_title_text\":\"Advanced Diagnostic\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1e6d1fd\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2a332d59\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":104,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-hand-medical.png\"},\"ekit_icon_box_title_text\":\"Online Medicine\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"944ef78\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"383f1340\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":105,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-ambulance-medical.png\"},\"ekit_icon_box_title_text\":\"Ambulance Service\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d37b08b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21efebc8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":124,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/section-shape-medical.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c1d4be7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":125,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"90970ad\",\"repeater_bg_image\":{\"id\":126,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"61efbd7\",\"repeater_bg_image\":{\"id\":127,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"}}]},\"elements\":[{\"id\":\"3167e8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"6f3cbd4\"}]},\"elements\":[{\"id\":\"1284a5c8\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"f269216\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":114,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6226752\",\"repeater_bg_image\":{\"id\":115,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a7bbe96\",\"repeater_bg_image\":{\"id\":116,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"acf9f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"7c3b1fb\"}]},\"elements\":[{\"id\":\"254411a8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our Teams\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3940312\"}],\"ekit_heading_seperator_image\":{\"id\":113,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-250.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"729c0784\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968fed8\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":121,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b1a9c8e\",\"repeater_bg_image\":{\"id\":122,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"4a5064b\",\"repeater_bg_image\":{\"id\":123,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"50078705\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"eb589ad\"}]},\"elements\":[{\"id\":\"25246163\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Harrison Hudson\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":117,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-4.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"755553f\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"6a35be57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"77a6f60\"}]},\"elements\":[{\"id\":\"2e25bae7\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Kirstin Hagen\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":118,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-1.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9be8900\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"3c5bdc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"56e5f01\"}]},\"elements\":[{\"id\":\"479fb53d\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Laurel Clark\",\"ekit_team_position\":\"Cosmetic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":119,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-2.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"2e85d38\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"606d5248\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"5db25e0\"}]},\"elements\":[{\"id\":\"6abb3768\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Hakim Heck\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":120,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-3.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"0995b4e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49626c29\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":136,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-background-with-overlay-medical.png\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.92\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_section_parallax_bg_speed\":\"0.7\",\"animation\":\"fadeInUp\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6bc4621\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":137,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-57.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fc4eb42\",\"repeater_bg_image\":{\"id\":138,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-58.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"41481b3\",\"repeater_bg_image\":{\"id\":139,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-59.png\"}}]},\"elements\":[{\"id\":\"284cb030\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f21105f\"}]},\"elements\":[{\"id\":\"51fd468e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4947095\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":129,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"62dd6b5\",\"repeater_bg_image\":{\"id\":130,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"873d109\",\"repeater_bg_image\":{\"id\":131,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"}}]},\"elements\":[{\"id\":\"17341c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"869b884\"}]},\"elements\":[{\"id\":\"61b888cb\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"765\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"63dce59\"}],\"ekit_heading_seperator_image\":{\"id\":128,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-251.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"649c5433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968b1fb\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":133,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c92e405\",\"repeater_bg_image\":{\"id\":134,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"248f4ad\",\"repeater_bg_image\":{\"id\":135,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"}}]},\"elements\":[{\"id\":\"1e4960ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"cade10a\"}]},\"elements\":[{\"id\":\"4501d999\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"165\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Support Given\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d767a83\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"821bc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"8fa82f5\"}]},\"elements\":[{\"id\":\"604c1026\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Clients Rating\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ec0519e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"6187a6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b10045f\"}]},\"elements\":[{\"id\":\"72454b10\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"2\",\"ekit_funfact_number_suffix\":\"M\",\"ekit_funfact_title_text\":\"Money Saved\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"c793894\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"773b8c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9d41d3f\"}]},\"elements\":[{\"id\":\"673b58e6\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"145\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Happy Clients\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d460c14\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aa01619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_blog_medical\",\"ekit_all_conditions_list\":[{\"_id\":\"623beb7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":147,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"cae96f7\",\"repeater_bg_image\":{\"id\":148,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-67.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3bfd4b8\",\"repeater_bg_image\":{\"id\":149,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-68.png\"}}]},\"elements\":[{\"id\":\"3c1f296a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"315eb0c\"}]},\"elements\":[{\"id\":\"4bc5eff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5fd35b0\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":141,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-60.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcd993f\",\"repeater_bg_image\":{\"id\":142,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-61.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b252c6\",\"repeater_bg_image\":{\"id\":143,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-62.png\"}}]},\"elements\":[{\"id\":\"795485e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"6c4b176\"}]},\"elements\":[{\"id\":\"1414472e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Recent News\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b4ae665\"}],\"ekit_heading_seperator_image\":{\"id\":140,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-252.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2dbfec6a\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"e9ebc00\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":144,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-63.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"47ef9a6\",\"repeater_bg_image\":{\"id\":145,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-64.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"345291f\",\"repeater_bg_image\":{\"id\":146,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-65.png\"}}]},\"elements\":[{\"id\":\"3ab4943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"bbda5b6\"}]},\"elements\":[{\"id\":\"7bd2558d\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"134\"],\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_meta_select\":[\"date\",\"category\"],\"ekit_blog_posts_author\":\"\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_font_weight\":\"800\",\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_font_weight\":\"400\",\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#fac400\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_color\":\"#634e00\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"900\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"33\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#333333\",\"ekit_blog_posts_title_hover_color\":\"#12C3D2\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_author_img_margin\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Lato\",\"ekit_blog_posts_meta_typography_font_weight\":\"400\",\"ekit_blog_posts_meta_color\":\"#c29765\",\"ekit_blog_posts_title_hover_shadow_text_shadow\":{\"horizontal\":\"20\",\"vertical\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#666666\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Raleway\",\"ekit_blog_posts_btn_typography_font_weight\":\"700\",\"ekit_blog_posts_btn_text_color\":\"#c29765\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#c29765\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#c29765\",\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_content_border_style\":\"solid\",\"ekit_blog_posts_content_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_border_color_normal\":\"#f5f5f5\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"rgba(255,255,255,0)\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_color_normal\":\"#545454\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5420e8c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(581, 159, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),
(583, 160, '_wp_page_template', 'default'),
(584, 160, '_elementor_edit_mode', 'builder'),
(585, 160, '_elementor_template_type', 'wp-page'),
(586, 160, '_elementor_version', '3.15.0-dev2'),
(587, 160, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(588, 160, '_elementor_data', '[{\"id\":\"4bf7ff85\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"8dcc3fa\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":58,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d3753d2\",\"repeater_bg_image\":{\"id\":59,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d8d90e1\",\"repeater_bg_image\":{\"id\":60,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}}]},\"elements\":[{\"id\":\"71bdedac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5e40d3d\"}]},\"elements\":[{\"id\":\"586ff85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"817\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"073f1c6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":55,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4178c11\",\"repeater_bg_image\":{\"id\":56,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0570a81\",\"repeater_bg_image\":{\"id\":57,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"}}]},\"elements\":[{\"id\":\"1da59d91\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"b14126d\"}]},\"elements\":[{\"id\":\"20ccd060\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We are a Group of Professionals\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\\u00a0<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"80bed39\"}],\"ekit_heading_seperator_image\":{\"id\":54,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-242.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"796a4c14\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e29061b\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":69,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1d80a79\",\"repeater_bg_image\":{\"id\":70,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e7c5102\",\"repeater_bg_image\":{\"id\":71,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"}}]},\"elements\":[{\"id\":\"19de1267\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"a9523d2\"}]},\"elements\":[{\"id\":\"2067c3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"91cce7c\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":66,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3df08e2\",\"repeater_bg_image\":{\"id\":67,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ea64dc4\",\"repeater_bg_image\":{\"id\":68,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"30bac5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"32.589\",\"ekit_all_conditions_list\":[{\"_id\":\"a236827\"}]},\"elements\":[{\"id\":\"1f81a229\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":61,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/General-Medical.png\"},\"ekit_icon_box_title_text\":\"Professional Staff\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1600cb8\"}],\"ekit_icon_box_show_image\":{\"id\":62,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-243.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"60f54880\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"33.744\",\"ekit_all_conditions_list\":[{\"_id\":\"498c0c4\"}]},\"elements\":[{\"id\":\"3d5aa65d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Medical &amp;  Surgical\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c91ac4f\"}],\"ekit_icon_box_show_image\":{\"id\":64,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-244.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6ece64b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"ekit_all_conditions_list\":[{\"_id\":\"adaae87\"}]},\"elements\":[{\"id\":\"4101a1c4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"id\":63,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical-Surgical.png\"},\"ekit_icon_box_title_text\":\"Emergency Service\",\"ekit_icon_box_description_text\":\"Behind word mountains the from\\ncountries Vokalia and Consonantia\\nlive blind texts.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_color\":\"#545454\",\"ekit_icon_title_color_hover\":\"#545454\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"800\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#616161\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Open Sans\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"normal\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_icon_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_bottom_space_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_typography_group_font_size_tablet\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"dcc818b\"}],\"ekit_icon_box_show_image\":{\"id\":65,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-245.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"38ba0610\",\"elType\":\"section\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"47\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"53e62b6\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":78,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ac23883\",\"repeater_bg_image\":{\"id\":79,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1fab3c4\",\"repeater_bg_image\":{\"id\":80,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"}}]},\"elements\":[{\"id\":\"52c56286\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2c85790\"}]},\"elements\":[{\"id\":\"1a0f53d4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"ccad39d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":75,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"22544d0\",\"repeater_bg_image\":{\"id\":76,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"938b3fe\",\"repeater_bg_image\":{\"id\":77,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}}]},\"elements\":[{\"id\":\"5b01837a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"51.429\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"cc1ca0a\"}]},\"elements\":[{\"id\":\"28d1ac99\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Hospital doctor exam  patient that they can diagnose\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title\":\"About us\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"32\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#1DBA9F\",\"ekit_heading_use_sub_title_text_fill\":\"\",\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#1DBA9F\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"76\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_extra_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d506ef3\"}],\"ekit_heading_seperator_image\":{\"id\":72,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-246.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"57d730ea\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/watch?v=1MTkZPys7mU\",\"ekit_video_popup_title_align\":\"left\",\"_element_width\":\"auto\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_btn_bg_color_background\":\"gradient\",\"ekit_video_popup_btn_bg_color_color\":\"#0AB3E5\",\"ekit_video_popup_btn_bg_color_color_stop\":{\"unit\":\"%\",\"size\":\"20\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_color_b\":\"#28F19D\",\"ekit_video_popup_btn_bg_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"84\",\"sizes\":[]},\"ekit_video_popup_btn_bg_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"130\",\"sizes\":[]},\"ekit_video_popup_btn_glow_color\":\"#81E3F9\",\"ekit_all_conditions_list\":[{\"_id\":\"2c50e43\"}],\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-video\"},{\"id\":\"38c5a3a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Play Now\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b744669\"}],\"ekit_heading_seperator_image\":{\"id\":73,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"135e655f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"48.528\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6300c7d\"}]},\"elements\":[{\"id\":\"3f3590ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":74,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Medical.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"44defa7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"64580efa\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F7F9FB\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5adc61f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":97,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ed7c097\",\"repeater_bg_image\":{\"id\":98,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"376d24a\",\"repeater_bg_image\":{\"id\":99,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"6c7fe328\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"12748b6\"}]},\"elements\":[{\"id\":\"4b7258cf\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"9b6f2f3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":82,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"367e676\",\"repeater_bg_image\":{\"id\":83,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a9fa800\",\"repeater_bg_image\":{\"id\":84,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"1166b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"1f93d0a\"}]},\"elements\":[{\"id\":\"7cd6b5b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Services\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"1e6b92c\"}],\"ekit_heading_seperator_image\":{\"id\":81,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-248.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"223f857\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"0d0935d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":88,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"0dcdb12\",\"repeater_bg_image\":{\"id\":89,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9071e26\",\"repeater_bg_image\":{\"id\":90,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"}}]},\"elements\":[{\"id\":\"1b2a60d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"b3a01b7\"}]},\"elements\":[{\"id\":\"74692ea4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":85,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/generel-medical.png\"},\"ekit_icon_box_title_text\":\"General Medical\",\"ekit_icon_box_description_text\":\"College was established in vision by  group of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"9599882\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2e0b43a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"317a0e8\"}]},\"elements\":[{\"id\":\"40f0e701\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":86,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Family Physician\",\"ekit_icon_box_description_text\":\"Provide made medical education College was established in vision by  group of dedicated people to\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"c04057c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"672d63c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"2a4d6fa\"}]},\"elements\":[{\"id\":\"3b1a4c66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":87,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/eye-medical.png\"},\"ekit_icon_box_title_text\":\"Eye Surgery\",\"ekit_icon_box_description_text\":\"Vision by  group College was established in  of dedicated people to provide made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"cff53a7\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"3e4f2338\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"b7c2d38\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":94,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"dab7d48\",\"repeater_bg_image\":{\"id\":95,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b58cd8\",\"repeater_bg_image\":{\"id\":96,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"}}]},\"elements\":[{\"id\":\"4e866b70\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"a8b578a\"}]},\"elements\":[{\"id\":\"56a7e2fc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":91,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/tool-bok-medical.png\"},\"ekit_icon_box_title_text\":\"Intensive care\",\"ekit_icon_box_description_text\":\"People to provide made medical education College was established in vision by  group of dedicated \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"ddcceff\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"6b4422bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"7cee034\"}]},\"elements\":[{\"id\":\"ed070c5\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":92,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/brain-medical.png\"},\"ekit_icon_box_title_text\":\"Lab Tests\",\"ekit_icon_box_description_text\":\"Dedicated education College was established in vision by  group of  people to provide made medical \",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"728f6ea\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"},{\"id\":\"1a6b3b75\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"animation\":\"fadeInUp\",\"ekit_all_conditions_list\":[{\"_id\":\"15da9a1\"}]},\"elements\":[{\"id\":\"6c2bafb1\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":93,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/bed-medical.png\"},\"ekit_icon_box_title_text\":\"Emergency Care\",\"ekit_icon_box_description_text\":\"Established in vision by  group of dedicated people to provide College was  made medical education\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"20\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#2F2F2F\",\"ekit_icon_title_color_hover\":\"#12C3D2\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"bold\",\"ekit_icon_description_color\":\"#616161\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_family\":\"Roboto\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"ekit_all_conditions_list\":[{\"_id\":\"6005d4d\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"93dee69\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"992f6d2\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":110,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"32a4145\",\"repeater_bg_image\":{\"id\":111,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"849db90\",\"repeater_bg_image\":{\"id\":112,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"1f63c6ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"background_background\":\"classic\",\"background_image\":{\"id\":100,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-image-with-shapes.png\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"abf2cdc\"}]},\"elements\":[],\"isInner\":\"\"},{\"id\":\"40adb30d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"50\",\"_inline_size_tablet\":\"100\",\"align\":\"flex-start\",\"background_background\":\"classic\",\"background_image\":{\"id\":109,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-section-background.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"50\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"32b25b2\"}]},\"elements\":[{\"id\":\"4f6f1b7d\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"ekit_all_conditions_list\":[{\"_id\":\"380afae\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":106,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"28e5d1a\",\"repeater_bg_image\":{\"id\":107,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"30fd0ba\",\"repeater_bg_image\":{\"id\":108,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"}}]},\"elements\":[{\"id\":\"411d5c32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"align_tablet\":\"space-between\",\"ekit_all_conditions_list\":[{\"_id\":\"9e643db\"}]},\"elements\":[{\"id\":\"68b0b6ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Specialty\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"be99049\"}],\"ekit_heading_seperator_image\":{\"id\":101,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-249.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a689cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":102,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-doctor-medical.png\"},\"ekit_icon_box_title_text\":\"Professional staff\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4eabc0b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"331f5a6\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":103,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-heart-medical.png\"},\"ekit_icon_box_title_text\":\"Advanced Diagnostic\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"1e6d1fd\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2a332d59\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":104,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-hand-medical.png\"},\"ekit_icon_box_title_text\":\"Online Medicine\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"944ef78\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"383f1340\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_icon\":\"icon icon-carrier\",\"ekit_icon_box_header_image\":{\"id\":105,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/white-ambulance-medical.png\"},\"ekit_icon_box_title_text\":\"Ambulance Service\",\"ekit_icon_box_description_text\":\"College was established in vision\\nquality medical education\",\"ekit_icon_box_enable_btn\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_icon\":\"fa fa-long-arrow-right\",\"ekit_icon_box_icon_align\":\"right\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_box_icon_width\":{\"unit\":\"px\",\"size\":\"45\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"27\",\"sizes\":[],\"top\":\"25\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\"},\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"57\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\",\"size\":\"15\"},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_text_color\":\"#12C3D2\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"rgba(0,0,0,0)\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_vertical_align\":{\"unit\":\"px\",\"size\":\"-10\",\"sizes\":[]},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#FFFFFF\",\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_description_color\":\"#FFFFFF\",\"ekit_icon_description_color_hover\":\"#FFFFFF\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Roboto\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"700\",\"ekit_icon_box_typography_group_text_transform\":\"uppercase\",\"ekit_icon_box_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_icon_box_header_icons\":{\"value\":\"fasicon icon-carrier\",\"library\":\"fa-solid\"},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\",\"ekit_icon_box_icons\":\"1\"},\"ekit_icon_box_icons__switch\":\"\",\"ekit_icon_box_icons\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.6\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_button_hover_animation\":\"shrink\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"rgba(2, 1, 1, 0)\",\"ekit_icon_box_iocnbox_border_group_color\":\"#0EBADC\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_icon_box_show_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_background\":\"classic\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"311\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d37b08b\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21efebc8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":124,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/section-shape-medical.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"%\",\"size\":\"40\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c1d4be7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":125,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"90970ad\",\"repeater_bg_image\":{\"id\":126,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"61efbd7\",\"repeater_bg_image\":{\"id\":127,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"}}]},\"elements\":[{\"id\":\"3167e8a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"6f3cbd4\"}]},\"elements\":[{\"id\":\"1284a5c8\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"f269216\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":114,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6226752\",\"repeater_bg_image\":{\"id\":115,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"a7bbe96\",\"repeater_bg_image\":{\"id\":116,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"acf9f4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"7c3b1fb\"}]},\"elements\":[{\"id\":\"254411a8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our Teams\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3940312\"}],\"ekit_heading_seperator_image\":{\"id\":113,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-250.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"729c0784\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968fed8\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":121,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b1a9c8e\",\"repeater_bg_image\":{\"id\":122,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"4a5064b\",\"repeater_bg_image\":{\"id\":123,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"50078705\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"eb589ad\"}]},\"elements\":[{\"id\":\"25246163\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Harrison Hudson\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":117,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-4.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"755553f\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"6a35be57\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"77a6f60\"}]},\"elements\":[{\"id\":\"2e25bae7\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Kirstin Hagen\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":118,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-1.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9be8900\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"3c5bdc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"56e5f01\"}]},\"elements\":[{\"id\":\"479fb53d\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Laurel Clark\",\"ekit_team_position\":\"Cosmetic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":119,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-2.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"2e85d38\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"},{\"id\":\"606d5248\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"5db25e0\"}]},\"elements\":[{\"id\":\"6abb3768\",\"elType\":\"widget\",\"settings\":{\"ekit_team_thumbnail_size\":\"full\",\"ekit_team_name\":\"Hakim Heck\",\"ekit_team_position\":\"Plastic Surgeon\",\"ekit_team_description_enable\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_chose_popup\":\"\",\"ekit_team_image_weight\":{\"unit\":\"px\",\"size\":\"160\",\"sizes\":[]},\"ekit_team_name_typography_typography\":\"custom\",\"ekit_team_name_typography_font_family\":\"Montserrat\",\"ekit_team_name_typography_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_name_typography_font_weight\":\"700\",\"ekit_team_name_typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_team_position_typography_typography\":\"custom\",\"ekit_team_position_typography_font_family\":\"Montserrat\",\"ekit_team_position_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_team_position_typography_font_weight\":\"500\",\"ekit_team_position_color\":\"rgba(1,0,0,0.5)\",\"ekit_team_thumbnail_custom_dimension\":{\"width\":\"150\",\"height\":\"150\"},\"ekit_team_image_background_background\":\"classic\",\"ekit_team_image_background_color\":\"#7bcdf0\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"40\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[],\"bottom\":\"25\",\"top\":\"0\",\"right\":\"0\",\"left\":\"0\"},\"ekit_team_name_hover_color\":\"#12C3D2\",\"ekit_team_image\":{\"id\":120,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-3.png\"},\"ekit_team_social_icons\":[{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"ffa02b2\",\"ekit_team_icon\":\"icon icon-facebook\",\"ekit_team_label\":\"Facebook\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#4064AC\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-facebook\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"f302678\",\"ekit_team_icon\":\"icon icon-twitter\",\"ekit_team_label\":\"Twitter\",\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1C9CEA\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-twitter\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"a5c3e6a\",\"ekit_team_icon\":\"icon icon-pinterest\",\"ekit_team_label\":\"Pinterest\",\"ekit_team_link\":{\"url\":\"https:\\/\\/pinterest.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#C8232C\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-pinterest\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}},{\"icon\":\"icon icon-facebook\",\"label\":\"Facebook\",\"_id\":\"5b04138\",\"ekit_team_icon\":\"icon icon-linkedin\",\"ekit_team_label\":\"Linkedin\",\"ekit_team_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_social_icon_color\":\"\",\"ekit_team_social_icon_bg_color\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#0077B5\",\"ekit_team_socialmedia_icon_color_tablet\":\"\",\"ekit_team_socialmedia_icon_color_mobile\":\"\",\"ekit_team_socialmedia_icon_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_bg_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_color_mobile\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_tablet\":\"\",\"ekit_team_socialmedia_icon_hover_bg_color_mobile\":\"\",\"ekit_team_icons\":{\"value\":\"fasicon icon-linkedin\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_team_icons\":\"1\"}}],\"ekit_team_icon_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_content_box_shadow_hover_group_box_shadow_type\":\"yes\",\"ekit_team_content_box_shadow_hover_group_box_shadow\":{\"horizontal\":\"30\",\"vertical\":\"30\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.14)\"},\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":\"\"},\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ekit_socialmedai_list_typography_font_size\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"0995b4e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"49626c29\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":136,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/doctor-background-with-overlay-medical.png\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.92\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_section_parallax_bg_speed\":\"0.7\",\"animation\":\"fadeInUp\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"6bc4621\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":137,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-57.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fc4eb42\",\"repeater_bg_image\":{\"id\":138,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-58.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"41481b3\",\"repeater_bg_image\":{\"id\":139,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-59.png\"}}]},\"elements\":[{\"id\":\"284cb030\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"_inline_size_tablet\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f21105f\"}]},\"elements\":[{\"id\":\"51fd468e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"4947095\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":129,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"62dd6b5\",\"repeater_bg_image\":{\"id\":130,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"873d109\",\"repeater_bg_image\":{\"id\":131,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"}}]},\"elements\":[{\"id\":\"17341c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"869b884\"}]},\"elements\":[{\"id\":\"61b888cb\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_tablet\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"765\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"63dce59\"}],\"ekit_heading_seperator_image\":{\"id\":128,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-251.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"649c5433\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"968b1fb\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":133,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c92e405\",\"repeater_bg_image\":{\"id\":134,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"248f4ad\",\"repeater_bg_image\":{\"id\":135,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"}}]},\"elements\":[{\"id\":\"1e4960ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"cade10a\"}]},\"elements\":[{\"id\":\"4501d999\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"165\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Support Given\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d767a83\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"821bc37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"ekit_all_conditions_list\":[{\"_id\":\"8fa82f5\"}]},\"elements\":[{\"id\":\"604c1026\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Clients Rating\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ec0519e\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"6187a6c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b10045f\"}]},\"elements\":[{\"id\":\"72454b10\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"2\",\"ekit_funfact_number_suffix\":\"M\",\"ekit_funfact_title_text\":\"Money Saved\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"c793894\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"773b8c01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_mobile\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9d41d3f\"}]},\"elements\":[{\"id\":\"673b58e6\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"none\",\"ekit_funfact_number\":\"145\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Happy Clients\",\"ekit_funfact_super\":\"yes\",\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_enable_vertical_border\":\"yes\",\"ekit_funfact_description_color\":\"#ffffff\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_family\":\"Lato\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"ekit_funfact_number_typography_font_weight\":\"800\",\"ekit_funfact_number_typography_line_height\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_funfact_title_color\":\"#ffffff\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_family\":\"Open Sans\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_funfact_title_typography_font_weight\":\"600\",\"ekit_funfact_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_funfact_super_color\":\"#ffffff\",\"ekit_funfact_super_position_left_right\":{\"unit\":\"px\",\"size\":\"-2\",\"sizes\":[]},\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_funfact_divider_width\":{\"unit\":\"px\",\"size\":\"4\",\"sizes\":[]},\"ekit_funfact_divider_background_background\":\"classic\",\"ekit_funfact_divider_background_color\":\"#ffffff\",\"ekit_funfact_enable_border_verticaly_position\":\"position_top\",\"ekit_funfact_icon_image\":{\"id\":132,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-240.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"d460c14\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"aa01619\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_blog_medical\",\"ekit_all_conditions_list\":[{\"_id\":\"623beb7\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":147,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"cae96f7\",\"repeater_bg_image\":{\"id\":148,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-67.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3bfd4b8\",\"repeater_bg_image\":{\"id\":149,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-68.png\"}}]},\"elements\":[{\"id\":\"3c1f296a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"315eb0c\"}]},\"elements\":[{\"id\":\"4bc5eff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"600\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5fd35b0\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":141,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-60.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcd993f\",\"repeater_bg_image\":{\"id\":142,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-61.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8b252c6\",\"repeater_bg_image\":{\"id\":143,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-62.png\"}}]},\"elements\":[{\"id\":\"795485e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"6c4b176\"}]},\"elements\":[{\"id\":\"1414472e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Recent News\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>The hospital plays a statewide services includes the Acquired<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Source Sans Pro\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"bold\",\"ekit_heading_extra_title_color\":\"#545454\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"b4ae665\"}],\"ekit_heading_seperator_image\":{\"id\":140,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-252.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2dbfec6a\",\"elType\":\"section\",\"settings\":{\"ekit_all_conditions_list\":[{\"_id\":\"e9ebc00\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":144,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-63.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"47ef9a6\",\"repeater_bg_image\":{\"id\":145,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-64.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"345291f\",\"repeater_bg_image\":{\"id\":146,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-65.png\"}}]},\"elements\":[{\"id\":\"3ab4943e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"bbda5b6\"}]},\"elements\":[{\"id\":\"7bd2558d\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"134\"],\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_meta_select\":[\"date\",\"category\"],\"ekit_blog_posts_author\":\"\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_font_weight\":\"800\",\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"Montserrat\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_font_weight\":\"400\",\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#fac400\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_color\":\"#634e00\",\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"900\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"33\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#333333\",\"ekit_blog_posts_title_hover_color\":\"#12C3D2\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_blog_posts_author_img_margin\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Lato\",\"ekit_blog_posts_meta_typography_font_weight\":\"400\",\"ekit_blog_posts_meta_color\":\"#c29765\",\"ekit_blog_posts_title_hover_shadow_text_shadow\":{\"horizontal\":\"20\",\"vertical\":\"0\",\"blur\":\"10\",\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#666666\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"Raleway\",\"ekit_blog_posts_btn_typography_font_weight\":\"700\",\"ekit_blog_posts_btn_text_color\":\"#c29765\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"rgba(0,0,0,0)\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#c29765\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#c29765\",\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_content_border_style\":\"solid\",\"ekit_blog_posts_content_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_border_color_normal\":\"#f5f5f5\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_color\":\"rgba(255,255,255,0)\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_color_normal\":\"#545454\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"5420e8c\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(589, 160, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),
(590, 160, '_elementor_css', 'a:6:{s:4:\"time\";i:1688920626;s:5:\"fonts\";a:5:{i:0;s:9:\"Open Sans\";i:4;s:15:\"Source Sans Pro\";i:6;s:6:\"Roboto\";i:22;s:10:\"Montserrat\";i:32;s:4:\"Lato\";}s:5:\"icons\";a:3:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(591, 161, '_wp_page_template', 'default'),
(592, 161, '_elementor_edit_mode', 'builder'),
(593, 161, '_elementor_template_type', 'wp-page'),
(594, 161, '_elementor_version', '3.15.0-dev2'),
(595, 161, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(596, 161, '_elementor_data', '[]'),
(597, 161, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),
(598, 161, '_elementor_css', 'a:6:{s:4:\"time\";i:1688920626;s:5:\"fonts\";a:5:{i:0;s:9:\"Open Sans\";i:4;s:15:\"Source Sans Pro\";i:6;s:6:\"Roboto\";i:22;s:10:\"Montserrat\";i:32;s:4:\"Lato\";}s:5:\"icons\";a:3:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(599, 40, '_elementor_css', 'a:6:{s:4:\"time\";i:1688920629;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(602, 162, '_edit_lock', '1688920706:1'),
(603, 162, '_wp_trash_meta_status', 'publish'),
(604, 162, '_wp_trash_meta_time', '1688920707'),
(605, 163, '_elementor_edit_mode', 'builder'),
(607, 163, '_wp_page_template', 'elementor_theme'),
(608, 163, '_elementor_template_type', 'wp-page'),
(609, 163, '_elementor_version', '3.15.0-dev2'),
(610, 163, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(611, 163, '_elementor_data', '[]'),
(612, 163, '_elementor_page_assets', 'a:0:{}'),
(613, 163, '_elementor_css', 'a:7:{s:4:\"time\";i:1688920630;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(614, 164, '_elementor_edit_mode', 'builder'),
(615, 164, '_wp_page_template', 'elementor_canvas'),
(616, 164, '_elementor_template_type', 'wp-page'),
(617, 164, '_elementor_version', '3.15.0-dev2'),
(618, 164, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(619, 164, '_elementor_data', '[]'),
(620, 164, '_elementor_page_assets', 'a:0:{}'),
(621, 164, '_elementor_css', 'a:7:{s:4:\"time\";i:1688920630;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(622, 165, '_wp_page_template', 'elementor_theme'),
(623, 165, '_elementor_edit_mode', 'builder'),
(624, 165, '_elementor_template_type', 'wp-page'),
(625, 165, '_elementor_version', '3.15.0-dev2'),
(626, 165, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(627, 165, '_elementor_data', '[]'),
(628, 165, '_elementor_page_assets', 'a:0:{}'),
(629, 166, '_wp_page_template', 'elementor_theme'),
(630, 166, '_elementor_edit_mode', 'builder'),
(631, 166, '_elementor_template_type', 'wp-page'),
(632, 166, '_elementor_version', '3.15.0-dev2'),
(633, 166, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(634, 166, '_elementor_data', '[]'),
(635, 166, '_elementor_page_assets', 'a:0:{}'),
(636, 167, '_wp_page_template', 'elementor_theme'),
(637, 167, '_elementor_edit_mode', 'builder'),
(638, 167, '_elementor_template_type', 'wp-page'),
(639, 167, '_elementor_version', '3.15.0-dev2'),
(640, 167, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(641, 167, '_elementor_data', '[]'),
(642, 167, '_elementor_page_assets', 'a:0:{}'),
(650, 169, '_wp_page_template', 'elementor_theme'),
(651, 169, '_elementor_edit_mode', 'builder'),
(652, 169, '_elementor_template_type', 'wp-page'),
(653, 169, '_elementor_version', '3.15.0-dev2'),
(654, 169, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(655, 169, '_elementor_data', '[]'),
(656, 169, '_elementor_page_assets', 'a:0:{}'),
(657, 170, '_wp_page_template', 'elementor_theme'),
(658, 170, '_elementor_edit_mode', 'builder'),
(659, 170, '_elementor_template_type', 'wp-page'),
(660, 170, '_elementor_version', '3.15.0-dev2'),
(661, 170, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(662, 170, '_elementor_data', '[]'),
(663, 170, '_elementor_page_assets', 'a:0:{}'),
(664, 171, '_wp_page_template', 'elementor_header_footer'),
(665, 171, '_elementor_edit_mode', 'builder'),
(666, 171, '_elementor_template_type', 'wp-page'),
(667, 171, '_elementor_version', '3.15.0-dev2'),
(668, 171, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(669, 171, '_elementor_data', '[]'),
(670, 171, '_elementor_page_assets', 'a:0:{}'),
(672, 172, '_wp_trash_meta_status', 'publish'),
(673, 172, '_wp_trash_meta_time', '1688921400'),
(681, 174, '_wp_page_template', 'elementor_header_footer'),
(682, 174, '_elementor_edit_mode', 'builder'),
(683, 174, '_elementor_template_type', 'wp-page'),
(684, 174, '_elementor_version', '3.15.0-dev2'),
(685, 174, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(686, 174, '_elementor_data', '[]'),
(687, 174, '_elementor_page_assets', 'a:0:{}'),
(688, 175, '_wp_page_template', 'elementor_header_footer'),
(689, 175, '_elementor_edit_mode', 'builder'),
(690, 175, '_elementor_template_type', 'wp-page'),
(691, 175, '_elementor_version', '3.15.0-dev2'),
(692, 175, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(693, 175, '_elementor_data', '[]'),
(694, 175, '_elementor_page_assets', 'a:0:{}'),
(695, 176, '_wp_page_template', 'elementor_header_footer'),
(696, 176, '_elementor_edit_mode', 'builder'),
(697, 176, '_elementor_template_type', 'wp-page'),
(698, 176, '_elementor_version', '3.15.0-dev2'),
(699, 176, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(700, 176, '_elementor_data', '[{\"id\":\"072e57e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"28b3c36\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"498db8c\"}]},\"elements\":[{\"id\":\"3cfe765\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(701, 176, '_elementor_page_assets', 'a:0:{}'),
(741, 189, '_wp_page_template', 'elementor_header_footer'),
(742, 189, '_elementor_edit_mode', 'builder'),
(743, 189, '_elementor_template_type', 'wp-page'),
(744, 189, '_elementor_version', '3.15.0-dev2'),
(745, 189, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(746, 189, '_elementor_data', '[{\"id\":\"072e57e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"28b3c36\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"498db8c\"}]},\"elements\":[{\"id\":\"3cfe765\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(747, 189, '_elementor_page_assets', 'a:0:{}'),
(748, 189, '_elementor_css', 'a:6:{s:4:\"time\";i:1688921652;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(749, 190, '_wp_page_template', 'elementor_header_footer'),
(750, 190, '_elementor_edit_mode', 'builder'),
(751, 190, '_elementor_template_type', 'wp-page'),
(752, 190, '_elementor_version', '3.15.0-dev2'),
(753, 190, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(754, 190, '_elementor_data', '[{\"id\":\"072e57e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"28b3c36\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"498db8c\"}]},\"elements\":[{\"id\":\"3cfe765\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(755, 190, '_elementor_page_assets', 'a:0:{}'),
(756, 190, '_elementor_css', 'a:6:{s:4:\"time\";i:1688921652;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(757, 191, '_wp_page_template', 'elementor_header_footer'),
(758, 191, '_elementor_edit_mode', 'builder'),
(759, 191, '_elementor_template_type', 'wp-page'),
(760, 191, '_elementor_version', '3.15.0-dev2'),
(761, 191, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(762, 191, '_elementor_data', '[{\"id\":\"072e57e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"28b3c36\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"498db8c\"}]},\"elements\":[{\"id\":\"3cfe765\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"790fcd53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[{\"_id\":\"b56b774\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"227\",\"right\":\"0\",\"bottom\":\"115\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":186,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-76.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5ba5ffc\",\"repeater_bg_image\":{\"id\":187,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ae7914\",\"repeater_bg_image\":{\"id\":188,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"}}]},\"elements\":[{\"id\":\"1651fb3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"0c5eae6\"}],\"margin\":{\"unit\":\"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\":\"6dd2cf41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"76\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"88f079d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":178,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-70.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5319551\",\"repeater_bg_image\":{\"id\":179,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-71.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1874f56\",\"repeater_bg_image\":{\"id\":180,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-72.png\"}}]},\"elements\":[{\"id\":\"1c2223b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"fd39f3b\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true},{\"id\":\"64e1eded\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"ekit_all_conditions_list\":[{\"_id\":\"e8f6424\"}],\"margin\":{\"unit\":\"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\":80},\"elements\":[],\"isInner\":true},{\"id\":\"29b2674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"f87a43f\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4b7b6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"776f138\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":183,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-73.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3f936b9\",\"repeater_bg_image\":{\"id\":184,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-74.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"864d634\",\"repeater_bg_image\":{\"id\":185,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-75.png\"}}]},\"elements\":[{\"id\":\"77f43270\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"0e0fa17\"}],\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a609db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-green.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-57,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88b957\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Profile\",\"ekit_icon_box_description_text\":\"Temukan Lebih Dalam Profil dan Latar Belakang pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#68BD48\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#68BD48\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#68BD48\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#68BD48\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-burger\",\"library\":\"ekiticons\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"50c7a6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"9007d8b\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3b0bf459\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Program\",\"ekit_icon_box_description_text\":\"Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-cheese\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#F74C3A\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#F74C3A\",\"ekit_icon_title_color_hover\":\"#F74C3A\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#FFFFFF\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#F74C3A\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F74C3A\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#F74C3A\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#F74C3A\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#F74C3A\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f768fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b516e64\"}],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a4dc92f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Dukungan\",\"ekit_icon_box_description_text\":\"Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-pizza\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#FBB34F\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#FBB34F\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#FBB34F\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#FBB34F\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c2e6a08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-yellow.png\"},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_z_index\":0,\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-217.1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(763, 191, '_elementor_page_assets', 'a:0:{}'),
(764, 191, '_elementor_css', 'a:6:{s:4:\"time\";i:1688921652;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(766, 2, '_edit_lock', '1689361452:1'),
(767, 2, '_edit_last', '1'),
(768, 2, 'slide_template', 'default'),
(770, 2, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(771, 2, '_yoast_wpseo_wordproof_timestamp', ''),
(772, 193, '_edit_last', '1'),
(773, 193, '_wp_page_template', 'default'),
(774, 193, 'slide_template', 'default'),
(783, 195, '_edit_last', '1'),
(784, 195, '_wp_page_template', 'default'),
(785, 195, 'slide_template', 'default'),
(794, 195, '_wp_trash_meta_status', 'publish'),
(795, 195, '_wp_trash_meta_time', '1688922565'),
(796, 195, '_wp_desired_post_slug', 'area-pendukung-2'),
(797, 199, '_edit_last', '1'),
(798, 199, '_wp_page_template', 'elementor_canvas'),
(799, 199, 'slide_template', 'default'),
(817, 204, '_menu_item_type', 'post_type'),
(818, 204, '_menu_item_menu_item_parent', '0'),
(819, 204, '_menu_item_object_id', '30'),
(820, 204, '_menu_item_object', 'page'),
(821, 204, '_menu_item_target', ''),
(822, 204, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(823, 204, '_menu_item_xfn', ''),
(824, 204, '_menu_item_url', ''),
(825, 204, '_menu_item_orphaned', '1688922743'),
(835, 206, '_menu_item_type', 'post_type'),
(836, 206, '_menu_item_menu_item_parent', '0'),
(837, 206, '_menu_item_object_id', '28'),
(838, 206, '_menu_item_object', 'page'),
(839, 206, '_menu_item_target', ''),
(840, 206, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(841, 206, '_menu_item_xfn', ''),
(842, 206, '_menu_item_url', ''),
(843, 206, '_menu_item_orphaned', '1688922743'),
(844, 207, '_menu_item_type', 'post_type'),
(845, 207, '_menu_item_menu_item_parent', '0'),
(846, 207, '_menu_item_object_id', '31'),
(847, 207, '_menu_item_object', 'page'),
(848, 207, '_menu_item_target', ''),
(849, 207, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(850, 207, '_menu_item_xfn', ''),
(851, 207, '_menu_item_url', ''),
(852, 207, '_menu_item_orphaned', '1688922743'),
(862, 209, '_menu_item_type', 'post_type'),
(863, 209, '_menu_item_menu_item_parent', '0'),
(864, 209, '_menu_item_object_id', '27'),
(865, 209, '_menu_item_object', 'page'),
(866, 209, '_menu_item_target', ''),
(867, 209, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(868, 209, '_menu_item_xfn', ''),
(869, 209, '_menu_item_url', ''),
(870, 209, '_menu_item_orphaned', '1688922744'),
(885, 211, '_elementor_edit_mode', 'builder'),
(886, 211, '_elementor_template_type', 'wp-post'),
(887, 211, '_elementor_version', '3.15.0-dev2'),
(888, 211, 'ekit_post_views_count', '2'),
(889, 211, '_edit_lock', '1688922865:1'),
(890, 212, '_edit_lock', '1688923717:1'),
(891, 212, '_wp_trash_meta_status', 'publish'),
(892, 212, '_wp_trash_meta_time', '1688923250'),
(893, 213, '_wp_attached_file', '2023/07/logo.jpg'),
(894, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:591;s:6:\"height\";i:584;s:4:\"file\";s:16:\"2023/07/logo.jpg\";s:8:\"filesize\";i:22306;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"logo-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12220;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5792;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:16:\"logo-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(895, 214, '_wp_attached_file', '2023/07/cropped-logo.jpg'),
(896, 214, '_wp_attachment_context', 'site-icon'),
(897, 214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2023/07/cropped-logo.jpg\";s:8:\"filesize\";i:22688;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5751;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:24:\"cropped-logo-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6234;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:24:\"cropped-logo-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10715;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:24:\"cropped-logo-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7269;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:24:\"cropped-logo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6708;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:22:\"cropped-logo-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(898, 215, '_wp_trash_meta_status', 'publish'),
(899, 215, '_wp_trash_meta_time', '1688923369'),
(900, 216, '_edit_lock', '1688923451:1'),
(901, 216, '_wp_trash_meta_status', 'publish'),
(902, 216, '_wp_trash_meta_time', '1688923458'),
(903, 217, '_wp_page_template', 'elementor_header_footer'),
(904, 217, '_elementor_edit_mode', 'builder'),
(905, 217, '_elementor_template_type', 'wp-page'),
(906, 217, '_elementor_version', '3.15.0-dev2'),
(907, 217, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(908, 217, '_elementor_data', '[{\"id\":\"072e57e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"28b3c36\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"498db8c\"}]},\"elements\":[{\"id\":\"3cfe765\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"790fcd53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[{\"_id\":\"b56b774\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"227\",\"right\":\"0\",\"bottom\":\"115\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":186,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-76.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5ba5ffc\",\"repeater_bg_image\":{\"id\":187,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ae7914\",\"repeater_bg_image\":{\"id\":188,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"}}]},\"elements\":[{\"id\":\"1651fb3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"0c5eae6\"}],\"margin\":{\"unit\":\"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\":\"6dd2cf41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"76\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"88f079d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":178,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-70.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5319551\",\"repeater_bg_image\":{\"id\":179,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-71.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1874f56\",\"repeater_bg_image\":{\"id\":180,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-72.png\"}}]},\"elements\":[{\"id\":\"1c2223b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"fd39f3b\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true},{\"id\":\"64e1eded\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"ekit_all_conditions_list\":[{\"_id\":\"e8f6424\"}],\"margin\":{\"unit\":\"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\":80},\"elements\":[],\"isInner\":true},{\"id\":\"29b2674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"f87a43f\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4b7b6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"776f138\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":183,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-73.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3f936b9\",\"repeater_bg_image\":{\"id\":184,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-74.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"864d634\",\"repeater_bg_image\":{\"id\":185,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-75.png\"}}]},\"elements\":[{\"id\":\"77f43270\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"0e0fa17\"}],\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a609db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-green.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-57,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88b957\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Profile\",\"ekit_icon_box_description_text\":\"Temukan Lebih Dalam Profil dan Latar Belakang pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#68BD48\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#68BD48\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#68BD48\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#68BD48\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-burger\",\"library\":\"ekiticons\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"50c7a6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"9007d8b\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3b0bf459\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Program\",\"ekit_icon_box_description_text\":\"Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-cheese\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#F74C3A\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#F74C3A\",\"ekit_icon_title_color_hover\":\"#F74C3A\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#FFFFFF\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#F74C3A\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F74C3A\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#F74C3A\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#F74C3A\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#F74C3A\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f768fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b516e64\"}],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a4dc92f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Dukungan\",\"ekit_icon_box_description_text\":\"Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-pizza\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#FBB34F\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#FBB34F\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#FBB34F\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#FBB34F\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c2e6a08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-yellow.png\"},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_z_index\":0,\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-217.1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(909, 217, '_elementor_page_assets', 'a:0:{}'),
(910, 217, '_elementor_css', 'a:6:{s:4:\"time\";i:1688922382;s:5:\"fonts\";a:1:{i:0;s:7:\"Archivo\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(911, 218, '_wp_page_template', 'elementor_header_footer'),
(912, 218, '_elementor_edit_mode', 'builder'),
(913, 218, '_elementor_template_type', 'wp-page'),
(914, 218, '_elementor_version', '3.15.0-dev2'),
(915, 218, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(916, 218, '_elementor_data', '[{\"id\":\"072e57e\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"28b3c36\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"498db8c\"}]},\"elements\":[{\"id\":\"3cfe765\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"790fcd53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[{\"_id\":\"b56b774\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"227\",\"right\":\"0\",\"bottom\":\"115\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":186,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-76.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5ba5ffc\",\"repeater_bg_image\":{\"id\":187,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ae7914\",\"repeater_bg_image\":{\"id\":188,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"}}]},\"elements\":[{\"id\":\"1651fb3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"0c5eae6\"}],\"margin\":{\"unit\":\"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\":\"6dd2cf41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"76\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"88f079d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":178,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-70.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5319551\",\"repeater_bg_image\":{\"id\":179,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-71.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1874f56\",\"repeater_bg_image\":{\"id\":180,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-72.png\"}}]},\"elements\":[{\"id\":\"1c2223b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"fd39f3b\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true},{\"id\":\"64e1eded\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"ekit_all_conditions_list\":[{\"_id\":\"e8f6424\"}],\"margin\":{\"unit\":\"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\":80},\"elements\":[],\"isInner\":true},{\"id\":\"29b2674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"f87a43f\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4b7b6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"776f138\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":183,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-73.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3f936b9\",\"repeater_bg_image\":{\"id\":184,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-74.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"864d634\",\"repeater_bg_image\":{\"id\":185,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-75.png\"}}]},\"elements\":[{\"id\":\"77f43270\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"0e0fa17\"}],\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a609db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-green.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-57,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88b957\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Profile\",\"ekit_icon_box_description_text\":\"Temukan Lebih Dalam Profil dan Latar Belakang pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#68BD48\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#68BD48\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#68BD48\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#68BD48\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-burger\",\"library\":\"ekiticons\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"50c7a6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"9007d8b\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3b0bf459\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Program\",\"ekit_icon_box_description_text\":\"Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-cheese\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#F74C3A\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#F74C3A\",\"ekit_icon_title_color_hover\":\"#F74C3A\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#FFFFFF\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#F74C3A\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F74C3A\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#F74C3A\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#F74C3A\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#F74C3A\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f768fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b516e64\"}],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a4dc92f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Dukungan\",\"ekit_icon_box_description_text\":\"Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-pizza\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#FBB34F\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#FBB34F\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#FBB34F\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#FBB34F\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c2e6a08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-yellow.png\"},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_z_index\":0,\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-217.1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(917, 218, '_elementor_page_assets', 'a:0:{}'),
(918, 218, '_elementor_css', 'a:6:{s:4:\"time\";i:1688922382;s:5:\"fonts\";a:1:{i:0;s:7:\"Archivo\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(919, 219, '_wp_page_template', 'elementor_header_footer'),
(920, 219, '_elementor_edit_mode', 'builder'),
(921, 219, '_elementor_template_type', 'wp-page'),
(922, 219, '_elementor_version', '3.15.0-dev2'),
(923, 219, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(924, 219, '_elementor_data', '[{\"id\":\"790fcd53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[{\"_id\":\"b56b774\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"227\",\"right\":\"0\",\"bottom\":\"115\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":186,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-76.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5ba5ffc\",\"repeater_bg_image\":{\"id\":187,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ae7914\",\"repeater_bg_image\":{\"id\":188,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"}}]},\"elements\":[{\"id\":\"1651fb3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"0c5eae6\"}],\"margin\":{\"unit\":\"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\":\"6dd2cf41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"76\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"88f079d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":178,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-70.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5319551\",\"repeater_bg_image\":{\"id\":179,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-71.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1874f56\",\"repeater_bg_image\":{\"id\":180,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-72.png\"}}]},\"elements\":[{\"id\":\"1c2223b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"fd39f3b\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true},{\"id\":\"64e1eded\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"ekit_all_conditions_list\":[{\"_id\":\"e8f6424\"}],\"margin\":{\"unit\":\"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\":80},\"elements\":[],\"isInner\":true},{\"id\":\"29b2674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"f87a43f\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4b7b6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"776f138\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":183,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-73.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3f936b9\",\"repeater_bg_image\":{\"id\":184,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-74.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"864d634\",\"repeater_bg_image\":{\"id\":185,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-75.png\"}}]},\"elements\":[{\"id\":\"77f43270\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"0e0fa17\"}],\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a609db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-green.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-57,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88b957\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Profile\",\"ekit_icon_box_description_text\":\"Temukan Lebih Dalam Profil dan Latar Belakang pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#68BD48\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#68BD48\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#68BD48\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#68BD48\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-burger\",\"library\":\"ekiticons\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"50c7a6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"9007d8b\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3b0bf459\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Program\",\"ekit_icon_box_description_text\":\"Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-cheese\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#F74C3A\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#F74C3A\",\"ekit_icon_title_color_hover\":\"#F74C3A\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#FFFFFF\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#F74C3A\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F74C3A\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#F74C3A\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#F74C3A\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#F74C3A\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f768fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b516e64\"}],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a4dc92f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Dukungan\",\"ekit_icon_box_description_text\":\"Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-pizza\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#FBB34F\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#FBB34F\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#FBB34F\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#FBB34F\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c2e6a08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-yellow.png\"},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_z_index\":0,\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-217.1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(925, 219, '_elementor_page_assets', 'a:0:{}'),
(926, 219, '_elementor_css', 'a:6:{s:4:\"time\";i:1688922382;s:5:\"fonts\";a:1:{i:0;s:7:\"Archivo\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(928, 215, '_edit_lock', '1688923476:1'),
(929, 220, '_edit_lock', '1688923600:1'),
(930, 220, '_wp_trash_meta_status', 'publish'),
(931, 220, '_wp_trash_meta_time', '1688923623'),
(932, 221, '_wp_page_template', 'elementor_header_footer'),
(933, 221, '_elementor_edit_mode', 'builder'),
(934, 221, '_elementor_template_type', 'wp-page'),
(935, 221, '_elementor_version', '3.15.0-dev2'),
(936, 221, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(937, 221, '_elementor_data', '[{\"id\":\"790fcd53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[{\"_id\":\"b56b774\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"227\",\"right\":\"0\",\"bottom\":\"115\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":186,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-76.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5ba5ffc\",\"repeater_bg_image\":{\"id\":187,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ae7914\",\"repeater_bg_image\":{\"id\":188,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"}}]},\"elements\":[{\"id\":\"1651fb3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"0c5eae6\"}],\"margin\":{\"unit\":\"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\":\"6dd2cf41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"76\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"88f079d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":178,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-70.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5319551\",\"repeater_bg_image\":{\"id\":179,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-71.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1874f56\",\"repeater_bg_image\":{\"id\":180,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-72.png\"}}]},\"elements\":[{\"id\":\"1c2223b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"fd39f3b\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true},{\"id\":\"64e1eded\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"ekit_all_conditions_list\":[{\"_id\":\"e8f6424\"}],\"margin\":{\"unit\":\"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\":80},\"elements\":[],\"isInner\":true},{\"id\":\"29b2674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"f87a43f\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4b7b6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"776f138\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":183,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-73.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3f936b9\",\"repeater_bg_image\":{\"id\":184,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-74.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"864d634\",\"repeater_bg_image\":{\"id\":185,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-75.png\"}}]},\"elements\":[{\"id\":\"77f43270\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"0e0fa17\"}],\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a609db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-green.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-57,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88b957\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Profile\",\"ekit_icon_box_description_text\":\"Temukan Lebih Dalam Profil dan Latar Belakang pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#68BD48\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#68BD48\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#68BD48\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#68BD48\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-burger\",\"library\":\"ekiticons\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"50c7a6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"9007d8b\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3b0bf459\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Program\",\"ekit_icon_box_description_text\":\"Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-cheese\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#F74C3A\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#F74C3A\",\"ekit_icon_title_color_hover\":\"#F74C3A\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#FFFFFF\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#F74C3A\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F74C3A\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#F74C3A\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#F74C3A\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#F74C3A\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f768fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b516e64\"}],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a4dc92f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Dukungan\",\"ekit_icon_box_description_text\":\"Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-pizza\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#FBB34F\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#FBB34F\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#FBB34F\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#FBB34F\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c2e6a08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-yellow.png\"},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_z_index\":0,\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-217.1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(938, 221, '_elementor_page_assets', 'a:0:{}'),
(939, 221, '_elementor_css', 'a:6:{s:4:\"time\";i:1688923474;s:5:\"fonts\";a:1:{i:0;s:7:\"Archivo\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(940, 222, '_wp_page_template', 'elementor_header_footer'),
(941, 222, '_elementor_edit_mode', 'builder'),
(942, 222, '_elementor_template_type', 'wp-page'),
(943, 222, '_elementor_version', '3.15.0-dev2'),
(944, 222, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(945, 222, '_elementor_data', '[{\"id\":\"790fcd53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"ekit_all_conditions_list\":[{\"_id\":\"b56b774\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"227\",\"right\":\"0\",\"bottom\":\"115\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":186,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-76.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5ba5ffc\",\"repeater_bg_image\":{\"id\":187,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7ae7914\",\"repeater_bg_image\":{\"id\":188,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"}}]},\"elements\":[{\"id\":\"1651fb3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"0c5eae6\"}],\"margin\":{\"unit\":\"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\":\"6dd2cf41\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"76\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"88f079d\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":178,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-70.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"5319551\",\"repeater_bg_image\":{\"id\":179,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-71.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1874f56\",\"repeater_bg_image\":{\"id\":180,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-72.png\"}}]},\"elements\":[{\"id\":\"1c2223b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"fd39f3b\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true},{\"id\":\"64e1eded\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.332,\"ekit_all_conditions_list\":[{\"_id\":\"e8f6424\"}],\"margin\":{\"unit\":\"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\":80},\"elements\":[],\"isInner\":true},{\"id\":\"29b2674a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"ekit_all_conditions_list\":[{\"_id\":\"f87a43f\"}],\"margin\":{\"unit\":\"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\":10},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d4b7b6f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"776f138\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":183,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-73.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3f936b9\",\"repeater_bg_image\":{\"id\":184,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-74.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"864d634\",\"repeater_bg_image\":{\"id\":185,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-75.png\"}}]},\"elements\":[{\"id\":\"77f43270\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"0e0fa17\"}],\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a609db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-green.png\"},\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-57,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88b957\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Profile\",\"ekit_icon_box_description_text\":\"Temukan Lebih Dalam Profil dan Latar Belakang pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#68BD48\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#68BD48\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#68BD48\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#68BD48\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#68BD48\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-burger\",\"library\":\"ekiticons\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"50c7a6b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"9007d8b\"}],\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"3b0bf459\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Program\",\"ekit_icon_box_description_text\":\"Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-cheese\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#F74C3A\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#F74C3A\",\"ekit_icon_title_color_hover\":\"#F74C3A\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#FFFFFF\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#F74C3A\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F74C3A\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#F74C3A\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#EA6B5B\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#F74C3A\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#F74C3A\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f768fea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b516e64\"}],\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a4dc92f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_title_text\":\"Dukungan\",\"ekit_icon_box_description_text\":\"Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya\",\"ekit_icon_box_btn_text\":\"Read More\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-pizza\",\"library\":\"ekiticons\"},\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_description_typography_group_typography\":\"custom\",\"ekit_icon_box_icon_primary_color\":\"#101010\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":30,\"left\":0,\"isLinked\":\"true\"},\"ekit_icon_box_icon_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_title_color\":\"#101010\",\"ekit_icon_title_color_hover\":\"#FBB34F\",\"ekit_icon_title_typography_group_font_family\":\"Archivo\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_description_color\":\"#666666\",\"ekit_icon_description_color_hover\":\"#666666\",\"ekit_icon_description_typography_group_font_family\":\"Archivo\",\"ekit_icon_description_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_description_typography_group_font_weight\":\"400\",\"ekit_icon_description_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"28\",\"bottom\":\"12\",\"left\":\"28\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_typography_group_typography\":\"custom\",\"ekit_icon_box_typography_group_font_family\":\"Archivo\",\"ekit_icon_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_icon_box_typography_group_font_weight\":\"400\",\"ekit_icon_box_typography_group_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_icon_box_button_text_color\":\"#101010\",\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#FFFFFF00\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_color_group_color\":\"#F7F7F7\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"ekit_icon_box_btn_hover_color\":\"#FFFFFF\",\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"ekit_icon_box_button_border_hv_color_group_color\":\"#FBB34F\",\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#FBB34F\",\"ekit_icon_box_infobox_border_radious_hv\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_hover_primary_color\":\"#FBB34F\",\"ekit_icon_box_btn_background_hover_group_background\":\"classic\",\"ekit_icon_box_btn_background_hover_group_color\":\"#FBB34F\",\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"c035a88\"}],\"ekit_icon_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_hv_group_box_shadow\":{\"horizontal\":-30,\"vertical\":30,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_z_index\":1,\"ekit_icon_box_header_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":\"46\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c2e6a08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/heading-color-splash-yellow.png\"},\"height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_z_index\":0,\"ekit_all_conditions_list\":[{\"_id\":\"ab143ba\"}],\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":63,\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":-217.1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y_end\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(946, 222, '_elementor_page_assets', 'a:0:{}'),
(947, 222, '_elementor_css', 'a:6:{s:4:\"time\";i:1688923474;s:5:\"fonts\";a:1:{i:0;s:7:\"Archivo\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(948, 223, '_wp_page_template', 'elementor_header_footer'),
(949, 223, '_elementor_edit_mode', 'builder'),
(950, 223, '_elementor_template_type', 'wp-page'),
(951, 223, '_elementor_version', '3.15.0-dev2'),
(952, 223, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(953, 223, '_elementor_data', '[]'),
(954, 223, '_elementor_page_assets', 'a:0:{}'),
(955, 223, '_elementor_css', 'a:6:{s:4:\"time\";i:1688923474;s:5:\"fonts\";a:1:{i:0;s:7:\"Archivo\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(957, 224, '_edit_last', '1'),
(958, 224, '_edit_lock', '1688923756:1'),
(959, 225, '_wp_attached_file', '2023/07/IMG-20230707-WA0028-1.jpg'),
(960, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:348;s:6:\"height\";i:590;s:4:\"file\";s:33:\"2023/07/IMG-20230707-WA0028-1.jpg\";s:8:\"filesize\";i:12783;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20230707-WA0028-1-177x300.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20230707-WA0028-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:3317;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:33:\"IMG-20230707-WA0028-1-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(961, 224, '_thumbnail_id', '225'),
(962, 224, '_wp_page_template', 'default'),
(963, 224, 'slide_template', 'default'),
(964, 224, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(965, 224, '_yoast_wpseo_wordproof_timestamp', ''),
(966, 227, '_wp_trash_meta_status', 'publish'),
(967, 227, '_wp_trash_meta_time', '1688923767'),
(968, 228, '_edit_lock', '1688923850:1'),
(969, 228, '_wp_trash_meta_status', 'publish'),
(970, 228, '_wp_trash_meta_time', '1688923854'),
(971, 227, '_edit_lock', '1688923861:1'),
(972, 229, '_wp_trash_meta_status', 'publish'),
(973, 229, '_wp_trash_meta_time', '1688923890'),
(974, 230, '_wp_attached_file', '2023/07/IMG-20230707-WA0027.jpg'),
(975, 230, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:415;s:6:\"height\";i:606;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0027.jpg\";s:8:\"filesize\";i:46044;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0027-205x300.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0027-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8605;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0027-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(976, 231, '_wp_attached_file', '2023/07/IMG-20230707-WA0028-2.jpg'),
(977, 231, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:348;s:6:\"height\";i:590;s:4:\"file\";s:33:\"2023/07/IMG-20230707-WA0028-2.jpg\";s:8:\"filesize\";i:12783;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG-20230707-WA0028-2-177x300.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG-20230707-WA0028-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:3317;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:33:\"IMG-20230707-WA0028-2-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(978, 232, '_wp_attached_file', '2023/07/IMG-20230707-WA0029.jpg'),
(979, 232, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0029.jpg\";s:8:\"filesize\";i:37109;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0029-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0029-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3977;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0029-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30217;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0029-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5522;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(980, 233, '_wp_attached_file', '2023/07/IMG-20230707-WA0030.jpg'),
(981, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:477;s:6:\"height\";i:936;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0030.jpg\";s:8:\"filesize\";i:28738;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0030-153x300.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4219;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0030-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(982, 234, '_wp_attached_file', '2023/07/IMG-20230707-WA0031.jpg'),
(983, 234, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:680;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0031.jpg\";s:8:\"filesize\";i:97430;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0031-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0031-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0031-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72724;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0031-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(984, 235, '_wp_attached_file', '2023/07/IMG-20230707-WA0032.jpg'),
(985, 235, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:575;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0032.jpg\";s:8:\"filesize\";i:75933;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0032-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0032-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58827;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0032-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10413;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(986, 236, '_wp_attached_file', '2023/07/IMG-20230707-WA0033.jpg'),
(987, 236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0033.jpg\";s:8:\"filesize\";i:101487;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0033-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0033-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7219;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0033-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76390;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0033-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(988, 237, '_wp_attached_file', '2023/07/IMG-20230707-WA0034.jpg'),
(989, 237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0034.jpg\";s:8:\"filesize\";i:116066;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0034-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21595;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8386;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0034-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10772;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(990, 238, '_wp_attached_file', '2023/07/IMG-20230707-WA0035.jpg'),
(991, 238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:365;s:6:\"height\";i:504;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0035.jpg\";s:8:\"filesize\";i:33168;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0035-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0035-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7402;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0035-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(992, 239, '_wp_attached_file', '2023/07/IMG-20230707-WA0036.jpg'),
(993, 239, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:913;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0036.jpg\";s:8:\"filesize\";i:85013;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0036-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0036-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0036-768x861.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82629;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0036-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(994, 240, '_wp_attached_file', '2023/07/IMG-20230707-WA0037.jpg'),
(995, 240, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:793;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0037.jpg\";s:8:\"filesize\";i:94206;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0037-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8558;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0037-768x595.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76234;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0037-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(996, 241, '_wp_attached_file', '2023/07/IMG-20230707-WA0038.jpg'),
(997, 241, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:644;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0038.jpg\";s:8:\"filesize\";i:81730;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0038-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6696;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0038-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(998, 242, '_wp_attached_file', '2023/07/IMG-20230707-WA0039.jpg'),
(999, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:473;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0039.jpg\";s:8:\"filesize\";i:61667;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0039-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11923;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0039-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0039-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47907;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0039-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1000, 243, '_wp_attached_file', '2023/07/IMG-20230707-WA0040.jpg'),
(1001, 243, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:576;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0040.jpg\";s:8:\"filesize\";i:70077;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0040-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0040-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7641;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0040-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1002, 244, '_wp_attached_file', '2023/07/IMG-20230707-WA0041.jpg'),
(1003, 244, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1020;s:6:\"height\";i:738;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0041.jpg\";s:8:\"filesize\";i:75536;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0041-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0041-768x556.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61301;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0041-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9858;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1004, 245, '_wp_attached_file', '2023/07/IMG-20230707-WA0042.jpg'),
(1005, 245, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0042.jpg\";s:8:\"filesize\";i:81621;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0042-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0042-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0042-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65619;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0042-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12001;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1006, 246, '_wp_attached_file', '2023/07/IMG-20230707-WA0043.jpg'),
(1007, 246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1023;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0043.jpg\";s:8:\"filesize\";i:70844;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0043-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0043-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0043-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57536;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0043-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1008, 247, '_wp_attached_file', '2023/07/IMG-20230707-WA0044.jpg');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1009, 247, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0044.jpg\";s:8:\"filesize\";i:156626;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0044-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0044-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10125;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0044-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1010, 248, '_wp_attached_file', '2023/07/IMG-20230707-WA0045.jpg'),
(1011, 248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0045.jpg\";s:8:\"filesize\";i:95224;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0045-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0045-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7398;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0045-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77295;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0045-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1012, 249, '_wp_attached_file', '2023/07/IMG-20230707-WA0046.jpg'),
(1013, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0046.jpg\";s:8:\"filesize\";i:115668;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0046-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0046-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0046-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90712;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0046-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1014, 250, '_wp_attached_file', '2023/07/IMG-20230707-WA0047.jpg'),
(1015, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:577;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0047.jpg\";s:8:\"filesize\";i:86132;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0047-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0047-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9764;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0047-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1016, 251, '_wp_attached_file', '2023/07/IMG-20230707-WA0048.jpg'),
(1017, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0048.jpg\";s:8:\"filesize\";i:22018;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0048-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0048-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4598;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0048-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1018, 252, '_wp_attached_file', '2023/07/IMG-20230707-WA0049.jpg'),
(1019, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:726;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0049.jpg\";s:8:\"filesize\";i:27107;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0049-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0049-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3975;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0049-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1020, 253, '_wp_attached_file', '2023/07/IMG-20230707-WA0050.jpg'),
(1021, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0050.jpg\";s:8:\"filesize\";i:90740;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7429;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0050-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74014;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0050-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1022, 254, '_wp_attached_file', '2023/07/IMG-20230707-WA0051.jpg'),
(1023, 254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2023/07/IMG-20230707-WA0051.jpg\";s:8:\"filesize\";i:87329;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6981;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0051-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70342;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:31:\"IMG-20230707-WA0051-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9833;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1024, 255, '_wp_attached_file', '2023/07/VID-20230707-WA0002.mp4'),
(1025, 255, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:3755363;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:23;s:16:\"length_formatted\";s:4:\"0:23\";s:5:\"width\";i:848;s:6:\"height\";i:480;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1688717286;}'),
(1026, 256, '_wp_attached_file', '2023/07/VID-20230707-WA0003.mp4'),
(1027, 256, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1704773;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:17;s:16:\"length_formatted\";s:4:\"0:17\";s:5:\"width\";i:544;s:6:\"height\";i:352;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(1028, 257, '_wp_attached_file', '2023/07/VID-20230707-WA0004.mp4'),
(1029, 257, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:1886374;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:18;s:16:\"length_formatted\";s:4:\"0:18\";s:5:\"width\";i:544;s:6:\"height\";i:352;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(1030, 258, '_wp_attached_file', '2023/07/VID-20230707-WA0005.mp4'),
(1031, 258, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:5891357;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:30;s:16:\"length_formatted\";s:4:\"0:30\";s:5:\"width\";i:480;s:6:\"height\";i:848;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
(1032, 259, '_wp_attached_file', '2023/07/VID-20230707-WA0006.mp4'),
(1033, 259, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:4864034;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:30;s:16:\"length_formatted\";s:4:\"0:30\";s:5:\"width\";i:848;s:6:\"height\";i:480;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1688717286;}'),
(1034, 260, '_wp_attached_file', '2023/07/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png'),
(1035, 260, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2023/07/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png\";s:8:\"filesize\";i:29145;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"Green-and-White-Illustrative-Coming-Soon-Twitter-Header-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4618;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"Green-and-White-Illustrative-Coming-Soon-Twitter-Header-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26301;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"Green-and-White-Illustrative-Coming-Soon-Twitter-Header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"Green-and-White-Illustrative-Coming-Soon-Twitter-Header-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17119;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:67:\"Green-and-White-Illustrative-Coming-Soon-Twitter-Header-250x145.png\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1874;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1036, 261, '_wp_page_template', 'elementor_header_footer'),
(1037, 261, '_elementor_edit_mode', 'builder'),
(1038, 261, '_elementor_template_type', 'wp-page'),
(1039, 261, '_elementor_version', '3.15.0-dev2'),
(1040, 261, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1041, 261, '_elementor_data', '[]'),
(1042, 261, '_elementor_page_assets', 'a:0:{}'),
(1043, 262, '_wp_page_template', 'elementor_header_footer'),
(1044, 262, '_elementor_edit_mode', 'builder'),
(1045, 262, '_elementor_template_type', 'wp-page'),
(1046, 262, '_elementor_version', '3.15.0-dev2'),
(1047, 262, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1048, 262, '_elementor_data', '[]'),
(1049, 262, '_elementor_page_assets', 'a:0:{}'),
(1050, 263, '_wp_page_template', 'elementor_header_footer'),
(1051, 263, '_elementor_edit_mode', 'builder'),
(1052, 263, '_elementor_template_type', 'wp-page'),
(1053, 263, '_elementor_version', '3.15.0-dev2'),
(1054, 263, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1055, 263, '_elementor_data', '[{\"id\":\"ae94fea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6f32881\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"038a618\"}]},\"elements\":[{\"id\":\"c5c11ae\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1056, 263, '_elementor_page_assets', 'a:0:{}'),
(1058, 29, '_yoast_wpseo_content_score', '90'),
(1060, 264, '_wp_page_template', 'elementor_header_footer'),
(1061, 264, '_elementor_edit_mode', 'builder'),
(1062, 264, '_elementor_template_type', 'wp-page'),
(1063, 264, '_elementor_version', '3.15.0-dev2'),
(1064, 264, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1065, 264, '_elementor_data', '[{\"id\":\"ae94fea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6f32881\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"038a618\"}]},\"elements\":[{\"id\":\"c5c11ae\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1066, 264, '_elementor_page_assets', 'a:0:{}'),
(1067, 264, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925475;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1068, 265, '_wp_page_template', 'elementor_header_footer'),
(1069, 265, '_elementor_edit_mode', 'builder'),
(1070, 265, '_elementor_template_type', 'wp-page'),
(1071, 265, '_elementor_version', '3.15.0-dev2'),
(1072, 265, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1073, 265, '_elementor_data', '[{\"id\":\"ae94fea\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"6f32881\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"038a618\"}]},\"elements\":[{\"id\":\"c5c11ae\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1074, 265, '_elementor_page_assets', 'a:0:{}'),
(1075, 265, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925475;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1076, 266, '_wp_page_template', 'elementor_header_footer'),
(1077, 266, '_elementor_edit_mode', 'builder'),
(1078, 266, '_elementor_template_type', 'wp-page'),
(1079, 266, '_elementor_version', '3.15.0-dev2'),
(1080, 266, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1081, 266, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1082, 266, '_elementor_page_assets', 'a:0:{}'),
(1083, 266, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925475;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1085, 267, '_wp_page_template', 'elementor_header_footer'),
(1086, 267, '_elementor_edit_mode', 'builder'),
(1087, 267, '_elementor_template_type', 'wp-page'),
(1088, 267, '_elementor_version', '3.15.0-dev2'),
(1089, 267, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1090, 267, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1091, 267, '_elementor_page_assets', 'a:0:{}'),
(1092, 267, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925621;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1093, 268, '_wp_page_template', 'elementor_header_footer'),
(1094, 268, '_elementor_edit_mode', 'builder'),
(1095, 268, '_elementor_template_type', 'wp-page'),
(1096, 268, '_elementor_version', '3.15.0-dev2'),
(1097, 268, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1098, 268, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1099, 268, '_elementor_page_assets', 'a:0:{}'),
(1100, 268, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925621;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1101, 269, '_wp_page_template', 'elementor_header_footer'),
(1102, 269, '_elementor_edit_mode', 'builder'),
(1103, 269, '_elementor_template_type', 'wp-page'),
(1104, 269, '_elementor_version', '3.15.0-dev2'),
(1105, 269, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1106, 269, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1107, 269, '_elementor_page_assets', 'a:0:{}'),
(1108, 269, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925621;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1110, 270, '_wp_page_template', 'elementor_header_footer'),
(1111, 270, '_elementor_edit_mode', 'builder'),
(1112, 270, '_elementor_template_type', 'wp-page'),
(1113, 270, '_elementor_version', '3.15.0-dev2'),
(1114, 270, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1115, 270, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1116, 270, '_elementor_page_assets', 'a:0:{}'),
(1117, 270, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925681;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1118, 271, '_wp_page_template', 'elementor_header_footer'),
(1119, 271, '_elementor_edit_mode', 'builder'),
(1120, 271, '_elementor_template_type', 'wp-page'),
(1121, 271, '_elementor_version', '3.15.0-dev2'),
(1122, 271, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1123, 271, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1124, 271, '_elementor_page_assets', 'a:0:{}'),
(1125, 271, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925681;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1126, 272, '_wp_page_template', 'elementor_header_footer'),
(1127, 272, '_elementor_edit_mode', 'builder'),
(1128, 272, '_elementor_template_type', 'wp-page'),
(1129, 272, '_elementor_version', '3.15.0-dev2'),
(1130, 272, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1131, 272, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1132, 272, '_elementor_page_assets', 'a:0:{}'),
(1133, 272, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925681;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1135, 273, '_wp_page_template', 'elementor_header_footer'),
(1136, 273, '_elementor_edit_mode', 'builder'),
(1137, 273, '_elementor_template_type', 'wp-page'),
(1138, 273, '_elementor_version', '3.15.0-dev2'),
(1139, 273, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1140, 273, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1141, 273, '_elementor_page_assets', 'a:0:{}'),
(1142, 273, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1143, 274, '_wp_page_template', 'elementor_header_footer'),
(1144, 274, '_elementor_edit_mode', 'builder'),
(1145, 274, '_elementor_template_type', 'wp-page'),
(1146, 274, '_elementor_version', '3.15.0-dev2'),
(1147, 274, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1148, 274, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1149, 274, '_elementor_page_assets', 'a:0:{}'),
(1150, 274, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1151, 275, '_wp_page_template', 'elementor_header_footer'),
(1152, 275, '_elementor_edit_mode', 'builder'),
(1153, 275, '_elementor_template_type', 'wp-page'),
(1154, 275, '_elementor_version', '3.15.0-dev2'),
(1155, 275, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1156, 275, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1157, 275, '_elementor_page_assets', 'a:0:{}'),
(1158, 275, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1160, 276, '_wp_attached_file', '2023/07/3-scaled.jpg'),
(1161, 276, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2023/07/3-scaled.jpg\";s:8:\"filesize\";i:65466;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2634;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13719;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1569;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8915;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"3-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26870;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"3-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44038;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:13:\"3-250x145.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:30:\"Dark Green Abstract 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:30:\"Dark Green Abstract Background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:4:\"Dark\";i:1;s:5:\"Green\";i:2;s:8:\"Abstract\";i:3;s:7:\"Voucher\";i:4;s:7:\"Website\";i:5;s:8:\"Brochure\";i:6;s:6:\"Advert\";i:7;s:5:\"Flyer\";i:8;s:4:\"Card\";i:9;s:12:\"Illustration\";i:10;s:10:\"Background\";i:11;s:6:\"Banner\";i:12;s:6:\"Design\";i:13;s:5:\"Label\";i:14;s:3:\"Art\";i:15;s:10:\"Decoration\";i:16;s:6:\"Symbol\";i:17;s:6:\"Online\";i:18;s:9:\"Marketing\";i:19;s:7:\"Special\";i:20;s:6:\"Layout\";i:21;s:5:\"Merge\";i:22;s:9:\"Colourful\";i:23;s:7:\"Vibrant\";i:24;s:5:\"Sharp\";i:25;s:6:\"Shapes\";i:26;s:9:\"Wallpaper\";i:27;s:7:\"Texture\";i:28;s:6:\"Shades\";i:29;s:6:\"Modern\";i:30;s:6:\"Bright\";i:31;s:12:\"Contemporary\";i:32;s:3:\"Mix\";i:33;s:6:\"Effect\";i:34;s:3:\"Arc\";i:35;s:6:\"Curves\";i:36;s:9:\"Backlight\";i:37;s:5:\"Blend\";i:38;s:7:\"Blended\";i:39;s:5:\"Vivid\";i:40;s:7:\"Radiate\";i:41;s:7:\"Graphic\";i:42;s:5:\"Lines\";i:43;s:8:\"Creative\";i:44;s:7:\"Digital\";i:45;s:8:\"Backdrop\";i:46;s:8:\"Elements\";i:47;s:5:\"Edges\";i:48;s:5:\"Cover\";}}s:14:\"original_image\";s:5:\"3.jpg\";}'),
(1195, 288, '_wp_page_template', 'elementor_header_footer'),
(1196, 288, '_elementor_edit_mode', 'builder'),
(1197, 288, '_elementor_template_type', 'wp-page'),
(1198, 288, '_elementor_version', '3.15.0-dev2'),
(1199, 288, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1200, 288, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1201, 288, '_elementor_page_assets', 'a:0:{}'),
(1202, 288, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925756;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1203, 289, '_wp_page_template', 'elementor_header_footer'),
(1204, 289, '_elementor_edit_mode', 'builder'),
(1205, 289, '_elementor_template_type', 'wp-page'),
(1206, 289, '_elementor_version', '3.15.0-dev2'),
(1207, 289, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1208, 289, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false}]'),
(1209, 289, '_elementor_page_assets', 'a:0:{}'),
(1210, 289, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925756;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1211, 290, '_wp_page_template', 'elementor_header_footer'),
(1212, 290, '_elementor_edit_mode', 'builder'),
(1213, 290, '_elementor_template_type', 'wp-page'),
(1214, 290, '_elementor_version', '3.15.0-dev2'),
(1215, 290, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1216, 290, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"79efd167\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Box shadow style\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400\\\">Get the most amazing design with box shadow style. With this perfect looking\\u00a0<\\/span><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"7144936\"}],\"ekit_heading_seperator_image\":{\"id\":277,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247-1.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1217, 290, '_elementor_page_assets', 'a:0:{}'),
(1218, 290, '_elementor_css', 'a:6:{s:4:\"time\";i:1688925756;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1220, 291, '_wp_page_template', 'elementor_header_footer'),
(1221, 291, '_elementor_edit_mode', 'builder'),
(1222, 291, '_elementor_template_type', 'wp-page'),
(1223, 291, '_elementor_version', '3.15.0-dev2'),
(1224, 291, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1225, 291, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"79efd167\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Box shadow style\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400\\\">Get the most amazing design with box shadow style. With this perfect looking\\u00a0<\\/span><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"7144936\"}],\"ekit_heading_seperator_image\":{\"id\":277,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247-1.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1226, 291, '_elementor_page_assets', 'a:0:{}'),
(1227, 291, '_elementor_css', 'a:6:{s:4:\"time\";i:1688927044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1228, 292, '_wp_page_template', 'elementor_header_footer'),
(1229, 292, '_elementor_edit_mode', 'builder'),
(1230, 292, '_elementor_template_type', 'wp-page'),
(1231, 292, '_elementor_version', '3.15.0-dev2'),
(1232, 292, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1233, 292, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"79efd167\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Box shadow style\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400\\\">Get the most amazing design with box shadow style. With this perfect looking\\u00a0<\\/span><\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"7144936\"}],\"ekit_heading_seperator_image\":{\"id\":277,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-247-1.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1234, 292, '_elementor_page_assets', 'a:0:{}'),
(1235, 292, '_elementor_css', 'a:6:{s:4:\"time\";i:1688927044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1236, 293, '_wp_page_template', 'elementor_header_footer'),
(1237, 293, '_elementor_edit_mode', 'builder'),
(1238, 293, '_elementor_template_type', 'wp-page'),
(1239, 293, '_elementor_version', '3.15.0-dev2'),
(1240, 293, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1241, 293, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1242, 293, '_elementor_page_assets', 'a:0:{}'),
(1243, 293, '_elementor_css', 'a:6:{s:4:\"time\";i:1688927044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1284, 211, '_elementor_css', 'a:7:{s:4:\"time\";i:1688927336;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(1342, 324, '_wp_page_template', 'elementor_header_footer'),
(1343, 324, '_elementor_edit_mode', 'builder'),
(1344, 324, '_elementor_template_type', 'wp-page'),
(1345, 324, '_elementor_version', '3.15.0-dev2'),
(1346, 324, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1347, 324, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1348, 324, '_elementor_page_assets', 'a:0:{}'),
(1349, 324, '_elementor_css', 'a:6:{s:4:\"time\";i:1688927514;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1350, 325, '_wp_page_template', 'elementor_header_footer'),
(1351, 325, '_elementor_edit_mode', 'builder'),
(1352, 325, '_elementor_template_type', 'wp-page'),
(1353, 325, '_elementor_version', '3.15.0-dev2'),
(1354, 325, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1355, 325, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1356, 325, '_elementor_page_assets', 'a:0:{}'),
(1357, 325, '_elementor_css', 'a:6:{s:4:\"time\";i:1688927514;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1358, 326, '_wp_page_template', 'elementor_header_footer'),
(1359, 326, '_elementor_edit_mode', 'builder'),
(1360, 326, '_elementor_template_type', 'wp-page'),
(1361, 326, '_elementor_version', '3.15.0-dev2'),
(1362, 326, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1363, 326, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"3344b4db\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"890bf03\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":308,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-90.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4bf8389\",\"repeater_bg_image\":{\"id\":309,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-91.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"37c9a5d\",\"repeater_bg_image\":{\"id\":310,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-92.png\"}}]},\"elements\":[{\"id\":\"25e44895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"5d7e1c5\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"67537024\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best widget collection\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"cb3671e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"Engage Users\\n\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"665a051a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c99a64f\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":314,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-96.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"75ab73e\",\"repeater_bg_image\":{\"id\":315,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-97.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8515f89\",\"repeater_bg_image\":{\"id\":316,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-98.png\"}}]},\"elements\":[{\"id\":\"3b95df36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9198f99\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"519e3e6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Marketing\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"7c8adfa\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff67096\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmodLorem ipsum dolor sit amet, consectetur adipiscing elie\\n\\n\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"23b68d4\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":317,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/32a.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"5a6d7f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2467590\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2221bcb\"}]},\"elements\":[{\"id\":\"3c914a7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45.294},\"_flex_size\":\"none\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a81f3f6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"686e2ff\"}],\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50a3c89\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Profil\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"_id\":\"0bc82e4\"}],\"eael_fancy_text_suffix\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"f82a86b\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a5b40f2\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8180c\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Selengkapnya\",\"creative_button_secondary_text\":\"\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_alignment\":\"right\",\"eael_creative_button_background_color\":\"#185725\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"9e970eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b1c9928\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"81e5635\"}]},\"elements\":[{\"id\":\"089f0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-2.jpg\",\"id\":231,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1364, 326, '_elementor_page_assets', 'a:0:{}'),
(1365, 326, '_elementor_css', 'a:6:{s:4:\"time\";i:1688927514;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1366, 29, '_eael_widget_elements', 'a:1:{s:11:\"dual-header\";s:11:\"dual-header\";}'),
(1376, 329, '_wp_page_template', 'elementor_header_footer'),
(1377, 329, '_elementor_edit_mode', 'builder'),
(1378, 329, '_elementor_template_type', 'wp-page'),
(1379, 329, '_elementor_version', '3.15.0-dev2'),
(1380, 329, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1381, 329, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"3344b4db\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"890bf03\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":308,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-90.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4bf8389\",\"repeater_bg_image\":{\"id\":309,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-91.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"37c9a5d\",\"repeater_bg_image\":{\"id\":310,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-92.png\"}}]},\"elements\":[{\"id\":\"25e44895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"5d7e1c5\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"67537024\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best widget collection\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"cb3671e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"Engage Users\\n\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"665a051a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c99a64f\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":314,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-96.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"75ab73e\",\"repeater_bg_image\":{\"id\":315,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-97.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8515f89\",\"repeater_bg_image\":{\"id\":316,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-98.png\"}}]},\"elements\":[{\"id\":\"3b95df36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9198f99\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"519e3e6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Marketing\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"7c8adfa\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff67096\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmodLorem ipsum dolor sit amet, consectetur adipiscing elie\\n\\n\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"23b68d4\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":317,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/32a.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"5a6d7f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2467590\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2221bcb\"}]},\"elements\":[{\"id\":\"3c914a7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45.294},\"_flex_size\":\"none\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a81f3f6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"686e2ff\"}],\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50a3c89\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Profil\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"_id\":\"0bc82e4\"}],\"eael_fancy_text_suffix\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"f82a86b\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a5b40f2\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8180c\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Selengkapnya\",\"creative_button_secondary_text\":\"\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_alignment\":\"right\",\"eael_creative_button_background_color\":\"#185725\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"9e970eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b1c9928\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"81e5635\"}]},\"elements\":[{\"id\":\"089f0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-2.jpg\",\"id\":231,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1382, 329, '_elementor_page_assets', 'a:0:{}'),
(1384, 330, '_wp_page_template', 'elementor_header_footer'),
(1385, 330, '_elementor_edit_mode', 'builder'),
(1386, 330, '_elementor_template_type', 'wp-page'),
(1387, 330, '_elementor_version', '3.15.0-dev2'),
(1388, 330, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1389, 330, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"3344b4db\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"890bf03\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":308,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-90.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"4bf8389\",\"repeater_bg_image\":{\"id\":309,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-91.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"37c9a5d\",\"repeater_bg_image\":{\"id\":310,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-92.png\"}}]},\"elements\":[{\"id\":\"25e44895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"5d7e1c5\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"67537024\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best widget collection\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"cb3671e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"Engage Users\\n\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"665a051a\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c99a64f\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":314,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-96.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"75ab73e\",\"repeater_bg_image\":{\"id\":315,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-97.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"8515f89\",\"repeater_bg_image\":{\"id\":316,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-98.png\"}}]},\"elements\":[{\"id\":\"3b95df36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9198f99\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"519e3e6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Marketing\\n\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"7c8adfa\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff67096\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Consectetur adipiscing elit, sed do eiusmodLorem ipsum dolor sit amet, consectetur adipiscing elie\\n\\n\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"23b68d4\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":317,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/32a.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"5a6d7f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2467590\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2221bcb\"}]},\"elements\":[{\"id\":\"3c914a7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":45.294},\"_flex_size\":\"none\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a81f3f6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"686e2ff\"}],\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"50a3c89\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Profil\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"_id\":\"0bc82e4\"}],\"eael_fancy_text_suffix\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"f82a86b\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a5b40f2\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8180c\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Selengkapnya\",\"creative_button_secondary_text\":\"\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_alignment\":\"right\",\"eael_creative_button_background_color\":\"#185725\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"9e970eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b1c9928\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"81e5635\"}]},\"elements\":[{\"id\":\"089f0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-2.jpg\",\"id\":231,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"opacity_hover\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1390, 330, '_elementor_page_assets', 'a:0:{}'),
(1391, 330, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928825;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1392, 331, '_wp_page_template', 'elementor_header_footer'),
(1393, 331, '_elementor_edit_mode', 'builder'),
(1394, 331, '_elementor_template_type', 'wp-page'),
(1395, 331, '_elementor_version', '3.15.0-dev2'),
(1396, 331, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1397, 331, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":241,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1398, 331, '_elementor_page_assets', 'a:0:{}'),
(1399, 331, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928825;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1401, 332, '_wp_page_template', 'elementor_header_footer'),
(1402, 332, '_elementor_edit_mode', 'builder'),
(1403, 332, '_elementor_template_type', 'wp-page'),
(1404, 332, '_elementor_version', '3.15.0-dev2'),
(1405, 332, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1406, 332, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":241,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1407, 332, '_elementor_page_assets', 'a:0:{}'),
(1408, 332, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928827;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1409, 333, '_wp_page_template', 'elementor_header_footer'),
(1410, 333, '_elementor_edit_mode', 'builder'),
(1411, 333, '_elementor_template_type', 'wp-page'),
(1412, 333, '_elementor_version', '3.15.0-dev2'),
(1413, 333, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1414, 333, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":241,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1415, 333, '_elementor_page_assets', 'a:0:{}'),
(1416, 333, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928827;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1417, 334, '_wp_page_template', 'elementor_header_footer'),
(1418, 334, '_elementor_edit_mode', 'builder'),
(1419, 334, '_elementor_template_type', 'wp-page'),
(1420, 334, '_elementor_version', '3.15.0-dev2'),
(1421, 334, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1422, 334, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1423, 334, '_elementor_page_assets', 'a:0:{}'),
(1424, 334, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928827;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1426, 335, '_wp_page_template', 'elementor_header_footer'),
(1427, 335, '_elementor_edit_mode', 'builder'),
(1428, 335, '_elementor_template_type', 'wp-page'),
(1429, 335, '_elementor_version', '3.15.0-dev2'),
(1430, 335, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1431, 335, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1432, 335, '_elementor_page_assets', 'a:0:{}'),
(1433, 335, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928909;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1434, 336, '_wp_page_template', 'elementor_header_footer'),
(1435, 336, '_elementor_edit_mode', 'builder'),
(1436, 336, '_elementor_template_type', 'wp-page'),
(1437, 336, '_elementor_version', '3.15.0-dev2'),
(1438, 336, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1439, 336, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}]},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1440, 336, '_elementor_page_assets', 'a:0:{}'),
(1441, 336, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928909;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1442, 337, '_wp_page_template', 'elementor_header_footer'),
(1443, 337, '_elementor_edit_mode', 'builder'),
(1444, 337, '_elementor_template_type', 'wp-page'),
(1445, 337, '_elementor_version', '3.15.0-dev2'),
(1446, 337, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1447, 337, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"yes\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aef480\",\"elType\":\"container\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"c6d04ab\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0463837\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"315349e\"}]},\"elements\":[{\"id\":\"8873477\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"3784071\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1726b95\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4e364cd\"}]},\"elements\":[{\"id\":\"f0aad15\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"17c2cd5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1ef25df\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"f02a6df\"}]},\"elements\":[{\"id\":\"7bc3d52\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"da71e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38fe8f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9c084ef\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1ce04c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5aecda0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3917714\"}]},\"elements\":[{\"id\":\"6b4a061\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1448, 337, '_elementor_page_assets', 'a:0:{}'),
(1449, 337, '_elementor_css', 'a:6:{s:4:\"time\";i:1688928909;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1451, 338, '_wp_page_template', 'elementor_header_footer'),
(1452, 338, '_elementor_edit_mode', 'builder'),
(1453, 338, '_elementor_template_type', 'wp-page'),
(1454, 338, '_elementor_version', '3.15.0-dev2'),
(1455, 338, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1456, 338, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"yes\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aef480\",\"elType\":\"container\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"c6d04ab\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0463837\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"315349e\"}]},\"elements\":[{\"id\":\"8873477\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"3784071\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1726b95\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4e364cd\"}]},\"elements\":[{\"id\":\"f0aad15\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"17c2cd5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1ef25df\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"f02a6df\"}]},\"elements\":[{\"id\":\"7bc3d52\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"da71e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38fe8f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9c084ef\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1ce04c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5aecda0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3917714\"}]},\"elements\":[{\"id\":\"6b4a061\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1457, 338, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1458, 338, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929255;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1459, 339, '_wp_page_template', 'elementor_header_footer'),
(1460, 339, '_elementor_edit_mode', 'builder'),
(1461, 339, '_elementor_template_type', 'wp-page'),
(1462, 339, '_elementor_version', '3.15.0-dev2'),
(1463, 339, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1464, 339, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"yes\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aef480\",\"elType\":\"container\",\"settings\":{\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"c6d04ab\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0463837\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"315349e\"}]},\"elements\":[{\"id\":\"8873477\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"3784071\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1726b95\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4e364cd\"}]},\"elements\":[{\"id\":\"f0aad15\",\"elType\":\"container\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"17c2cd5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1ef25df\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"f02a6df\"}]},\"elements\":[{\"id\":\"7bc3d52\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"da71e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38fe8f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9c084ef\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c1ce04c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5aecda0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"3917714\"}]},\"elements\":[{\"id\":\"6b4a061\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1465, 339, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1466, 339, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929255;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1467, 340, '_wp_page_template', 'elementor_header_footer'),
(1468, 340, '_elementor_edit_mode', 'builder'),
(1469, 340, '_elementor_template_type', 'wp-page'),
(1470, 340, '_elementor_version', '3.15.0-dev2'),
(1471, 340, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1472, 340, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"yes\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1473, 340, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1474, 340, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929255;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1476, 341, '_wp_page_template', 'elementor_header_footer'),
(1477, 341, '_elementor_edit_mode', 'builder'),
(1478, 341, '_elementor_template_type', 'wp-page'),
(1479, 341, '_elementor_version', '3.15.0-dev2'),
(1480, 341, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1481, 341, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"yes\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1482, 341, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1483, 341, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929269;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1484, 342, '_wp_page_template', 'elementor_header_footer'),
(1485, 342, '_elementor_edit_mode', 'builder'),
(1486, 342, '_elementor_template_type', 'wp-page'),
(1487, 342, '_elementor_version', '3.15.0-dev2'),
(1488, 342, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1489, 342, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"yes\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1490, 342, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1491, 342, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929269;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1492, 343, '_wp_page_template', 'elementor_header_footer'),
(1493, 343, '_elementor_edit_mode', 'builder'),
(1494, 343, '_elementor_template_type', 'wp-page'),
(1495, 343, '_elementor_version', '3.15.0-dev2'),
(1496, 343, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1497, 343, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1498, 343, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1499, 343, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929269;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1500, 25, 'ekit_post_views_count', '1'),
(1501, 344, '_wp_page_template', 'elementor_header_footer'),
(1502, 344, '_elementor_edit_mode', 'builder'),
(1503, 344, '_elementor_template_type', 'wp-page'),
(1504, 344, '_elementor_version', '3.15.0-dev2'),
(1505, 344, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1506, 344, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1507, 344, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1509, 345, '_wp_page_template', 'elementor_header_footer'),
(1510, 345, '_elementor_edit_mode', 'builder'),
(1511, 345, '_elementor_template_type', 'wp-page'),
(1512, 345, '_elementor_version', '3.15.0-dev2'),
(1513, 345, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1514, 345, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61a0631\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Selengkapnya\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_hover_animation_text\":\"Go\",\"button_position\":\"left\",\"button_content_align\":\"left\",\"select_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1515, 345, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1516, 345, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1517, 346, '_wp_page_template', 'elementor_header_footer'),
(1518, 346, '_elementor_edit_mode', 'builder'),
(1519, 346, '_elementor_template_type', 'wp-page'),
(1520, 346, '_elementor_version', '3.15.0-dev2'),
(1521, 346, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1522, 346, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1523, 346, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1524, 346, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929347;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1535, 350, '_wp_page_template', 'elementor_header_footer'),
(1536, 350, '_elementor_edit_mode', 'builder'),
(1537, 350, '_elementor_template_type', 'wp-page'),
(1538, 350, '_elementor_version', '3.15.0-dev2'),
(1539, 350, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1540, 350, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1541, 350, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1542, 350, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929351;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1543, 351, '_wp_page_template', 'elementor_header_footer'),
(1544, 351, '_elementor_edit_mode', 'builder'),
(1545, 351, '_elementor_template_type', 'wp-page'),
(1546, 351, '_elementor_version', '3.15.0-dev2'),
(1547, 351, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1548, 351, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"283ed3f1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_5\",\"ekit_all_conditions_list\":[{\"_id\":\"a479b31\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":304,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-87.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"2c113e0\",\"repeater_bg_image\":{\"id\":305,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-88.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"19ab0bc\",\"repeater_bg_image\":{\"id\":306,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-89.png\"}}]},\"elements\":[{\"id\":\"dd52195\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(1549, 351, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1550, 351, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929351;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1551, 352, '_wp_page_template', 'elementor_header_footer'),
(1552, 352, '_elementor_edit_mode', 'builder'),
(1553, 352, '_elementor_template_type', 'wp-page'),
(1554, 352, '_elementor_version', '3.15.0-dev2'),
(1555, 352, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1556, 352, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46486ee4\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"background_background\":\"classic\",\"bg_image\":{\"id\":347,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-105.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6c1ee83\",\"repeater_bg_image\":{\"id\":348,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-106.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"32977a3\",\"repeater_bg_image\":{\"id\":349,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-107.png\"}}]},\"elements\":[{\"id\":\"74ff1bbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"a62049e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"List Post Style with Round Image\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Display your blog post individually in full grid view on a light background\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b058ce7\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"19\",\"20\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF00\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(234, 234, 234, 0)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.18\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_num\":\"6\",\"ekit_blog_posts_title_position\":\"after_content\",\"ekit_blog_posts_background_color_b\":\"#000000\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"px\",\"size\":\"-6\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"8\",\"bottom\":\"2\",\"left\":\"8\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style_thumb\":\"flex\",\"ekit_blog_posts_title_trim\":\"5\",\"ekit_blog_posts_feature_img_size\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_hover_color\":\"#FE0467\",\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1557, 352, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1558, 352, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929351;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1569, 356, '_wp_page_template', 'elementor_header_footer'),
(1570, 356, '_elementor_edit_mode', 'builder'),
(1571, 356, '_elementor_template_type', 'wp-page'),
(1572, 356, '_elementor_version', '3.15.0-dev2'),
(1573, 356, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1574, 356, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46486ee4\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"background_background\":\"classic\",\"bg_image\":{\"id\":347,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-105.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6c1ee83\",\"repeater_bg_image\":{\"id\":348,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-106.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"32977a3\",\"repeater_bg_image\":{\"id\":349,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-107.png\"}}]},\"elements\":[{\"id\":\"74ff1bbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"a62049e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"List Post Style with Round Image\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Display your blog post individually in full grid view on a light background\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b058ce7\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"19\",\"20\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF00\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(234, 234, 234, 0)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.18\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_num\":\"6\",\"ekit_blog_posts_title_position\":\"after_content\",\"ekit_blog_posts_background_color_b\":\"#000000\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"px\",\"size\":\"-6\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"8\",\"bottom\":\"2\",\"left\":\"8\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style_thumb\":\"flex\",\"ekit_blog_posts_title_trim\":\"5\",\"ekit_blog_posts_feature_img_size\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_hover_color\":\"#FE0467\",\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1575, 356, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1576, 356, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929647;s:5:\"fonts\";a:2:{i:0;s:7:\"DM Sans\";i:2;s:7:\"Archivo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1577, 357, '_wp_page_template', 'elementor_header_footer'),
(1578, 357, '_elementor_edit_mode', 'builder'),
(1579, 357, '_elementor_template_type', 'wp-page'),
(1580, 357, '_elementor_version', '3.15.0-dev2'),
(1581, 357, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1582, 357, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46486ee4\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"background_background\":\"classic\",\"bg_image\":{\"id\":347,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-105.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"6c1ee83\",\"repeater_bg_image\":{\"id\":348,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-106.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"32977a3\",\"repeater_bg_image\":{\"id\":349,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-107.png\"}}]},\"elements\":[{\"id\":\"74ff1bbe\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"a62049e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"List Post Style with Round Image\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Display your blog post individually in full grid view on a light background\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b058ce7\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"19\",\"20\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF00\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(234, 234, 234, 0)\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.18\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_num\":\"6\",\"ekit_blog_posts_title_position\":\"after_content\",\"ekit_blog_posts_background_color_b\":\"#000000\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"px\",\"size\":\"-6\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"8\",\"bottom\":\"2\",\"left\":\"8\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style_thumb\":\"flex\",\"ekit_blog_posts_title_trim\":\"5\",\"ekit_blog_posts_feature_img_size\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_hover_color\":\"#FE0467\",\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1583, 357, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1584, 357, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929647;s:5:\"fonts\";a:2:{i:0;s:7:\"DM Sans\";i:2;s:7:\"Archivo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1585, 358, '_wp_page_template', 'elementor_header_footer'),
(1586, 358, '_elementor_edit_mode', 'builder'),
(1587, 358, '_elementor_template_type', 'wp-page'),
(1588, 358, '_elementor_version', '3.15.0-dev2'),
(1589, 358, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1590, 358, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"730231b1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"bg_image\":{\"id\":353,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-108.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c57b7d0\",\"repeater_bg_image\":{\"id\":354,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-109.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7a8d4cd\",\"repeater_bg_image\":{\"id\":355,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-110.png\"}}]},\"elements\":[{\"id\":\"2495487d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"4e576c2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Program\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"73ae490a\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"16\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#EAEAEA\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.72\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"%\",\"size\":\"105\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_font_weight\":\"bold\",\"ekit_blog_posts_floating_category_typography_text_transform\":\"uppercase\",\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_color\":\"#1D60FE\",\"ekit_blog_posts_floating_category_bg_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1591, 358, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1592, 358, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929647;s:5:\"fonts\";a:2:{i:0;s:7:\"DM Sans\";i:2;s:7:\"Archivo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1594, 23, '_wp_trash_meta_status', 'publish'),
(1595, 23, '_wp_trash_meta_time', '1688929793'),
(1596, 23, '_wp_desired_post_slug', 'climate-crisis-into-the-mainstream-and-engages'),
(1597, 24, '_wp_trash_meta_status', 'publish'),
(1598, 24, '_wp_trash_meta_time', '1688929793'),
(1599, 24, '_wp_desired_post_slug', 'waste-management-for-smart-businesses'),
(1600, 25, '_wp_trash_meta_status', 'publish'),
(1601, 25, '_wp_trash_meta_time', '1688929793'),
(1602, 25, '_wp_desired_post_slug', 'trees-forever-statement-on-derecho-storm'),
(1603, 26, '_wp_trash_meta_status', 'publish'),
(1604, 26, '_wp_trash_meta_time', '1688929793'),
(1605, 26, '_wp_desired_post_slug', 'five-public-sector-trends-in-ecosystem-services'),
(1606, 1, '_wp_trash_meta_status', 'publish'),
(1607, 1, '_wp_trash_meta_time', '1688929793'),
(1608, 1, '_wp_desired_post_slug', 'hello-world'),
(1609, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(1610, 364, '_edit_last', '1'),
(1611, 364, '_edit_lock', '1688929779:1'),
(1612, 364, '_thumbnail_id', '239'),
(1613, 364, '_wp_page_template', 'default'),
(1616, 364, 'slide_template', 'default'),
(1617, 364, '_yoast_wpseo_content_score', '90'),
(1618, 364, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1619, 364, '_yoast_wpseo_wordproof_timestamp', ''),
(1620, 364, '_yoast_wpseo_primary_category', '25'),
(1621, 364, 'ekit_post_views_count', '4'),
(1622, 366, '_edit_last', '1'),
(1623, 366, '_thumbnail_id', '240'),
(1624, 366, '_wp_page_template', 'default'),
(1627, 366, 'slide_template', 'default'),
(1628, 366, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(1629, 366, '_yoast_wpseo_wordproof_timestamp', ''),
(1630, 366, '_yoast_wpseo_primary_category', '25'),
(1631, 366, '_edit_lock', '1689358590:1'),
(1632, 368, '_wp_page_template', 'elementor_header_footer'),
(1633, 368, '_elementor_edit_mode', 'builder'),
(1634, 368, '_elementor_template_type', 'wp-page'),
(1635, 368, '_elementor_version', '3.15.0-dev2'),
(1636, 368, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1637, 368, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"730231b1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"bg_image\":{\"id\":353,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-108.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c57b7d0\",\"repeater_bg_image\":{\"id\":354,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-109.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7a8d4cd\",\"repeater_bg_image\":{\"id\":355,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-110.png\"}}]},\"elements\":[{\"id\":\"2495487d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"4e576c2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Program\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"73ae490a\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"16\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#EAEAEA\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.72\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"%\",\"size\":\"105\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_font_weight\":\"bold\",\"ekit_blog_posts_floating_category_typography_text_transform\":\"uppercase\",\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_color\":\"#1D60FE\",\"ekit_blog_posts_floating_category_bg_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1638, 368, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1639, 368, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929778;s:5:\"fonts\";a:2:{i:0;s:7:\"DM Sans\";i:1;s:7:\"Archivo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1640, 369, '_wp_page_template', 'elementor_header_footer'),
(1641, 369, '_elementor_edit_mode', 'builder'),
(1642, 369, '_elementor_template_type', 'wp-page'),
(1643, 369, '_elementor_version', '3.15.0-dev2'),
(1644, 369, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1645, 369, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"730231b1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"bg_image\":{\"id\":353,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-108.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c57b7d0\",\"repeater_bg_image\":{\"id\":354,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-109.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7a8d4cd\",\"repeater_bg_image\":{\"id\":355,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-110.png\"}}]},\"elements\":[{\"id\":\"2495487d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"4e576c2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Program\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"73ae490a\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"16\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#EAEAEA\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.72\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"%\",\"size\":\"105\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_font_weight\":\"bold\",\"ekit_blog_posts_floating_category_typography_text_transform\":\"uppercase\",\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_color\":\"#1D60FE\",\"ekit_blog_posts_floating_category_bg_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1646, 369, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1647, 369, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929778;s:5:\"fonts\";a:2:{i:0;s:7:\"DM Sans\";i:1;s:7:\"Archivo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1648, 370, '_wp_page_template', 'elementor_header_footer'),
(1649, 370, '_elementor_edit_mode', 'builder'),
(1650, 370, '_elementor_template_type', 'wp-page'),
(1651, 370, '_elementor_version', '3.15.0-dev2'),
(1652, 370, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1653, 370, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"730231b1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"bg_image\":{\"id\":353,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-108.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c57b7d0\",\"repeater_bg_image\":{\"id\":354,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-109.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7a8d4cd\",\"repeater_bg_image\":{\"id\":355,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-110.png\"}}]},\"elements\":[{\"id\":\"2495487d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"4e576c2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Program\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"73ae490a\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"25\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#EAEAEA\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.72\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"%\",\"size\":\"105\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_font_weight\":\"bold\",\"ekit_blog_posts_floating_category_typography_text_transform\":\"uppercase\",\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_color\":\"#1D60FE\",\"ekit_blog_posts_floating_category_bg_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_column\":\"ekit-lg-3 ekit-md-6\",\"ekit_blog_posts_title\":\"\",\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_author_image\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1654, 370, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1655, 370, '_elementor_css', 'a:6:{s:4:\"time\";i:1688929778;s:5:\"fonts\";a:2:{i:0;s:7:\"DM Sans\";i:1;s:7:\"Archivo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1665, 372, '_wp_page_template', 'elementor_header_footer'),
(1666, 372, '_elementor_edit_mode', 'builder'),
(1667, 372, '_elementor_template_type', 'wp-page'),
(1668, 372, '_elementor_version', '3.15.0-dev2'),
(1669, 372, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1670, 372, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"730231b1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"bg_image\":{\"id\":353,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-108.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c57b7d0\",\"repeater_bg_image\":{\"id\":354,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-109.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7a8d4cd\",\"repeater_bg_image\":{\"id\":355,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-110.png\"}}]},\"elements\":[{\"id\":\"2495487d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"4e576c2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Program\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"73ae490a\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"25\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#EAEAEA\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.72\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"%\",\"size\":\"105\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_font_weight\":\"bold\",\"ekit_blog_posts_floating_category_typography_text_transform\":\"uppercase\",\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_color\":\"#1D60FE\",\"ekit_blog_posts_floating_category_bg_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_column\":\"ekit-lg-3 ekit-md-6\",\"ekit_blog_posts_title\":\"\",\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_author_image\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1671, 372, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1673, 373, '_wp_page_template', 'elementor_header_footer'),
(1674, 373, '_elementor_edit_mode', 'builder'),
(1675, 373, '_elementor_template_type', 'wp-page'),
(1676, 373, '_elementor_version', '3.15.0-dev2'),
(1677, 373, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1678, 373, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"730231b1\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"170a36f\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_section_parallax_multi_items\":[],\"background_color\":\"#F7F8FB\",\"bg_image\":{\"id\":353,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-108.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"c57b7d0\",\"repeater_bg_image\":{\"id\":354,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-109.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"7a8d4cd\",\"repeater_bg_image\":{\"id\":355,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-110.png\"}}]},\"elements\":[{\"id\":\"2495487d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2361acd\",\"ekit_condition_date\":\"29-06-2022\"}],\"align\":\"center\"},\"elements\":[{\"id\":\"4e576c2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Program\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#222222\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-2.24\",\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#777777\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"DM Sans\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"f15095b\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"670\",\"sizes\":[]},\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"73ae490a\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_btn_text\":\"Read More \",\"ekit_all_conditions_list\":[{\"_id\":\"19a4bde\",\"ekit_condition_date\":\"29-06-2022\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_blog_posts_cats\":[\"25\"],\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_author_icons\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_date_icons\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"far fa-folder\",\"library\":\"fa-regular\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"#EAEAEA\"},\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_feature_img_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"0\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":\"1\"},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_typography_typography\":\"custom\",\"ekit_blog_posts_meta_typography_font_family\":\"Archivo\",\"ekit_blog_posts_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"ekit_blog_posts_meta_color_normal\":\"#777777\",\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_blog_posts_title_typography_typography\":\"custom\",\"ekit_blog_posts_title_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_typography_font_weight\":\"700\",\"ekit_blog_posts_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.72\",\"sizes\":[]},\"ekit_blog_posts_title_color\":\"#222222\",\"ekit_blog_posts_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_vertical_alignment\":\"center\",\"ekit_blog_posts_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"false\"},\"ekit_blog_posts_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_meta_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_color\":\"#444444\",\"ekit_blog_posts_content_typography_typography\":\"custom\",\"ekit_blog_posts_content_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_content_typography_font_weight\":\"400\",\"ekit_blog_posts_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.5\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_content_highlight_border_top_bottom_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_border_highlight_bg_color_color\":\"#E6E8EA\",\"ekit_blog_posts_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"20\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.06)\"},\"ekit_blog_posts_title_separator_color\":\"#E6E8EA\",\"ekit_blog_posts_title_separator_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_blog_posts_title_separator_height\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_title_separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date\":\"\",\"ekit_blog_posts_floating_date_style\":\"style2\",\"ekit_blog_posts_btn_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_icon_align\":\"right\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_blog_posts_border_color\":\"#EAEAEA\",\"ekit_blog_posts_floating_date_height\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_width\":{\"unit\":\"px\",\"size\":\"64\",\"sizes\":[]},\"ekit_blog_posts_floating_date_left_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bottom_pos\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_style2_left_pos\":{\"unit\":\"px\",\"size\":\"-20\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"0.8\",\"sizes\":[]},\"ekit_blog_posts_floating_date_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.26\",\"sizes\":[]},\"ekit_blog_posts_floating_date_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_date_month_typography_group_typography\":\"custom\",\"ekit_blog_posts_floating_date_month_typography_group_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_date_month_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"ekit_blog_posts_floating_date_month_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.14\",\"sizes\":[]},\"ekit_blog_posts_floating_date_bg_color_group_background\":\"classic\",\"ekit_blog_posts_floating_date_bg_color_group_color\":\"#7004FE\",\"ekit_blog_posts_floating_date_padding\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"20\",\"bottom\":\"2\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_floating_date_triangle_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"20\",\"bottom\":\"8\",\"left\":\"20\",\"isLinked\":\"\"},\"ekit_blog_posts_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_typography\":\"custom\",\"ekit_blog_posts_btn_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_btn_typography_font_weight\":\"500\",\"ekit_blog_posts_btn_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.25\",\"sizes\":[]},\"ekit_blog_posts_btn_text_color\":\"#0A96F3\",\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_hover_color\":\"#FFFFFF\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_blog_posts_btn_border_color\":\"#0A96F3\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_blog_posts_read_more\":\"\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_blog_posts_content_highlight_border_left_right_pos\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#0A96F3\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_blog_posts_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"7\",\"blur\":\"20\",\"spread\":\"0\",\"color\":\"rgba(9.99999999999998, 150.0000000000003, 242.99999999999997, 0.2)\"},\"ekit_blog_posts_floating_category\":\"\",\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"%\",\"size\":\"105\",\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_typography\":\"custom\",\"ekit_blog_posts_floating_category_typography_font_family\":\"DM Sans\",\"ekit_blog_posts_floating_category_typography_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_font_weight\":\"bold\",\"ekit_blog_posts_floating_category_typography_text_transform\":\"uppercase\",\"ekit_blog_posts_floating_category_typography_line_height\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_blog_posts_floating_category_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.12\",\"sizes\":[]},\"ekit_blog_posts_floating_category_color\":\"#1D60FE\",\"ekit_blog_posts_floating_category_bg_color\":\"#FFFFFF\",\"ekit_blog_posts_floating_category_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_adv_tooltip_enable\":\"\",\"ekit_adv_tooltip_position\":\"top\",\"ekit_adv_tooltip_animation\":\"fade\",\"ekit_adv_tooltip_arrow\":1,\"ekit_adv_tooltip_trigger\":\"mouseenter\",\"ekit_adv_tooltip_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_typography\":\"\",\"ekit_adv_tooltip_font_font_family\":\"\",\"ekit_adv_tooltip_font_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_weight\":\"\",\"ekit_adv_tooltip_font_text_transform\":\"\",\"ekit_adv_tooltip_font_font_style\":\"\",\"ekit_adv_tooltip_font_text_decoration\":\"\",\"ekit_adv_tooltip_font_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_color\":\"\",\"ekit_adv_tooltip_bg_background\":\"\",\"ekit_adv_tooltip_bg_color\":\"\",\"ekit_adv_tooltip_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b\":\"#f2295b\",\"ekit_adv_tooltip_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_type\":\"linear\",\"ekit_adv_tooltip_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position\":\"center center\",\"ekit_adv_tooltip_bg_image\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_position\":\"\",\"ekit_adv_tooltip_bg_position_tablet\":\"\",\"ekit_adv_tooltip_bg_position_mobile\":\"\",\"ekit_adv_tooltip_bg_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_adv_tooltip_bg_attachment\":\"\",\"ekit_adv_tooltip_bg_repeat\":\"\",\"ekit_adv_tooltip_bg_repeat_tablet\":\"\",\"ekit_adv_tooltip_bg_repeat_mobile\":\"\",\"ekit_adv_tooltip_bg_size\":\"\",\"ekit_adv_tooltip_bg_size_tablet\":\"\",\"ekit_adv_tooltip_bg_size_mobile\":\"\",\"ekit_adv_tooltip_bg_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_video_link\":\"\",\"ekit_adv_tooltip_bg_video_start\":\"\",\"ekit_adv_tooltip_bg_video_end\":\"\",\"ekit_adv_tooltip_bg_play_once\":\"\",\"ekit_adv_tooltip_bg_play_on_mobile\":\"\",\"ekit_adv_tooltip_bg_privacy_mode\":\"\",\"ekit_adv_tooltip_bg_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"ekit_adv_tooltip_bg_slideshow_gallery\":[],\"ekit_adv_tooltip_bg_slideshow_loop\":\"yes\",\"ekit_adv_tooltip_bg_slideshow_slide_duration\":5000,\"ekit_adv_tooltip_bg_slideshow_slide_transition\":\"fade\",\"ekit_adv_tooltip_bg_slideshow_transition_duration\":500,\"ekit_adv_tooltip_bg_slideshow_background_size\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_size_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_tablet\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_mobile\":\"\",\"ekit_adv_tooltip_bg_slideshow_lazyload\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns\":\"\",\"ekit_adv_tooltip_bg_slideshow_ken_burns_zoom_direction\":\"in\",\"ekit_adv_tooltip_arrow_color\":\"\",\"ekit_adv_tooltip_offset_x\":\"\",\"ekit_adv_tooltip_offset_y\":\"\",\"ekit_adv_tooltip_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_border\":\"\",\"ekit_adv_tooltip_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_border_color\":\"\",\"ekit_adv_tooltip_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_adv_tooltip_shadow_box_shadow_type\":\"\",\"ekit_adv_tooltip_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_adv_tooltip_shadow_box_shadow_position\":\" \",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ekit_blog_posts_feature_img_size_size\":\"full\",\"ekit_blog_posts_column\":\"ekit-lg-3 ekit-md-6\",\"ekit_blog_posts_title\":\"\",\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_meta\":\"\",\"ekit_blog_posts_author_image\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(1679, 373, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1680, 373, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930490;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1681, 374, '_wp_page_template', 'elementor_header_footer'),
(1682, 374, '_elementor_edit_mode', 'builder'),
(1683, 374, '_elementor_template_type', 'wp-page'),
(1684, 374, '_elementor_version', '3.15.0-dev2'),
(1685, 374, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1686, 374, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b918b3c\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5069596\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"f3d9b43\"}]},\"elements\":[{\"id\":\"3d8fbb3\",\"elType\":\"widget\",\"settings\":{\"eael_post_grid_columns\":\"eael-col-2\",\"show_load_more_text\":\"Load More\",\"eael_show_title\":\"\",\"eael_show_excerpt\":\"\",\"excerpt_expanison_indicator\":\"...\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_meta\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-post-grid\"}],\"isInner\":false}]'),
(1687, 374, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1688, 374, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930490;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1690, 375, '_wp_page_template', 'elementor_header_footer'),
(1691, 375, '_elementor_edit_mode', 'builder'),
(1692, 375, '_elementor_template_type', 'wp-page'),
(1693, 375, '_elementor_version', '3.15.0-dev2'),
(1694, 375, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1695, 375, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b918b3c\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5069596\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"f3d9b43\"}]},\"elements\":[{\"id\":\"3d8fbb3\",\"elType\":\"widget\",\"settings\":{\"eael_post_grid_columns\":\"eael-col-2\",\"show_load_more_text\":\"Load More\",\"eael_show_title\":\"\",\"eael_show_excerpt\":\"\",\"excerpt_expanison_indicator\":\"...\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_meta\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-post-grid\"}],\"isInner\":false}]'),
(1696, 375, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1697, 375, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930492;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1698, 376, '_wp_page_template', 'elementor_header_footer'),
(1699, 376, '_elementor_edit_mode', 'builder'),
(1700, 376, '_elementor_template_type', 'wp-page'),
(1701, 376, '_elementor_version', '3.15.0-dev2'),
(1702, 376, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1703, 376, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b918b3c\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5069596\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"f3d9b43\"}]},\"elements\":[{\"id\":\"3d8fbb3\",\"elType\":\"widget\",\"settings\":{\"eael_post_grid_columns\":\"eael-col-2\",\"show_load_more_text\":\"Load More\",\"eael_show_title\":\"\",\"eael_show_excerpt\":\"\",\"excerpt_expanison_indicator\":\"...\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_meta\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-post-grid\"}],\"isInner\":false}]'),
(1704, 376, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1705, 376, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930492;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1706, 377, '_wp_page_template', 'elementor_header_footer'),
(1707, 377, '_elementor_edit_mode', 'builder'),
(1708, 377, '_elementor_template_type', 'wp-page'),
(1709, 377, '_elementor_version', '3.15.0-dev2'),
(1710, 377, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1711, 377, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(1712, 377, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1713, 377, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930492;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1715, 378, '_wp_page_template', 'elementor_header_footer'),
(1716, 378, '_elementor_edit_mode', 'builder'),
(1717, 378, '_elementor_template_type', 'wp-page'),
(1718, 378, '_elementor_version', '3.15.0-dev2'),
(1719, 378, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1720, 378, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(1721, 378, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1722, 378, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930770;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1723, 379, '_wp_page_template', 'elementor_header_footer'),
(1724, 379, '_elementor_edit_mode', 'builder'),
(1725, 379, '_elementor_template_type', 'wp-page'),
(1726, 379, '_elementor_version', '3.15.0-dev2'),
(1727, 379, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1728, 379, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(1729, 379, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1730, 379, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930770;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1731, 380, '_wp_page_template', 'elementor_header_footer'),
(1732, 380, '_elementor_edit_mode', 'builder'),
(1733, 380, '_elementor_template_type', 'wp-page'),
(1734, 380, '_elementor_version', '3.15.0-dev2'),
(1735, 380, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1736, 380, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(1737, 380, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1738, 380, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930770;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1740, 381, '_wp_page_template', 'elementor_header_footer'),
(1741, 381, '_elementor_edit_mode', 'builder'),
(1742, 381, '_elementor_template_type', 'wp-page'),
(1743, 381, '_elementor_version', '3.15.0-dev2'),
(1744, 381, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1745, 381, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(1746, 381, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1747, 381, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930907;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1748, 382, '_wp_page_template', 'elementor_header_footer'),
(1749, 382, '_elementor_edit_mode', 'builder'),
(1750, 382, '_elementor_template_type', 'wp-page'),
(1751, 382, '_elementor_version', '3.15.0-dev2'),
(1752, 382, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1753, 382, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(1754, 382, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1755, 382, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930907;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1756, 383, '_wp_page_template', 'elementor_header_footer'),
(1757, 383, '_elementor_edit_mode', 'builder'),
(1758, 383, '_elementor_template_type', 'wp-page'),
(1759, 383, '_elementor_version', '3.15.0-dev2'),
(1760, 383, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1761, 383, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1762, 383, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1763, 383, '_elementor_css', 'a:6:{s:4:\"time\";i:1688930907;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1765, 384, '_wp_page_template', 'elementor_header_footer'),
(1766, 384, '_elementor_edit_mode', 'builder'),
(1767, 384, '_elementor_template_type', 'wp-page'),
(1768, 384, '_elementor_version', '3.15.0-dev2'),
(1769, 384, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1770, 384, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1771, 384, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1772, 384, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931107;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1773, 385, '_wp_page_template', 'elementor_header_footer'),
(1774, 385, '_elementor_edit_mode', 'builder'),
(1775, 385, '_elementor_template_type', 'wp-page'),
(1776, 385, '_elementor_version', '3.15.0-dev2'),
(1777, 385, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1778, 385, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"filter_enable\":\"\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"631ae05\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1779, 385, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1780, 385, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931107;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1781, 386, '_wp_page_template', 'elementor_header_footer'),
(1782, 386, '_elementor_edit_mode', 'builder'),
(1783, 386, '_elementor_template_type', 'wp-page'),
(1784, 386, '_elementor_version', '3.15.0-dev2'),
(1785, 386, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1786, 386, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"},{\"eael_fg_control\":\"Gallery Item\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\",\"_id\":\"693a373\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1787, 386, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1788, 386, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931107;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1789, 387, '_wp_page_template', 'elementor_header_footer'),
(1790, 387, '_elementor_edit_mode', 'builder'),
(1791, 387, '_elementor_template_type', 'wp-page'),
(1792, 387, '_elementor_version', '3.15.0-dev2'),
(1793, 387, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1794, 387, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"},{\"eael_fg_control\":\"Gallery Item\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\",\"_id\":\"693a373\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1795, 387, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1797, 388, '_wp_page_template', 'elementor_header_footer'),
(1798, 388, '_elementor_edit_mode', 'builder'),
(1799, 388, '_elementor_template_type', 'wp-page'),
(1800, 388, '_elementor_version', '3.15.0-dev2'),
(1801, 388, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1802, 388, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"},{\"eael_fg_control\":\"Gallery Item\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\",\"_id\":\"693a373\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"bc9436b\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1803, 388, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1804, 388, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931303;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1805, 389, '_wp_page_template', 'elementor_header_footer'),
(1806, 389, '_elementor_edit_mode', 'builder'),
(1807, 389, '_elementor_template_type', 'wp-page'),
(1808, 389, '_elementor_version', '3.15.0-dev2'),
(1809, 389, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1810, 389, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Video\",\"_id\":\"bc9436b\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1811, 389, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1812, 389, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931303;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1814, 390, '_wp_page_template', 'elementor_header_footer'),
(1815, 390, '_elementor_edit_mode', 'builder'),
(1816, 390, '_elementor_template_type', 'wp-page'),
(1817, 390, '_elementor_version', '3.15.0-dev2'),
(1818, 390, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1819, 390, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Video\",\"_id\":\"bc9436b\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1820, 390, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1821, 390, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931306;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1822, 391, '_wp_page_template', 'elementor_header_footer'),
(1823, 391, '_elementor_edit_mode', 'builder'),
(1824, 391, '_elementor_template_type', 'wp-page'),
(1825, 391, '_elementor_version', '3.15.0-dev2'),
(1826, 391, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1827, 391, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd51d09\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"8233176\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Video\",\"_id\":\"bc9436b\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"d46e8c1\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"4cef624\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e25154f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6394e79\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1828, 391, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1829, 391, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931306;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1830, 392, '_wp_page_template', 'elementor_header_footer'),
(1831, 392, '_elementor_edit_mode', 'builder'),
(1832, 392, '_elementor_template_type', 'wp-page'),
(1833, 392, '_elementor_version', '3.15.0-dev2'),
(1834, 392, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1835, 392, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"3cad468\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":245,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\"},{\"id\":244,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\"},{\"id\":242,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\"},{\"id\":241,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\"},{\"id\":231,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-2.jpg\"},{\"id\":232,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0029.jpg\"},{\"id\":233,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0030.jpg\"},{\"id\":234,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\"},{\"id\":235,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0032.jpg\"},{\"id\":236,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\"},{\"id\":237,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\"},{\"id\":238,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\"},{\"id\":240,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\"},{\"id\":230,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\"},{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\"},{\"id\":249,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0046.jpg\"},{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\"},{\"id\":253,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\"},{\"id\":254,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\"},{\"id\":247,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\"},{\"id\":248,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0045.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"6\",\"gallery_link\":\"none\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1836, 392, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1837, 392, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931306;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1839, 393, '_wp_page_template', 'elementor_header_footer'),
(1840, 393, '_elementor_edit_mode', 'builder'),
(1841, 393, '_elementor_template_type', 'wp-page'),
(1842, 393, '_elementor_version', '3.15.0-dev2'),
(1843, 393, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1844, 393, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"3cad468\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":245,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\"},{\"id\":244,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\"},{\"id\":242,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\"},{\"id\":241,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\"},{\"id\":231,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-2.jpg\"},{\"id\":232,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0029.jpg\"},{\"id\":233,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0030.jpg\"},{\"id\":234,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\"},{\"id\":235,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0032.jpg\"},{\"id\":236,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\"},{\"id\":237,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\"},{\"id\":238,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\"},{\"id\":240,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\"},{\"id\":230,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\"},{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\"},{\"id\":249,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0046.jpg\"},{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\"},{\"id\":253,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\"},{\"id\":254,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\"},{\"id\":247,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\"},{\"id\":248,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0045.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"6\",\"gallery_link\":\"none\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1845, 393, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1846, 393, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931432;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1847, 394, '_wp_page_template', 'elementor_header_footer'),
(1848, 394, '_elementor_edit_mode', 'builder'),
(1849, 394, '_elementor_template_type', 'wp-page'),
(1850, 394, '_elementor_version', '3.15.0-dev2'),
(1851, 394, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1852, 394, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"3cad468\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":245,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\"},{\"id\":244,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\"},{\"id\":242,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\"},{\"id\":241,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\"},{\"id\":231,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-2.jpg\"},{\"id\":232,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0029.jpg\"},{\"id\":233,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0030.jpg\"},{\"id\":234,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\"},{\"id\":235,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0032.jpg\"},{\"id\":236,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\"},{\"id\":237,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\"},{\"id\":238,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\"},{\"id\":240,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\"},{\"id\":230,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\"},{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\"},{\"id\":250,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\"},{\"id\":249,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0046.jpg\"},{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\"},{\"id\":253,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\"},{\"id\":254,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\"},{\"id\":247,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\"},{\"id\":248,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0045.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"6\",\"gallery_link\":\"none\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1853, 394, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1854, 394, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931432;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1855, 395, '_wp_page_template', 'elementor_header_footer'),
(1856, 395, '_elementor_edit_mode', 'builder'),
(1857, 395, '_elementor_template_type', 'wp-page'),
(1858, 395, '_elementor_version', '3.15.0-dev2'),
(1859, 395, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1860, 395, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1861, 395, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1862, 395, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931432;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1864, 396, '_edit_last', '1'),
(1865, 396, '_wp_page_template', 'default'),
(1866, 396, 'slide_template', 'default'),
(1867, 396, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(1868, 396, '_yoast_wpseo_wordproof_timestamp', ''),
(1869, 396, '_edit_lock', '1688931812:1'),
(1883, 400, '_wp_attached_file', '2023/07/placeholder.png');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1884, 400, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2023/07/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:23:\"placeholder-250x145.png\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1885, 400, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(1892, 403, '_wp_page_template', 'elementor_header_footer'),
(1893, 403, '_elementor_edit_mode', 'builder'),
(1894, 403, '_elementor_template_type', 'wp-page'),
(1895, 403, '_elementor_version', '3.15.0-dev2'),
(1896, 403, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1897, 403, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1898, 403, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1899, 403, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931733;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1900, 404, '_wp_page_template', 'elementor_header_footer'),
(1901, 404, '_elementor_edit_mode', 'builder'),
(1902, 404, '_elementor_template_type', 'wp-page'),
(1903, 404, '_elementor_version', '3.15.0-dev2'),
(1904, 404, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),
(1905, 404, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a6f0ab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"30dce22\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e726e09\"}]},\"elements\":[{\"id\":\"f535276\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Galleri\",\"show_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_title_align\":\"text_center\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(1906, 404, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1907, 404, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931733;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1908, 405, '_wp_page_template', 'elementor_header_footer'),
(1909, 405, '_elementor_edit_mode', 'builder'),
(1910, 405, '_elementor_template_type', 'wp-page'),
(1911, 405, '_elementor_version', '3.15.0-dev2'),
(1912, 405, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1913, 405, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(1914, 405, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1915, 405, '_elementor_css', 'a:6:{s:4:\"time\";i:1688931733;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1917, 406, '_edit_last', '1'),
(1918, 406, '_thumbnail_id', '254'),
(1919, 406, '_wp_page_template', 'default'),
(1922, 406, 'slide_template', 'default'),
(1923, 406, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(1924, 406, '_yoast_wpseo_wordproof_timestamp', ''),
(1925, 406, '_yoast_wpseo_primary_category', '25'),
(1926, 406, '_edit_lock', '1688932196:1'),
(1927, 406, 'ekit_post_views_count', '4'),
(1928, 408, '_edit_last', '1'),
(1929, 408, '_edit_lock', '1688932226:1'),
(1930, 408, '_thumbnail_id', '253'),
(1931, 408, '_wp_page_template', 'default'),
(1934, 408, 'slide_template', 'default'),
(1935, 408, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(1936, 408, '_yoast_wpseo_wordproof_timestamp', ''),
(1937, 408, '_yoast_wpseo_primary_category', '25'),
(1938, 410, '_edit_last', '1'),
(1939, 410, '_edit_lock', '1688932250:1'),
(1940, 410, '_thumbnail_id', '246'),
(1941, 410, '_wp_page_template', 'default'),
(1944, 410, 'slide_template', 'default'),
(1945, 410, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(1946, 410, '_yoast_wpseo_wordproof_timestamp', ''),
(1947, 410, '_yoast_wpseo_primary_category', '25'),
(1948, 412, '_edit_last', '1'),
(1949, 412, '_edit_lock', '1688932283:1'),
(1950, 412, '_thumbnail_id', '249'),
(1951, 412, '_wp_page_template', 'default'),
(1954, 412, 'slide_template', 'default'),
(1955, 412, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(1956, 412, '_yoast_wpseo_wordproof_timestamp', ''),
(1957, 412, '_yoast_wpseo_primary_category', '25'),
(1958, 414, '_wp_page_template', 'elementor_header_footer'),
(1959, 414, '_elementor_edit_mode', 'builder'),
(1960, 414, '_elementor_template_type', 'wp-page'),
(1961, 414, '_elementor_version', '3.15.0-dev2'),
(1962, 414, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1963, 414, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(1964, 414, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1965, 414, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932242;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1966, 415, '_wp_page_template', 'elementor_header_footer'),
(1967, 415, '_elementor_edit_mode', 'builder'),
(1968, 415, '_elementor_template_type', 'wp-page'),
(1969, 415, '_elementor_version', '3.15.0-dev2'),
(1970, 415, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1971, 415, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(1972, 415, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1973, 415, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932242;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1974, 416, '_wp_page_template', 'elementor_header_footer'),
(1975, 416, '_elementor_edit_mode', 'builder'),
(1976, 416, '_elementor_template_type', 'wp-page'),
(1977, 416, '_elementor_version', '3.15.0-dev2'),
(1978, 416, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1979, 416, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(1980, 416, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1981, 416, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932242;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1983, 417, '_wp_page_template', 'elementor_header_footer'),
(1984, 417, '_elementor_edit_mode', 'builder'),
(1985, 417, '_elementor_template_type', 'wp-page'),
(1986, 417, '_elementor_version', '3.15.0-dev2'),
(1987, 417, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1988, 417, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(1989, 417, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1990, 417, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932485;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1991, 418, '_wp_page_template', 'elementor_header_footer'),
(1992, 418, '_elementor_edit_mode', 'builder'),
(1993, 418, '_elementor_template_type', 'wp-page'),
(1994, 418, '_elementor_version', '3.15.0-dev2'),
(1995, 418, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1996, 418, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false}]'),
(1997, 418, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(1998, 418, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932485;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(1999, 419, '_wp_page_template', 'elementor_header_footer'),
(2000, 419, '_elementor_edit_mode', 'builder'),
(2001, 419, '_elementor_template_type', 'wp-page'),
(2002, 419, '_elementor_version', '3.15.0-dev2'),
(2003, 419, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2004, 419, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2005, 419, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2006, 419, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932485;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2008, 420, '_wp_page_template', 'elementor_header_footer'),
(2009, 420, '_elementor_edit_mode', 'builder'),
(2010, 420, '_elementor_template_type', 'wp-page'),
(2011, 420, '_elementor_version', '3.15.0-dev2'),
(2012, 420, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2013, 420, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2014, 420, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2015, 420, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932909;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2016, 421, '_wp_page_template', 'elementor_header_footer'),
(2017, 421, '_elementor_edit_mode', 'builder'),
(2018, 421, '_elementor_template_type', 'wp-page'),
(2019, 421, '_elementor_version', '3.15.0-dev2'),
(2020, 421, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2021, 421, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(2022, 421, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2023, 421, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932909;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2024, 422, '_wp_page_template', 'elementor_header_footer'),
(2025, 422, '_elementor_edit_mode', 'builder'),
(2026, 422, '_elementor_template_type', 'wp-page'),
(2027, 422, '_elementor_version', '3.15.0-dev2'),
(2028, 422, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2029, 422, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a69b474\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d17cab2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d474654\"}]},\"elements\":[{\"id\":\"d6e9c06\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2030, 422, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2031, 422, '_elementor_css', 'a:6:{s:4:\"time\";i:1688932909;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2033, 423, '_wp_page_template', 'elementor_header_footer'),
(2034, 423, '_elementor_edit_mode', 'builder'),
(2035, 423, '_elementor_template_type', 'wp-page'),
(2036, 423, '_elementor_version', '3.15.0-dev2'),
(2037, 423, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2038, 423, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a69b474\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d17cab2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d474654\"}]},\"elements\":[{\"id\":\"d6e9c06\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2039, 423, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2040, 423, '_elementor_css', 'a:6:{s:4:\"time\";i:1688933014;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2041, 424, '_wp_page_template', 'elementor_header_footer'),
(2042, 424, '_elementor_edit_mode', 'builder'),
(2043, 424, '_elementor_template_type', 'wp-page'),
(2044, 424, '_elementor_version', '3.15.0-dev2'),
(2045, 424, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2046, 424, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{Informasi} Program\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a69b474\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d17cab2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d474654\"}]},\"elements\":[{\"id\":\"d6e9c06\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2047, 424, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2048, 424, '_elementor_css', 'a:6:{s:4:\"time\";i:1688933014;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2049, 425, '_wp_page_template', 'elementor_header_footer'),
(2050, 425, '_elementor_edit_mode', 'builder'),
(2051, 425, '_elementor_template_type', 'wp-page'),
(2052, 425, '_elementor_version', '3.15.0-dev2'),
(2053, 425, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2054, 425, '_elementor_data', '[{\"id\":\"bc7abcc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column-reverse\",\"content_width\":\"full\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"44e6954\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"1f518dc\"}]},\"elements\":[{\"id\":\"c6d42d1\",\"elType\":\"widget\",\"settings\":{\"smartsliderid\":\"2\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"smartslider\"}],\"isInner\":false},{\"id\":\"4cb5c8c2\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_2\",\"ekit_all_conditions_list\":[{\"_id\":\"5b531ec\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":285,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-78.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"02f2deb\",\"repeater_bg_image\":{\"id\":286,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-79.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"44f4432\",\"repeater_bg_image\":{\"id\":287,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-80.png\"}}]},\"elements\":[{\"id\":\"43037d7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"e20911e\"}]},\"elements\":[{\"id\":\"14576ed5\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"d8225e4\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":282,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"89a0a79\",\"repeater_bg_image\":{\"id\":283,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-66.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"d3445b6\",\"repeater_bg_image\":{\"id\":284,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-77.png\"}}]},\"elements\":[{\"id\":\"8dea2a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"596dba7\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"76350ba2\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Profile\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"169c21a\"}],\"ekit_funfact_super\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5dc96134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"2553fac\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"1c947082\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Program\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_enable_modern_design\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"1c877aa\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"3a01eba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"ekit_all_conditions_list\":[{\"_id\":\"ae7021e\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"607c986a\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_type\":\"image_icon\",\"ekit_funfact_icon_image\":{\"id\":278,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/funfacts-icon-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_funfact_number\":\"\",\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Dukungan\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#333333\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#808080\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_color\":\"#ffffff\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_funfact_box_shadow_box_shadow_type\":\"yes\",\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"7a781c8\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"3a3c8644\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"6db9f5e\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":321,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-102.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"00d8abf\",\"repeater_bg_image\":{\"id\":322,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-103.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb21ee0\",\"repeater_bg_image\":{\"id\":323,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-104.png\"}}],\"wpr_enable_particles\":\"\",\"wpr_enable_jarallax\":\"\",\"wpr_enable_parallax_hover\":\"\",\"enable_sticky_section\":\"\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"shape_divider_top_color\":\"#0C0C0B\",\"shape_divider_bottom_color\":\"#0D4D1E\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"58981d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"173b105\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"54ffb525\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"8ee2964\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":318,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-99.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"04a7d9e\",\"repeater_bg_image\":{\"id\":319,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-100.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"fb61b4f\",\"repeater_bg_image\":{\"id\":320,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-101.png\"}}]},\"elements\":[{\"id\":\"47e1d9d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"67a8a67\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"75881ea9\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_ha_disable_live_copy\":\"\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"fefe7a6\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"bg_image\":{\"id\":311,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-93.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"3e900a8\",\"repeater_bg_image\":{\"id\":312,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-94.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"ba02c16\",\"repeater_bg_image\":{\"id\":313,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-95.png\"}}]},\"elements\":[{\"id\":\"77216916\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"54b7d20\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}]},\"elements\":[{\"id\":\"d0bdca8\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\" {{PROFIL}}\",\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"f9ef819\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Surya Mulyadi, S.Pd., M.Kom\",\"title_color\":\"#242424\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"header_size\":\"h5\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"c888c43\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51a161d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore\",\"text_color\":\"#8c8c8c\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"9e30a5b\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5042af\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"info\",\"text\":\"Selengkapnya\",\"selected_icon\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"550dc04e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"b1e08ce\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3ba2ce08\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":225,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0028-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_id\":\"1f03fbe\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"14-05-2020 to 16-05-2020\",\"_ha_condition_date\":\"14-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ead1fee\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"78bef67\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"fd5d9ed\"}]},\"elements\":[{\"id\":\"cd6db23\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5c345b2c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"102\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"f25f57f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":400,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"da330e6\",\"repeater_bg_image\":{\"id\":401,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"3120a60\",\"repeater_bg_image\":{\"id\":402,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}}]},\"elements\":[{\"id\":\"2295d9c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"bed8cbc\"}]},\"elements\":[{\"id\":\"25cb402c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"{INFORMASI} PROGRAM\",\"ekit_heading_sub_title\":\"Untuk Indonesia Yang Lebih Sejahtera\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"ekit_heading_seperator_height\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ebcfbd9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Heebo\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"300\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Heebo\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"700\",\"ekit_heading_seperator_image\":{\"id\":399,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-747.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title_outline\":\"\",\"ekit_heading_sub_title_tag\":\"span\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 text-center aos-init aos-animate\\\" data-aos=\\\"fade-up\\\"><p class=\\\"text-dark mb-0\\\">Untuk Indonesia Yang Lebih Sejahtera<\\/p><\\/div><\\/div>\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ekit_heading_title_tag\":\"h3\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ba61a4f\",\"elType\":\"widget\",\"settings\":{\"post_cat\":[\"25\"],\"post_count\":6,\"count_col\":\"ekit___column-3\",\"post_grid_item_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"b651a7e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"title_font_typography\":\"custom\",\"title_font_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_font_font_weight\":\"700\",\"title_font_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_font_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_font_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"bottom_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit-post_grid-title_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_post_grid_title_word_wrap\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"elementskit-post-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8268fe1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"58875dd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"a3e35af\"}]},\"elements\":[{\"id\":\"03f126d\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_icon_content\":\"\",\"title_tag\":\"h3\",\"eael_dch_first_title\":\"Galleri\",\"eael_dch_last_title\":\"Video\",\"eael_dch_subtext\":\"\",\"eael_dch_base_title_color\":\"#115816\",\"eael_dch_dual_title_color\":\"#130D16\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false},{\"id\":\"a4e663d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_wrap\":\"wrap\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"13f5d0d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"38a17f1\"}]},\"elements\":[{\"id\":\"904a3d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3c584f2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"5daaa5e\"}]},\"elements\":[{\"id\":\"b31b027\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"id\":259,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fa085f3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f7c128a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"ab9c834\"}]},\"elements\":[{\"id\":\"7ef3a43\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"id\":258,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"59379c0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"70c6ff0\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0db4924\"}]},\"elements\":[{\"id\":\"11f3d5e\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"id\":257,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"31de409\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"3f7e080\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf6c696\"}]},\"elements\":[{\"id\":\"12079a6\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"id\":256,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"fe245ef\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"2c7284d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"e7ca0e6\"}]},\"elements\":[{\"id\":\"73c7880\",\"elType\":\"widget\",\"settings\":{\"video_type\":\"hosted\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"hosted_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"id\":255,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":false},{\"id\":\"47f2151\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"10a1d16\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"0dda80b\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"a69b474\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"d17cab2\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d474654\"}]},\"elements\":[{\"id\":\"d6e9c06\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2055, 425, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2056, 425, '_elementor_css', 'a:6:{s:4:\"time\";i:1688933014;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2057, 29, '_elementor_css', 'a:6:{s:4:\"time\";i:1688933196;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2058, 410, 'ekit_post_views_count', '4'),
(2059, 366, 'ekit_post_views_count', '4'),
(2060, 408, 'ekit_post_views_count', '3'),
(2061, 214, '_oembed_ffc2a798ecce8785fcb5ff8c42877c4f', '{{unknown}}'),
(2062, 412, 'ekit_post_views_count', '2'),
(2063, 426, '_edit_last', '1'),
(2064, 426, '_edit_lock', '1689346601:1'),
(2065, 426, '_wp_page_template', 'elementor_canvas'),
(2066, 426, 'slide_template', 'default'),
(2067, 426, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2068, 426, '_yoast_wpseo_wordproof_timestamp', ''),
(2069, 426, '_elementor_edit_mode', 'builder'),
(2070, 426, '_elementor_template_type', 'wp-page'),
(2071, 426, '_elementor_version', '3.15.0-dev2'),
(2080, 429, '_wp_page_template', 'elementor_canvas'),
(2081, 429, '_elementor_edit_mode', 'builder'),
(2082, 429, '_elementor_template_type', 'wp-page'),
(2083, 429, '_elementor_version', '3.15.0-dev2'),
(2084, 429, '_elementor_css', 'a:7:{s:4:\"time\";i:1689002233;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(2085, 430, '_wp_page_template', 'elementor_canvas'),
(2086, 430, '_elementor_edit_mode', 'builder'),
(2087, 430, '_elementor_template_type', 'wp-page'),
(2088, 430, '_elementor_version', '3.15.0-dev2'),
(2089, 430, '_elementor_css', 'a:7:{s:4:\"time\";i:1689002233;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(2090, 426, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2091, 426, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2092, 431, '_wp_page_template', 'elementor_canvas'),
(2093, 431, '_elementor_edit_mode', 'builder'),
(2094, 431, '_elementor_template_type', 'wp-page'),
(2095, 431, '_elementor_version', '3.15.0-dev2'),
(2096, 431, '_elementor_css', 'a:7:{s:4:\"time\";i:1689002233;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(2097, 431, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2098, 431, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}]'),
(2099, 426, '_eael_widget_elements', 'a:1:{s:12:\"creative-btn\";s:12:\"creative-btn\";}'),
(2100, 426, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2101, 426, '_eael_custom_js', ''),
(2102, 426, '_happyaddons_elements_cache', 'a:0:{}'),
(2103, 426, '_yoast_wpseo_content_score', '90'),
(2115, 433, '_wp_page_template', 'elementor_canvas');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2116, 433, '_elementor_edit_mode', 'builder'),
(2117, 433, '_elementor_template_type', 'wp-page'),
(2118, 433, '_elementor_version', '3.15.0-dev2'),
(2119, 433, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2120, 433, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}]'),
(2121, 433, '_elementor_page_assets', 'a:0:{}'),
(2122, 433, '_elementor_css', 'a:6:{s:4:\"time\";i:1689003076;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:\"\";}'),
(2123, 434, '_wp_page_template', 'elementor_canvas'),
(2124, 434, '_elementor_edit_mode', 'builder'),
(2125, 434, '_elementor_template_type', 'wp-page'),
(2126, 434, '_elementor_version', '3.15.0-dev2'),
(2127, 434, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2128, 434, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}]'),
(2129, 434, '_elementor_page_assets', 'a:0:{}'),
(2130, 434, '_elementor_css', 'a:6:{s:4:\"time\";i:1689003076;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:\"\";}'),
(2131, 435, '_wp_page_template', 'elementor_canvas'),
(2132, 435, '_elementor_edit_mode', 'builder'),
(2133, 435, '_elementor_template_type', 'wp-page'),
(2134, 435, '_elementor_version', '3.15.0-dev2'),
(2135, 435, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2136, 435, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"hm hm-accordion-horizontal\",\"library\":\"happy-icons\"},\"eael_creative_button_icon_alignment\":\"right\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"069523e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}]'),
(2137, 435, '_elementor_page_assets', 'a:0:{}'),
(2138, 435, '_elementor_css', 'a:6:{s:4:\"time\";i:1689003076;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:\"\";}'),
(2149, 437, '_wp_page_template', 'elementor_canvas'),
(2150, 437, '_elementor_edit_mode', 'builder'),
(2151, 437, '_elementor_template_type', 'wp-page'),
(2152, 437, '_elementor_version', '3.15.0-dev2'),
(2153, 437, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2154, 437, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"hm hm-accordion-horizontal\",\"library\":\"happy-icons\"},\"eael_creative_button_icon_alignment\":\"right\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"069523e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}]'),
(2155, 437, '_elementor_page_assets', 'a:0:{}'),
(2156, 437, '_elementor_css', 'a:6:{s:4:\"time\";i:1689003469;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2157, 438, '_wp_page_template', 'elementor_canvas'),
(2158, 438, '_elementor_edit_mode', 'builder'),
(2159, 438, '_elementor_template_type', 'wp-page'),
(2160, 438, '_elementor_version', '3.15.0-dev2'),
(2161, 438, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2162, 438, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"hm hm-accordion-horizontal\",\"library\":\"happy-icons\"},\"eael_creative_button_icon_alignment\":\"right\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"069523e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Click Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}]'),
(2163, 438, '_elementor_page_assets', 'a:0:{}'),
(2164, 438, '_elementor_css', 'a:6:{s:4:\"time\";i:1689003469;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2165, 439, '_wp_page_template', 'elementor_canvas'),
(2166, 439, '_elementor_edit_mode', 'builder'),
(2167, 439, '_elementor_template_type', 'wp-page'),
(2168, 439, '_elementor_version', '3.15.0-dev2'),
(2169, 439, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2170, 439, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2171, 439, '_elementor_page_assets', 'a:0:{}'),
(2172, 439, '_elementor_css', 'a:6:{s:4:\"time\";i:1689003469;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2183, 441, '_wp_page_template', 'elementor_canvas'),
(2184, 441, '_elementor_edit_mode', 'builder'),
(2185, 441, '_elementor_template_type', 'wp-page'),
(2186, 441, '_elementor_version', '3.15.0-dev2'),
(2187, 441, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2188, 441, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2189, 441, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2190, 441, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004277;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2191, 442, '_wp_page_template', 'elementor_canvas'),
(2192, 442, '_elementor_edit_mode', 'builder'),
(2193, 442, '_elementor_template_type', 'wp-page'),
(2194, 442, '_elementor_version', '3.15.0-dev2'),
(2195, 442, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2196, 442, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2197, 442, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2198, 442, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004277;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2199, 443, '_wp_page_template', 'elementor_canvas'),
(2200, 443, '_elementor_edit_mode', 'builder'),
(2201, 443, '_elementor_template_type', 'wp-page'),
(2202, 443, '_elementor_version', '3.15.0-dev2'),
(2203, 443, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2204, 443, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2205, 443, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2206, 443, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004277;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2208, 444, '_wp_trash_meta_status', 'publish'),
(2209, 444, '_wp_trash_meta_time', '1689004509'),
(2210, 445, '_wp_page_template', 'elementor_canvas'),
(2211, 445, '_elementor_edit_mode', 'builder'),
(2212, 445, '_elementor_template_type', 'wp-page'),
(2213, 445, '_elementor_version', '3.15.0-dev2'),
(2214, 445, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2215, 445, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2216, 445, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2217, 445, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2218, 446, '_wp_page_template', 'elementor_canvas'),
(2219, 446, '_elementor_edit_mode', 'builder'),
(2220, 446, '_elementor_template_type', 'wp-page'),
(2221, 446, '_elementor_version', '3.15.0-dev2'),
(2222, 446, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2223, 446, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2224, 446, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2225, 446, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2226, 447, '_wp_page_template', 'elementor_canvas'),
(2227, 447, '_elementor_edit_mode', 'builder'),
(2228, 447, '_elementor_template_type', 'wp-page'),
(2229, 447, '_elementor_version', '3.15.0-dev2'),
(2230, 447, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2231, 447, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2232, 447, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2233, 447, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004450;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2234, 448, '_wp_page_template', 'elementor_canvas'),
(2235, 448, '_elementor_edit_mode', 'builder'),
(2236, 448, '_elementor_template_type', 'wp-page'),
(2237, 448, '_elementor_version', '3.15.0-dev2'),
(2238, 448, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2239, 448, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2240, 448, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2242, 449, '_wp_page_template', 'elementor_canvas'),
(2243, 449, '_elementor_edit_mode', 'builder'),
(2244, 449, '_elementor_template_type', 'wp-page'),
(2245, 449, '_elementor_version', '3.15.0-dev2'),
(2246, 449, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2247, 449, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#093509\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}]},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2248, 449, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2249, 449, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004832;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2250, 450, '_wp_page_template', 'elementor_canvas'),
(2251, 450, '_elementor_edit_mode', 'builder'),
(2252, 450, '_elementor_template_type', 'wp-page'),
(2253, 450, '_elementor_version', '3.15.0-dev2'),
(2254, 450, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2255, 450, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2256, 450, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2257, 450, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004832;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2259, 451, '_wp_page_template', 'elementor_canvas'),
(2260, 451, '_elementor_edit_mode', 'builder'),
(2261, 451, '_elementor_template_type', 'wp-page'),
(2262, 451, '_elementor_version', '3.15.0-dev2'),
(2263, 451, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2264, 451, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2265, 451, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2266, 451, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004835;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2267, 452, '_wp_page_template', 'elementor_canvas'),
(2268, 452, '_elementor_edit_mode', 'builder'),
(2269, 452, '_elementor_template_type', 'wp-page'),
(2270, 452, '_elementor_version', '3.15.0-dev2'),
(2271, 452, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2272, 452, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2273, 452, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2274, 452, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004835;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2275, 453, '_wp_page_template', 'elementor_canvas'),
(2276, 453, '_elementor_edit_mode', 'builder'),
(2277, 453, '_elementor_template_type', 'wp-page'),
(2278, 453, '_elementor_version', '3.15.0-dev2'),
(2279, 453, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2280, 453, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2281, 453, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2282, 453, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004835;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2284, 454, '_wp_page_template', 'elementor_canvas'),
(2285, 454, '_elementor_edit_mode', 'builder'),
(2286, 454, '_elementor_template_type', 'wp-page'),
(2287, 454, '_elementor_version', '3.15.0-dev2'),
(2288, 454, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2289, 454, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2290, 454, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2291, 454, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004871;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2292, 455, '_wp_page_template', 'elementor_canvas'),
(2293, 455, '_elementor_edit_mode', 'builder'),
(2294, 455, '_elementor_template_type', 'wp-page'),
(2295, 455, '_elementor_version', '3.15.0-dev2'),
(2296, 455, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2297, 455, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2298, 455, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2299, 455, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004871;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2300, 456, '_wp_page_template', 'elementor_canvas'),
(2301, 456, '_elementor_edit_mode', 'builder'),
(2302, 456, '_elementor_template_type', 'wp-page'),
(2303, 456, '_elementor_version', '3.15.0-dev2'),
(2304, 456, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2305, 456, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2306, 456, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2307, 456, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004871;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2309, 199, '_edit_lock', '1689006795:1'),
(2310, 199, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(2311, 199, '_yoast_wpseo_wordproof_timestamp', ''),
(2312, 199, '_elementor_edit_mode', 'builder'),
(2313, 199, '_elementor_template_type', 'wp-page'),
(2314, 199, '_elementor_version', '3.15.0-dev2'),
(2322, 460, '_wp_page_template', 'elementor_header_footer'),
(2323, 460, '_elementor_edit_mode', 'builder'),
(2324, 460, '_elementor_template_type', 'wp-page'),
(2325, 460, '_elementor_version', '3.15.0-dev2'),
(2326, 461, '_wp_page_template', 'elementor_header_footer'),
(2327, 461, '_elementor_edit_mode', 'builder'),
(2328, 461, '_elementor_template_type', 'wp-page'),
(2329, 461, '_elementor_version', '3.15.0-dev2'),
(2330, 199, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2331, 199, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png\",\"id\":260,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"7c29221\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"},{\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"_id\":\"5332c45\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Selengkapnya\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-down\",\"library\":\"fa-solid\"},\"button_icon_position\":\"before\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2332, 462, '_wp_page_template', 'elementor_canvas'),
(2333, 462, '_elementor_edit_mode', 'builder'),
(2334, 462, '_elementor_template_type', 'wp-page'),
(2335, 462, '_elementor_version', '3.15.0-dev2'),
(2336, 462, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2337, 462, '_elementor_data', '[]'),
(2338, 199, '_elementor_page_assets', 'a:0:{}'),
(2339, 199, '_eael_custom_js', ''),
(2347, 464, '_wp_page_template', 'elementor_canvas'),
(2348, 464, '_elementor_edit_mode', 'builder'),
(2349, 464, '_elementor_template_type', 'wp-page'),
(2350, 464, '_elementor_version', '3.15.0-dev2'),
(2351, 464, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2352, 464, '_elementor_data', '[]'),
(2353, 464, '_elementor_page_assets', 'a:0:{}'),
(2354, 465, '_wp_page_template', 'elementor_canvas'),
(2355, 465, '_elementor_edit_mode', 'builder'),
(2356, 465, '_elementor_template_type', 'wp-page'),
(2357, 465, '_elementor_version', '3.15.0-dev2'),
(2358, 465, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2359, 465, '_elementor_data', '[]'),
(2360, 465, '_elementor_page_assets', 'a:0:{}'),
(2361, 466, '_wp_page_template', 'elementor_canvas'),
(2362, 466, '_elementor_edit_mode', 'builder'),
(2363, 466, '_elementor_template_type', 'wp-page'),
(2364, 466, '_elementor_version', '3.15.0-dev2'),
(2365, 466, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2366, 466, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"}],\"isInner\":false}]'),
(2367, 466, '_elementor_page_assets', 'a:0:{}'),
(2369, 199, '_happyaddons_elements_cache', 'a:0:{}'),
(2371, 467, '_wp_page_template', 'elementor_canvas'),
(2372, 467, '_elementor_edit_mode', 'builder'),
(2373, 467, '_elementor_template_type', 'wp-page'),
(2374, 467, '_elementor_version', '3.15.0-dev2'),
(2375, 467, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2376, 467, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"}],\"isInner\":false}]'),
(2377, 467, '_elementor_page_assets', 'a:0:{}'),
(2378, 467, '_elementor_css', 'a:6:{s:4:\"time\";i:1689005747;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2379, 468, '_wp_page_template', 'elementor_canvas'),
(2380, 468, '_elementor_edit_mode', 'builder'),
(2381, 468, '_elementor_template_type', 'wp-page'),
(2382, 468, '_elementor_version', '3.15.0-dev2'),
(2383, 468, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2384, 468, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"}],\"isInner\":false}]'),
(2385, 468, '_elementor_page_assets', 'a:0:{}'),
(2386, 468, '_elementor_css', 'a:6:{s:4:\"time\";i:1689005747;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2387, 469, '_wp_page_template', 'elementor_canvas'),
(2388, 469, '_elementor_edit_mode', 'builder'),
(2389, 469, '_elementor_template_type', 'wp-page'),
(2390, 469, '_elementor_version', '3.15.0-dev2'),
(2391, 469, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2392, 469, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"photo_gallery\":\"\",\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2393, 469, '_elementor_page_assets', 'a:0:{}'),
(2394, 469, '_elementor_css', 'a:6:{s:4:\"time\";i:1689005747;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2395, 199, '_eael_widget_elements', 'a:1:{s:14:\"filter-gallery\";s:14:\"filter-gallery\";}'),
(2396, 199, '_yoast_wpseo_content_score', '90'),
(2398, 470, '_wp_page_template', 'elementor_canvas'),
(2399, 470, '_elementor_edit_mode', 'builder'),
(2400, 470, '_elementor_template_type', 'wp-page'),
(2401, 470, '_elementor_version', '3.15.0-dev2'),
(2402, 470, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2403, 470, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"photo_gallery\":\"\",\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2404, 470, '_elementor_page_assets', 'a:0:{}'),
(2405, 470, '_elementor_css', 'a:6:{s:4:\"time\";i:1689005896;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2406, 471, '_wp_page_template', 'elementor_canvas'),
(2407, 471, '_elementor_edit_mode', 'builder'),
(2408, 471, '_elementor_template_type', 'wp-page'),
(2409, 471, '_elementor_version', '3.15.0-dev2'),
(2410, 471, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2411, 471, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Gallery Item\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"photo_gallery\":\"\",\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2412, 471, '_elementor_page_assets', 'a:0:{}'),
(2413, 471, '_elementor_css', 'a:6:{s:4:\"time\";i:1689005896;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2414, 472, '_wp_page_template', 'elementor_canvas'),
(2415, 472, '_elementor_edit_mode', 'builder'),
(2416, 472, '_elementor_template_type', 'wp-page'),
(2417, 472, '_elementor_version', '3.15.0-dev2'),
(2418, 472, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2419, 472, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2420, 472, '_elementor_page_assets', 'a:0:{}'),
(2421, 472, '_elementor_css', 'a:6:{s:4:\"time\";i:1689005896;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2423, 473, '_wp_page_template', 'elementor_canvas'),
(2424, 473, '_elementor_edit_mode', 'builder'),
(2425, 473, '_elementor_template_type', 'wp-page'),
(2426, 473, '_elementor_version', '3.15.0-dev2'),
(2427, 473, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2428, 473, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2429, 473, '_elementor_page_assets', 'a:0:{}'),
(2430, 473, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006061;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2431, 474, '_wp_page_template', 'elementor_canvas'),
(2432, 474, '_elementor_edit_mode', 'builder'),
(2433, 474, '_elementor_template_type', 'wp-page'),
(2434, 474, '_elementor_version', '3.15.0-dev2'),
(2435, 474, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2436, 474, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2437, 474, '_elementor_page_assets', 'a:0:{}'),
(2438, 474, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006061;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2439, 475, '_wp_page_template', 'elementor_canvas'),
(2440, 475, '_elementor_edit_mode', 'builder'),
(2441, 475, '_elementor_template_type', 'wp-page'),
(2442, 475, '_elementor_version', '3.15.0-dev2'),
(2443, 475, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2444, 475, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"10\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2445, 475, '_elementor_page_assets', 'a:0:{}'),
(2446, 475, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006061;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2448, 476, '_wp_page_template', 'elementor_canvas'),
(2449, 476, '_elementor_edit_mode', 'builder'),
(2450, 476, '_elementor_template_type', 'wp-page'),
(2451, 476, '_elementor_version', '3.15.0-dev2'),
(2452, 476, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2453, 476, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"10\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2454, 476, '_elementor_page_assets', 'a:0:{}'),
(2455, 476, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006198;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2456, 477, '_wp_page_template', 'elementor_canvas'),
(2457, 477, '_elementor_edit_mode', 'builder'),
(2458, 477, '_elementor_template_type', 'wp-page'),
(2459, 477, '_elementor_version', '3.15.0-dev2'),
(2460, 477, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2461, 477, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"10\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2462, 477, '_elementor_page_assets', 'a:0:{}'),
(2463, 477, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006198;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2464, 478, '_wp_page_template', 'elementor_canvas'),
(2465, 478, '_elementor_edit_mode', 'builder'),
(2466, 478, '_elementor_template_type', 'wp-page'),
(2467, 478, '_elementor_version', '3.15.0-dev2'),
(2468, 478, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2469, 478, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2470, 478, '_elementor_page_assets', 'a:0:{}'),
(2471, 478, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006198;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2473, 479, '_wp_page_template', 'elementor_canvas'),
(2474, 479, '_elementor_edit_mode', 'builder'),
(2475, 479, '_elementor_template_type', 'wp-page'),
(2476, 479, '_elementor_version', '3.15.0-dev2'),
(2477, 479, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2478, 479, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2479, 479, '_elementor_page_assets', 'a:0:{}'),
(2480, 479, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006404;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2481, 480, '_wp_page_template', 'elementor_canvas'),
(2482, 480, '_elementor_edit_mode', 'builder'),
(2483, 480, '_elementor_template_type', 'wp-page'),
(2484, 480, '_elementor_version', '3.15.0-dev2'),
(2485, 480, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2486, 480, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":false}]'),
(2487, 480, '_elementor_page_assets', 'a:0:{}'),
(2488, 480, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006404;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2489, 481, '_wp_page_template', 'elementor_canvas'),
(2490, 481, '_elementor_edit_mode', 'builder'),
(2491, 481, '_elementor_template_type', 'wp-page'),
(2492, 481, '_elementor_version', '3.15.0-dev2'),
(2493, 481, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2494, 481, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2495, 481, '_elementor_page_assets', 'a:0:{}'),
(2496, 481, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006404;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2498, 482, '_wp_page_template', 'elementor_canvas'),
(2499, 482, '_elementor_edit_mode', 'builder'),
(2500, 482, '_elementor_template_type', 'wp-page'),
(2501, 482, '_elementor_version', '3.15.0-dev2'),
(2502, 482, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2503, 482, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2504, 482, '_elementor_page_assets', 'a:0:{}'),
(2505, 482, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006433;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2506, 483, '_wp_page_template', 'elementor_canvas'),
(2507, 483, '_elementor_edit_mode', 'builder'),
(2508, 483, '_elementor_template_type', 'wp-page'),
(2509, 483, '_elementor_version', '3.15.0-dev2'),
(2510, 483, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2511, 483, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2512, 483, '_elementor_page_assets', 'a:0:{}'),
(2513, 483, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006433;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2514, 484, '_wp_page_template', 'elementor_canvas'),
(2515, 484, '_elementor_edit_mode', 'builder'),
(2516, 484, '_elementor_template_type', 'wp-page'),
(2517, 484, '_elementor_version', '3.15.0-dev2'),
(2518, 484, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2519, 484, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2520, 484, '_elementor_page_assets', 'a:0:{}'),
(2521, 484, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006433;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2523, 485, '_wp_page_template', 'elementor_canvas'),
(2524, 485, '_elementor_edit_mode', 'builder'),
(2525, 485, '_elementor_template_type', 'wp-page'),
(2526, 485, '_elementor_version', '3.15.0-dev2'),
(2527, 485, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2528, 485, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2529, 485, '_elementor_page_assets', 'a:0:{}'),
(2530, 485, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006448;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2531, 486, '_wp_page_template', 'elementor_canvas'),
(2532, 486, '_elementor_edit_mode', 'builder'),
(2533, 486, '_elementor_template_type', 'wp-page'),
(2534, 486, '_elementor_version', '3.15.0-dev2'),
(2535, 486, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2536, 486, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2537, 486, '_elementor_page_assets', 'a:0:{}'),
(2538, 486, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006448;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2539, 487, '_wp_page_template', 'elementor_canvas'),
(2540, 487, '_elementor_edit_mode', 'builder'),
(2541, 487, '_elementor_template_type', 'wp-page'),
(2542, 487, '_elementor_version', '3.15.0-dev2'),
(2543, 487, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2544, 487, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2545, 487, '_elementor_page_assets', 'a:0:{}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2546, 487, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006448;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2548, 488, '_wp_page_template', 'elementor_canvas'),
(2549, 488, '_elementor_edit_mode', 'builder'),
(2550, 488, '_elementor_template_type', 'wp-page'),
(2551, 488, '_elementor_version', '3.15.0-dev2'),
(2552, 488, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2553, 488, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2554, 488, '_elementor_page_assets', 'a:0:{}'),
(2555, 488, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006489;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2556, 489, '_wp_page_template', 'elementor_canvas'),
(2557, 489, '_elementor_edit_mode', 'builder'),
(2558, 489, '_elementor_template_type', 'wp-page'),
(2559, 489, '_elementor_version', '3.15.0-dev2'),
(2560, 489, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2561, 489, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2562, 489, '_elementor_page_assets', 'a:0:{}'),
(2563, 489, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006489;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2564, 490, '_wp_page_template', 'elementor_canvas'),
(2565, 490, '_elementor_edit_mode', 'builder'),
(2566, 490, '_elementor_template_type', 'wp-page'),
(2567, 490, '_elementor_version', '3.15.0-dev2'),
(2568, 490, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2569, 490, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0040.jpg\",\"id\":243,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2570, 490, '_elementor_page_assets', 'a:0:{}'),
(2571, 490, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006489;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2573, 491, '_wp_attached_file', '2023/07/31199-middle.png'),
(2574, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:940;s:4:\"file\";s:24:\"2023/07/31199-middle.png\";s:8:\"filesize\";i:25257;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"31199-middle-287x300.png\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"31199-middle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3681;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"31199-middle-768x802.png\";s:5:\"width\";i:768;s:6:\"height\";i:802;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26995;}s:33:\"advance-automobile-homepage-thumb\";a:5:{s:4:\"file\";s:24:\"31199-middle-250x145.png\";s:5:\"width\";i:250;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5413;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2575, 492, '_wp_page_template', 'elementor_canvas'),
(2576, 492, '_elementor_edit_mode', 'builder'),
(2577, 492, '_elementor_template_type', 'wp-page'),
(2578, 492, '_elementor_version', '3.15.0-dev2'),
(2579, 492, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2580, 492, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0040.jpg\",\"id\":243,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2581, 492, '_elementor_page_assets', 'a:0:{}'),
(2582, 492, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006547;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2583, 493, '_wp_page_template', 'elementor_canvas'),
(2584, 493, '_elementor_edit_mode', 'builder'),
(2585, 493, '_elementor_template_type', 'wp-page'),
(2586, 493, '_elementor_version', '3.15.0-dev2'),
(2587, 493, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2588, 493, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0040.jpg\",\"id\":243,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2589, 493, '_elementor_page_assets', 'a:0:{}'),
(2590, 493, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006547;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2591, 494, '_wp_page_template', 'elementor_canvas'),
(2592, 494, '_elementor_edit_mode', 'builder'),
(2593, 494, '_elementor_template_type', 'wp-page'),
(2594, 494, '_elementor_version', '3.15.0-dev2'),
(2595, 494, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2596, 494, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2597, 494, '_elementor_page_assets', 'a:0:{}'),
(2598, 494, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006547;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2600, 495, '_wp_page_template', 'elementor_canvas'),
(2601, 495, '_elementor_edit_mode', 'builder'),
(2602, 495, '_elementor_template_type', 'wp-page'),
(2603, 495, '_elementor_version', '3.15.0-dev2'),
(2604, 495, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2605, 495, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2606, 495, '_elementor_page_assets', 'a:0:{}'),
(2607, 495, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006614;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2608, 496, '_wp_page_template', 'elementor_canvas'),
(2609, 496, '_elementor_edit_mode', 'builder'),
(2610, 496, '_elementor_template_type', 'wp-page'),
(2611, 496, '_elementor_version', '3.15.0-dev2'),
(2612, 496, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2613, 496, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2614, 496, '_elementor_page_assets', 'a:0:{}'),
(2615, 496, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006614;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2616, 497, '_wp_page_template', 'elementor_canvas'),
(2617, 497, '_elementor_edit_mode', 'builder'),
(2618, 497, '_elementor_template_type', 'wp-page'),
(2619, 497, '_elementor_version', '3.15.0-dev2'),
(2620, 497, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2621, 497, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2622, 497, '_elementor_page_assets', 'a:0:{}'),
(2623, 497, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006614;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2625, 498, '_wp_page_template', 'elementor_canvas'),
(2626, 498, '_elementor_edit_mode', 'builder'),
(2627, 498, '_elementor_template_type', 'wp-page'),
(2628, 498, '_elementor_version', '3.15.0-dev2'),
(2629, 498, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2630, 498, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2631, 498, '_elementor_page_assets', 'a:0:{}'),
(2632, 498, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006649;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2633, 499, '_wp_page_template', 'elementor_canvas'),
(2634, 499, '_elementor_edit_mode', 'builder'),
(2635, 499, '_elementor_template_type', 'wp-page'),
(2636, 499, '_elementor_version', '3.15.0-dev2'),
(2637, 499, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2638, 499, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2639, 499, '_elementor_page_assets', 'a:0:{}'),
(2640, 499, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006649;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2641, 500, '_wp_page_template', 'elementor_canvas'),
(2642, 500, '_elementor_edit_mode', 'builder'),
(2643, 500, '_elementor_template_type', 'wp-page'),
(2644, 500, '_elementor_version', '3.15.0-dev2'),
(2645, 500, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2646, 500, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png\",\"id\":260,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"7c29221\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Selengkapnya\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-down\",\"library\":\"fa-solid\"},\"button_icon_position\":\"before\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2647, 500, '_elementor_page_assets', 'a:0:{}'),
(2648, 500, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006649;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2650, 501, '_wp_page_template', 'elementor_canvas'),
(2651, 501, '_elementor_edit_mode', 'builder'),
(2652, 501, '_elementor_template_type', 'wp-page'),
(2653, 501, '_elementor_version', '3.15.0-dev2'),
(2654, 501, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2655, 501, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png\",\"id\":260,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"7c29221\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Selengkapnya\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-down\",\"library\":\"fa-solid\"},\"button_icon_position\":\"before\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2656, 501, '_elementor_page_assets', 'a:0:{}'),
(2657, 501, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006775;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2658, 502, '_wp_page_template', 'elementor_canvas'),
(2659, 502, '_elementor_edit_mode', 'builder'),
(2660, 502, '_elementor_template_type', 'wp-page'),
(2661, 502, '_elementor_version', '3.15.0-dev2'),
(2662, 502, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2663, 502, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"Video\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png\",\"id\":260,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"7c29221\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Selengkapnya\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-down\",\"library\":\"fa-solid\"},\"button_icon_position\":\"before\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2664, 502, '_elementor_page_assets', 'a:0:{}'),
(2665, 502, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006775;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2666, 503, '_wp_page_template', 'elementor_canvas'),
(2667, 503, '_elementor_edit_mode', 'builder'),
(2668, 503, '_elementor_template_type', 'wp-page'),
(2669, 503, '_elementor_version', '3.15.0-dev2'),
(2670, 503, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2671, 503, '_elementor_data', '[{\"id\":\"5dcbac0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"24f46e4\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d652515\"}]},\"elements\":[{\"id\":\"f856f67\",\"elType\":\"widget\",\"settings\":{\"content_style\":\"default\",\"primary_heading\":\"Galleri\",\"secondary_heading\":\"Kegiatan\",\"show_description\":\"\",\"description\":\"Description text or Sub Heading\",\"show_icon\":\"\",\"primary_heading_color\":\"#F1F1F1\",\"primary_heading_typography_typography\":\"\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-dual-color-heading\"},{\"id\":\"66f6c3e\",\"elType\":\"widget\",\"settings\":{\"nav_items\":[{\"nav_item_id\":\"section-one\",\"nav_item_tooltip\":\"Section 1\",\"_id\":\"4727f18\"},{\"nav_item_id\":\"section-two\",\"nav_item_tooltip\":\"Section 2\",\"nav_item_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"2f39a01\"},{\"nav_item_id\":\"section-three\",\"nav_item_tooltip\":\"Section 3\",\"nav_item_icon\":{\"value\":\"fas fa-info-circle\",\"library\":\"fa-solid\"},\"_id\":\"cb52bd4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-onepage-nav\"},{\"id\":\"fca1d25\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":\"6\",\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"Video\",\"_id\":\"76ff7a4\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8b9b320\",\"fg_video_gallery_switch\":\"\",\"eael_fg_gallery_item_video_link\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"e459cc3\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"8e532fc\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"6b9c1a0\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"0d14e1d\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"eael_fg_gallery_item_name\":\"Gallery Item Name\",\"_id\":\"9a015bf\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"195ebcd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"84817bd\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e6e02c5\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"eael_fg_gallery_item_name\":\"Gallery item name\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"e0e85ba\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_item_price_switch\":\"\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings_switch\":\"\",\"fg_item_ratings\":\"5\",\"fg_item_cat_switch\":\"\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png\",\"id\":260,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"7c29221\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\"},{\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"_id\":\"5332c45\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Selengkapnya\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-down\",\"library\":\"fa-solid\"},\"button_icon_position\":\"before\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"08d6414\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}]'),
(2672, 503, '_elementor_page_assets', 'a:0:{}'),
(2673, 503, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006775;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2674, 199, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006871;s:5:\"fonts\";a:1:{i:0;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:\"\";}'),
(2675, 504, '_wp_page_template', 'elementor_canvas'),
(2676, 504, '_elementor_edit_mode', 'builder'),
(2677, 504, '_elementor_template_type', 'wp-page'),
(2678, 504, '_elementor_version', '3.15.0-dev2'),
(2679, 504, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2680, 504, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2681, 504, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2682, 504, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004951;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2683, 505, '_wp_page_template', 'elementor_canvas'),
(2684, 505, '_elementor_edit_mode', 'builder'),
(2685, 505, '_elementor_template_type', 'wp-page'),
(2686, 505, '_elementor_version', '3.15.0-dev2'),
(2687, 505, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2688, 505, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2689, 505, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2690, 505, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004951;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2691, 506, '_wp_page_template', 'elementor_canvas'),
(2692, 506, '_elementor_edit_mode', 'builder'),
(2693, 506, '_elementor_template_type', 'wp-page'),
(2694, 506, '_elementor_version', '3.15.0-dev2'),
(2695, 506, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2696, 506, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2697, 506, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2698, 506, '_elementor_css', 'a:6:{s:4:\"time\";i:1689004951;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2700, 507, '_wp_trash_meta_status', 'publish'),
(2701, 507, '_wp_trash_meta_time', '1689163763'),
(2704, 2, '_perfect_portfolio_sidebar_layout', 'default-sidebar'),
(2709, 512, '_edit_lock', '1689166189:1'),
(2710, 512, '_wp_trash_meta_status', 'publish'),
(2711, 512, '_wp_trash_meta_time', '1689166216'),
(2712, 2, '_elementor_edit_mode', 'builder'),
(2713, 2, '_elementor_template_type', 'wp-page'),
(2714, 2, '_elementor_version', '3.15.0-dev2'),
(2716, 515, '_wp_page_template', 'mgp-template.php'),
(2717, 515, '_elementor_edit_mode', 'builder'),
(2718, 515, '_elementor_template_type', 'wp-page'),
(2719, 515, '_elementor_version', '3.15.0-dev2'),
(2720, 516, '_wp_page_template', 'mgp-template.php'),
(2721, 516, '_elementor_edit_mode', 'builder'),
(2722, 516, '_elementor_template_type', 'wp-page'),
(2723, 516, '_elementor_version', '3.15.0-dev2'),
(2724, 2, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2725, 2, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c2f813\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\u00a0<\\/p>\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"a629108\"}],\"testimonial_slides_to_scroll\":1,\"testimonial_rating_style\":\"style_1\",\"nav_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(2726, 517, '_wp_page_template', 'mgp-template.php'),
(2727, 517, '_elementor_edit_mode', 'builder'),
(2728, 517, '_elementor_template_type', 'wp-page'),
(2729, 517, '_elementor_version', '3.15.0-dev2'),
(2730, 517, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2731, 517, '_elementor_data', '[]'),
(2732, 2, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(2733, 2, '_eael_custom_js', ''),
(2735, 518, '_edit_lock', '1689167443:1'),
(2736, 518, '_wp_trash_meta_status', 'publish'),
(2737, 518, '_wp_trash_meta_time', '1689167453'),
(2738, 519, '_edit_lock', '1689167515:1'),
(2739, 520, '_menu_item_type', 'custom'),
(2740, 520, '_menu_item_menu_item_parent', '0'),
(2741, 520, '_menu_item_object_id', '520'),
(2742, 520, '_menu_item_object', 'custom'),
(2743, 520, '_menu_item_target', ''),
(2744, 520, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2745, 520, '_menu_item_xfn', ''),
(2746, 520, '_menu_item_url', '#'),
(2747, 519, '_wp_trash_meta_status', 'publish'),
(2748, 519, '_wp_trash_meta_time', '1689167519'),
(2749, 521, '_elementor_edit_mode', 'builder'),
(2750, 521, '_wp_page_template', 'elementor_header_footer'),
(2751, 521, '_elementor_template_type', 'wp-page'),
(2752, 521, '_elementor_version', '3.15.0-dev2'),
(2753, 521, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2754, 521, '_elementor_data', '[]'),
(2755, 521, '_elementor_page_assets', 'a:0:{}'),
(2756, 521, '_elementor_css', 'a:7:{s:4:\"time\";i:1689167197;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(2757, 522, '_elementor_edit_mode', 'builder'),
(2758, 522, '_elementor_template_type', 'page'),
(2759, 522, '_elementor_version', '3.15.0-dev2'),
(2760, 523, '_elementor_edit_mode', 'builder'),
(2761, 523, '_elementor_template_type', 'page'),
(2762, 523, '_elementor_version', '3.15.0-dev2'),
(2763, 522, '_wp_page_template', 'elementor_canvas'),
(2764, 522, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2765, 522, '_elementor_data', '[{\"id\":\"397184e2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"30cf42d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"262aaf53\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59432cac\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58d7b374\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"74ed05e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8d029a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a594465\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"2d1f4774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7dbd64b1\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"19ab9a8e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"48d7d23\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"31a08a96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"76b147bb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"225bee2f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78ba469c\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2766, 524, '_elementor_edit_mode', 'builder'),
(2767, 524, '_elementor_template_type', 'page'),
(2768, 524, '_elementor_version', '3.15.0-dev2'),
(2769, 524, '_wp_page_template', 'elementor_canvas'),
(2770, 524, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2771, 524, '_elementor_data', '[{\"id\":\"397184e2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"30cf42d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"262aaf53\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"59432cac\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58d7b374\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"74ed05e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d8d029a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a594465\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"2d1f4774\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7dbd64b1\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"19ab9a8e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"48d7d23\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"31a08a96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"76b147bb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"225bee2f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"78ba469c\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2772, 522, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2773, 522, '_eael_custom_js', ''),
(2774, 522, '_eael_widget_elements', 'a:1:{s:12:\"creative-btn\";s:12:\"creative-btn\";}'),
(2775, 522, '_happyaddons_elements_cache', 'a:0:{}'),
(2776, 522, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:4:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:4:{s:20:\"creative_button_text\";i:4;s:29:\"eael_creative_button_icon_new\";i:4;s:32:\"eael_creative_button_icon_indent\";i:4;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:7:{s:22:\"creative_button_effect\";i:4;s:37:\"eael_creative_button_background_color\";i:4;s:34:\"eael_creative_button_border_radius\";i:4;s:43:\"eael_creative_button_hover_background_color\";i:4;s:30:\"eael_creative_button_alignment\";i:4;s:26:\"eael_creative_button_width\";i:4;s:30:\"eael_creative_button_icon_size\";i:4;}}}}s:24:\"elementskit-social-media\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:1:{s:26:\"ekit_socialmedia_add_icons\";i:1;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:1:{s:43:\"ekit_socialmedai_list_typography_typography\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:3:{s:14:\"flex_direction\";i:1;s:10:\"min_height\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:26:\"section_background_overlay\";a:8:{s:35:\"background_overlay_hover_background\";i:1;s:32:\"background_overlay_hover_color_b\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:29:\"background_overlay_hover_size\";i:1;s:35:\"background_overlay_hover_transition\";i:1;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:17:\"shape_divider_top\";i:1;}s:20:\"wpr_section_parallax\";a:1:{s:14:\"hover_parallax\";i:1;}s:21:\"wpr_section_particles\";a:1:{s:20:\"wpr_enable_particles\";i:1;}}}}}'),
(2777, 525, '_wp_page_template', 'elementor_canvas'),
(2778, 525, '_elementor_edit_mode', 'builder'),
(2779, 525, '_elementor_template_type', 'wp-page'),
(2780, 525, '_elementor_version', '3.15.0-dev2'),
(2781, 525, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2782, 525, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2783, 525, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2784, 525, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006939;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2785, 526, '_wp_page_template', 'elementor_canvas'),
(2786, 526, '_elementor_edit_mode', 'builder'),
(2787, 526, '_elementor_template_type', 'wp-page'),
(2788, 526, '_elementor_version', '3.15.0-dev2'),
(2789, 526, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2790, 526, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b3dd1c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ketua Komisi III DPRD Kabupaten Sumedang\",\"header_size\":\"h6\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2791, 526, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2792, 526, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006939;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2793, 527, '_wp_page_template', 'elementor_canvas'),
(2794, 527, '_elementor_edit_mode', 'builder'),
(2795, 527, '_elementor_template_type', 'wp-page'),
(2796, 527, '_elementor_version', '3.15.0-dev2'),
(2797, 527, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2798, 527, '_elementor_data', '[{\"id\":\"b37bb43\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_direction_mobile\":\"column\",\"flex_align_items_mobile\":\"center\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_color_b\":\"\",\"background_overlay_hover_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_hover_size\":\"auto\",\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_divider_top\":\"curve\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"0270088\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"bf11e01\"}],\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"wpr_enable_particles\":\"yes\"},\"elements\":[{\"id\":\"14a494b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":171,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":265,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"999\",\"right\":\"999\",\"bottom\":\"999\",\"left\":\"999\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d1ef5f9\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"569e225\",\"elType\":\"widget\",\"settings\":{\"title\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"header_size\":\"h4\",\"align\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bdd659\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f191414\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1676a18\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Profile\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"d35c3e6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5a3bb7e\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Kegiatan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-people-arrows\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"creative_button_link_url\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/galeri\\/\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"9a39ee1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"face057\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Daftar Relawan\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-rss\",\"library\":\"fa-solid\"},\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"6d062bd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"52232f5\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Contact Me!\",\"creative_button_secondary_text\":\"Go!\",\"eael_creative_button_icon_new\":{\"value\":\"far fa-paper-plane\",\"library\":\"fa-regular\"},\"eael_creative_button_icon_indent_mobile\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"creative_button_effect\":\"eael-creative-button--rayen\",\"eael_creative_button_background_color\":\"#1A5D1A\",\"eael_creative_button_border_radius\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_creative_button_hover_background_color\":\"#F1C93B\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"px\",\"size\":319,\"sizes\":[]},\"eael_creative_button_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_creative_button_icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"},{\"id\":\"472d94b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"386c0fd\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"_id\":\"f324126\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Instagram\"},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"84189b5\"},{\"_id\":\"75e3591\",\"ekit_socialmedia_icons\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"ekit_socialmedia_label\":\"Tiktok\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bcca946\",\"ekit_socialmedia_icons\":{\"value\":\"icon icon-youtube-feed\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Youtube\",\"ekit_socialmedia_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_typography_typography\":\"custom\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}]'),
(2799, 527, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(2800, 527, '_elementor_css', 'a:6:{s:4:\"time\";i:1689006939;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2801, 426, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:1;s:12:\"width_tablet\";i:1;s:12:\"width_mobile\";i:1;s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:12:\"space_mobile\";i:2;s:5:\"space\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:5:{s:20:\"creative_button_text\";i:4;s:29:\"eael_creative_button_icon_new\";i:4;s:32:\"eael_creative_button_icon_indent\";i:4;s:39:\"eael_creative_button_icon_indent_mobile\";i:4;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:9:{s:22:\"creative_button_effect\";i:4;s:37:\"eael_creative_button_background_color\";i:4;s:34:\"eael_creative_button_border_radius\";i:4;s:43:\"eael_creative_button_hover_background_color\";i:4;s:30:\"eael_creative_button_alignment\";i:4;s:26:\"eael_creative_button_width\";i:4;s:33:\"eael_creative_button_width_mobile\";i:4;s:30:\"eael_creative_button_icon_size\";i:4;s:37:\"eael_creative_button_icon_size_mobile\";i:4;}}}}s:24:\"elementskit-social-media\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:1:{s:26:\"ekit_socialmedia_add_icons\";i:1;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:1:{s:43:\"ekit_socialmedai_list_typography_typography\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:1;s:10:\"min_height\";i:1;s:17:\"min_height_tablet\";i:1;s:17:\"min_height_mobile\";i:1;s:21:\"flex_direction_mobile\";i:1;s:23:\"flex_align_items_mobile\";i:1;s:8:\"flex_gap\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:26:\"section_background_overlay\";a:8:{s:35:\"background_overlay_hover_background\";i:1;s:32:\"background_overlay_hover_color_b\";i:1;s:30:\"background_overlay_hover_image\";i:1;s:29:\"background_overlay_hover_size\";i:1;s:35:\"background_overlay_hover_transition\";i:1;s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:1:{s:17:\"shape_divider_top\";i:1;}s:20:\"wpr_section_parallax\";a:1:{s:14:\"hover_parallax\";i:1;}s:21:\"wpr_section_particles\";a:1:{s:20:\"wpr_enable_particles\";i:1;}}}}}'),
(2803, 426, '_elementor_css', 'a:6:{s:4:\"time\";i:1689172221;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";i:4;s:9:\"fa-brands\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2806, 529, '_edit_lock', '1689173264:1'),
(2807, 529, '_wp_trash_meta_status', 'publish'),
(2808, 529, '_wp_trash_meta_time', '1689173296'),
(2809, 530, '_wp_trash_meta_status', 'publish'),
(2810, 530, '_wp_trash_meta_time', '1689173353'),
(2811, 531, '_edit_lock', '1689173591:1'),
(2812, 531, '_wp_trash_meta_status', 'publish'),
(2813, 531, '_wp_trash_meta_time', '1689173610'),
(2814, 532, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2815, 532, '_elementor_edit_mode', 'builder'),
(2816, 532, '_elementor_template_type', 'wp-page'),
(2817, 532, '_elementor_version', '3.15.0-dev2'),
(2818, 532, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2819, 532, '_elementor_data', '[]'),
(2820, 532, '_elementor_page_assets', 'a:0:{}'),
(2821, 533, '_wp_page_template', 'elementor_header_footer'),
(2822, 533, '_elementor_edit_mode', 'builder'),
(2823, 533, '_elementor_template_type', 'wp-page'),
(2824, 533, '_elementor_version', '3.15.0-dev2'),
(2825, 533, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2826, 533, '_elementor_data', '[]'),
(2827, 533, '_elementor_page_assets', 'a:0:{}'),
(2828, 534, '_wp_page_template', 'elementor_header_footer'),
(2829, 534, '_elementor_edit_mode', 'builder'),
(2830, 534, '_elementor_template_type', 'wp-page'),
(2831, 534, '_elementor_version', '3.15.0-dev2'),
(2832, 534, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2833, 534, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2834, 534, '_elementor_page_assets', 'a:0:{}'),
(2836, 2, '_happyaddons_elements_cache', 'a:0:{}'),
(2848, 536, '_wp_page_template', 'elementor_header_footer'),
(2849, 536, '_elementor_edit_mode', 'builder'),
(2850, 536, '_elementor_template_type', 'wp-page'),
(2851, 536, '_elementor_version', '3.15.0-dev2'),
(2852, 536, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2853, 536, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2854, 536, '_elementor_page_assets', 'a:0:{}'),
(2856, 537, '_wp_page_template', 'elementor_header_footer'),
(2857, 537, '_elementor_edit_mode', 'builder'),
(2858, 537, '_elementor_template_type', 'wp-page'),
(2859, 537, '_elementor_version', '3.15.0-dev2'),
(2860, 537, '_elementor_page_settings', 'a:3:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),
(2861, 537, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2862, 537, '_elementor_page_assets', 'a:0:{}'),
(2863, 537, '_elementor_css', 'a:6:{s:4:\"time\";i:1689173960;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2864, 538, '_wp_page_template', 'elementor_canvas'),
(2865, 538, '_elementor_edit_mode', 'builder'),
(2866, 538, '_elementor_template_type', 'wp-page'),
(2867, 538, '_elementor_version', '3.15.0-dev2'),
(2868, 538, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_table_of_content\";s:3:\"yes\";}'),
(2869, 538, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2870, 538, '_elementor_page_assets', 'a:0:{}'),
(2871, 538, '_elementor_css', 'a:6:{s:4:\"time\";i:1689173960;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2875, 539, '_wp_page_template', 'elementor_canvas'),
(2876, 539, '_elementor_edit_mode', 'builder'),
(2877, 539, '_elementor_template_type', 'wp-page'),
(2878, 539, '_elementor_version', '3.15.0-dev2'),
(2879, 539, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_table_of_content\";s:3:\"yes\";}'),
(2880, 539, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2881, 539, '_elementor_page_assets', 'a:0:{}'),
(2882, 539, '_elementor_css', 'a:6:{s:4:\"time\";i:1689173961;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2883, 540, '_wp_page_template', 'elementor_canvas'),
(2884, 540, '_elementor_edit_mode', 'builder'),
(2885, 540, '_elementor_template_type', 'wp-page'),
(2886, 540, '_elementor_version', '3.15.0-dev2'),
(2887, 540, '_elementor_page_settings', 'a:4:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_table_of_content\";s:3:\"yes\";}'),
(2888, 540, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2889, 540, '_elementor_page_assets', 'a:0:{}'),
(2890, 540, '_elementor_css', 'a:6:{s:4:\"time\";i:1689173961;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2891, 541, '_wp_page_template', 'elementor_canvas'),
(2892, 541, '_elementor_edit_mode', 'builder'),
(2893, 541, '_elementor_template_type', 'wp-page'),
(2894, 541, '_elementor_version', '3.15.0-dev2'),
(2895, 541, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:3:\"yes\";}'),
(2896, 541, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2897, 541, '_elementor_page_assets', 'a:0:{}'),
(2898, 541, '_elementor_css', 'a:6:{s:4:\"time\";i:1689173961;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2900, 542, '_wp_page_template', 'elementor_canvas'),
(2901, 542, '_elementor_edit_mode', 'builder'),
(2902, 542, '_elementor_template_type', 'wp-page'),
(2903, 542, '_elementor_version', '3.15.0-dev2'),
(2904, 542, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:3:\"yes\";}'),
(2905, 542, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2906, 542, '_elementor_page_assets', 'a:0:{}'),
(2908, 543, '_wp_page_template', 'elementor_canvas'),
(2909, 543, '_elementor_edit_mode', 'builder'),
(2910, 543, '_elementor_template_type', 'wp-page'),
(2911, 543, '_elementor_version', '3.15.0-dev2'),
(2912, 543, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:3:\"yes\";}'),
(2913, 543, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2914, 543, '_elementor_page_assets', 'a:0:{}'),
(2915, 543, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174056;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2916, 544, '_wp_page_template', 'elementor_canvas'),
(2917, 544, '_elementor_edit_mode', 'builder'),
(2918, 544, '_elementor_template_type', 'wp-page'),
(2919, 544, '_elementor_version', '3.15.0-dev2'),
(2920, 544, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2921, 544, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"1d44086\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"00fbb88\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a2e306\"}]},\"elements\":[{\"id\":\"5717a8f\",\"elType\":\"widget\",\"settings\":{\"mgptik_head_text\":\"Latest News\",\"mgptik_linking_text\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgposts_ticker\"}],\"isInner\":false}]'),
(2922, 544, '_elementor_page_assets', 'a:0:{}'),
(2923, 544, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174056;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2925, 545, '_wp_page_template', 'elementor_canvas'),
(2926, 545, '_elementor_edit_mode', 'builder'),
(2927, 545, '_elementor_template_type', 'wp-page'),
(2928, 545, '_elementor_version', '3.15.0-dev2'),
(2929, 545, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2930, 545, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"1d44086\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"00fbb88\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a2e306\"}]},\"elements\":[{\"id\":\"5717a8f\",\"elType\":\"widget\",\"settings\":{\"mgptik_head_text\":\"Latest News\",\"mgptik_linking_text\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgposts_ticker\"}],\"isInner\":false}]'),
(2931, 545, '_elementor_page_assets', 'a:0:{}'),
(2933, 546, '_wp_page_template', 'elementor_canvas'),
(2934, 546, '_elementor_edit_mode', 'builder'),
(2935, 546, '_elementor_template_type', 'wp-page'),
(2936, 546, '_elementor_version', '3.15.0-dev2'),
(2937, 546, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2938, 546, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"1d44086\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"00fbb88\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a2e306\"}]},\"elements\":[{\"id\":\"5717a8f\",\"elType\":\"widget\",\"settings\":{\"mgptik_head_text\":\"Latest News\",\"mgptik_linking_text\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgposts_ticker\"}],\"isInner\":false}]'),
(2939, 546, '_elementor_page_assets', 'a:0:{}'),
(2940, 546, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174064;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2941, 547, '_wp_page_template', 'elementor_canvas'),
(2942, 547, '_elementor_edit_mode', 'builder'),
(2943, 547, '_elementor_template_type', 'wp-page'),
(2944, 547, '_elementor_version', '3.15.0-dev2'),
(2945, 547, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2946, 547, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"1d44086\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"00fbb88\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a2e306\"}]},\"elements\":[{\"id\":\"5717a8f\",\"elType\":\"widget\",\"settings\":{\"mgptik_head_text\":\"Latest News\",\"mgptik_linking_text\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgposts_ticker\"}],\"isInner\":false}]'),
(2947, 547, '_elementor_page_assets', 'a:0:{}'),
(2948, 547, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174064;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2951, 548, '_wp_page_template', 'elementor_canvas'),
(2952, 548, '_elementor_edit_mode', 'builder'),
(2953, 548, '_elementor_template_type', 'wp-page'),
(2954, 548, '_elementor_version', '3.15.0-dev2'),
(2955, 548, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2956, 548, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"1d44086\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"00fbb88\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a2e306\"}]},\"elements\":[{\"id\":\"5717a8f\",\"elType\":\"widget\",\"settings\":{\"mgptik_head_text\":\"Latest News\",\"mgptik_linking_text\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgposts_ticker\"}],\"isInner\":false}]'),
(2957, 548, '_elementor_page_assets', 'a:0:{}'),
(2958, 548, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174065;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2959, 549, '_wp_page_template', 'elementor_canvas'),
(2960, 549, '_elementor_edit_mode', 'builder'),
(2961, 549, '_elementor_template_type', 'wp-page'),
(2962, 549, '_elementor_version', '3.15.0-dev2'),
(2963, 549, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2964, 549, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"1d44086\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"00fbb88\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"2a2e306\"}]},\"elements\":[{\"id\":\"5717a8f\",\"elType\":\"widget\",\"settings\":{\"mgptik_head_text\":\"Latest News\",\"mgptik_linking_text\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgposts_ticker\"}],\"isInner\":false}]'),
(2965, 549, '_elementor_page_assets', 'a:0:{}'),
(2966, 549, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174065;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2967, 550, '_wp_page_template', 'elementor_canvas'),
(2968, 550, '_elementor_edit_mode', 'builder'),
(2969, 550, '_elementor_template_type', 'wp-page'),
(2970, 550, '_elementor_version', '3.15.0-dev2'),
(2971, 550, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2972, 550, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2973, 550, '_elementor_page_assets', 'a:0:{}'),
(2974, 550, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174065;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2976, 2, '_yoast_wpseo_content_score', '90'),
(2978, 551, '_wp_page_template', 'elementor_canvas'),
(2979, 551, '_elementor_edit_mode', 'builder'),
(2980, 551, '_elementor_template_type', 'wp-page'),
(2981, 551, '_elementor_version', '3.15.0-dev2'),
(2982, 551, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2983, 551, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2984, 551, '_elementor_page_assets', 'a:0:{}'),
(2985, 551, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174072;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2986, 552, '_wp_page_template', 'elementor_canvas'),
(2987, 552, '_elementor_edit_mode', 'builder'),
(2988, 552, '_elementor_template_type', 'wp-page'),
(2989, 552, '_elementor_version', '3.15.0-dev2'),
(2990, 552, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2991, 552, '_elementor_data', '[{\"id\":\"3e471e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"25124bd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7410ead\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(2992, 552, '_elementor_page_assets', 'a:0:{}'),
(2993, 552, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174072;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(2994, 553, '_wp_page_template', 'elementor_canvas'),
(2995, 553, '_elementor_edit_mode', 'builder'),
(2996, 553, '_elementor_template_type', 'wp-page'),
(2997, 553, '_elementor_version', '3.15.0-dev2'),
(2998, 553, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(2999, 553, '_elementor_data', '[{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3000, 553, '_elementor_page_assets', 'a:0:{}'),
(3001, 553, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174072;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3004, 554, '_wp_page_template', 'elementor_canvas'),
(3005, 554, '_elementor_edit_mode', 'builder'),
(3006, 554, '_elementor_template_type', 'wp-page'),
(3007, 554, '_elementor_version', '3.15.0-dev2'),
(3008, 554, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3009, 554, '_elementor_data', '[{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3010, 554, '_elementor_page_assets', 'a:0:{}'),
(3011, 554, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174540;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3012, 555, '_wp_page_template', 'elementor_canvas'),
(3013, 555, '_elementor_edit_mode', 'builder'),
(3014, 555, '_elementor_template_type', 'wp-page'),
(3015, 555, '_elementor_version', '3.15.0-dev2'),
(3016, 555, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3017, 555, '_elementor_data', '[{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3018, 555, '_elementor_page_assets', 'a:0:{}'),
(3019, 555, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174540;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3020, 556, '_wp_page_template', 'elementor_canvas'),
(3021, 556, '_elementor_edit_mode', 'builder'),
(3022, 556, '_elementor_template_type', 'wp-page'),
(3023, 556, '_elementor_version', '3.15.0-dev2'),
(3024, 556, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3025, 556, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#09830F\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3026, 556, '_elementor_page_assets', 'a:0:{}'),
(3027, 556, '_elementor_css', 'a:6:{s:4:\"time\";i:1689174540;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3029, 557, '_wp_page_template', 'elementor_canvas'),
(3030, 557, '_elementor_edit_mode', 'builder'),
(3031, 557, '_elementor_template_type', 'wp-page'),
(3032, 557, '_elementor_version', '3.15.0-dev2'),
(3033, 557, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3034, 557, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#09830F\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3035, 557, '_elementor_page_assets', 'a:0:{}'),
(3037, 558, '_wp_page_template', 'elementor_canvas'),
(3038, 558, '_elementor_edit_mode', 'builder'),
(3039, 558, '_elementor_template_type', 'wp-page'),
(3040, 558, '_elementor_version', '3.15.0-dev2'),
(3041, 558, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3042, 558, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#09830F\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3043, 558, '_elementor_page_assets', 'a:0:{}'),
(3044, 558, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3045, 559, '_wp_page_template', 'elementor_canvas'),
(3046, 559, '_elementor_edit_mode', 'builder'),
(3047, 559, '_elementor_template_type', 'wp-page'),
(3048, 559, '_elementor_version', '3.15.0-dev2'),
(3049, 559, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3050, 559, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#F5F1F1\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#09830F\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3051, 559, '_elementor_page_assets', 'a:0:{}'),
(3052, 559, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175044;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3054, 560, '_wp_page_template', 'elementor_canvas'),
(3055, 560, '_elementor_edit_mode', 'builder'),
(3056, 560, '_elementor_template_type', 'wp-page'),
(3057, 560, '_elementor_version', '3.15.0-dev2'),
(3058, 560, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3059, 560, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#F5F1F1\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#09830F\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3060, 560, '_elementor_page_assets', 'a:0:{}'),
(3062, 561, '_wp_page_template', 'elementor_canvas'),
(3063, 561, '_elementor_edit_mode', 'builder'),
(3064, 561, '_elementor_template_type', 'wp-page'),
(3065, 561, '_elementor_version', '3.15.0-dev2'),
(3066, 561, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3067, 561, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#F5F1F1\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#09830F\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3068, 561, '_elementor_page_assets', 'a:0:{}'),
(3069, 561, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175265;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3070, 562, '_wp_page_template', 'elementor_canvas'),
(3071, 562, '_elementor_edit_mode', 'builder'),
(3072, 562, '_elementor_template_type', 'wp-page'),
(3073, 562, '_elementor_version', '3.15.0-dev2'),
(3074, 562, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3075, 562, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3076, 562, '_elementor_page_assets', 'a:0:{}'),
(3077, 562, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175265;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3080, 563, '_wp_page_template', 'elementor_canvas'),
(3081, 563, '_elementor_edit_mode', 'builder'),
(3082, 563, '_elementor_template_type', 'wp-page'),
(3083, 563, '_elementor_version', '3.15.0-dev2'),
(3084, 563, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3085, 563, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3086, 563, '_elementor_page_assets', 'a:0:{}'),
(3087, 563, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175267;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3088, 564, '_wp_page_template', 'elementor_canvas'),
(3089, 564, '_elementor_edit_mode', 'builder'),
(3090, 564, '_elementor_template_type', 'wp-page'),
(3091, 564, '_elementor_version', '3.15.0-dev2'),
(3092, 564, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3093, 564, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3094, 564, '_elementor_page_assets', 'a:0:{}'),
(3095, 564, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175267;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3096, 565, '_wp_page_template', 'elementor_canvas'),
(3097, 565, '_elementor_edit_mode', 'builder'),
(3098, 565, '_elementor_template_type', 'wp-page'),
(3099, 565, '_elementor_version', '3.15.0-dev2'),
(3100, 565, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3101, 565, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3102, 565, '_elementor_page_assets', 'a:0:{}'),
(3103, 565, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175267;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3106, 566, '_wp_page_template', 'elementor_canvas'),
(3107, 566, '_elementor_edit_mode', 'builder'),
(3108, 566, '_elementor_template_type', 'wp-page'),
(3109, 566, '_elementor_version', '3.15.0-dev2'),
(3110, 566, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3111, 566, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3112, 566, '_elementor_page_assets', 'a:0:{}'),
(3113, 566, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175361;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3114, 567, '_wp_page_template', 'elementor_canvas'),
(3115, 567, '_elementor_edit_mode', 'builder'),
(3116, 567, '_elementor_template_type', 'wp-page'),
(3117, 567, '_elementor_version', '3.15.0-dev2'),
(3118, 567, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3119, 567, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3120, 567, '_elementor_page_assets', 'a:0:{}'),
(3121, 567, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175361;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3122, 568, '_wp_page_template', 'elementor_canvas'),
(3123, 568, '_elementor_edit_mode', 'builder'),
(3124, 568, '_elementor_template_type', 'wp-page'),
(3125, 568, '_elementor_version', '3.15.0-dev2'),
(3126, 568, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3127, 568, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3128, 568, '_elementor_page_assets', 'a:0:{}'),
(3129, 568, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175361;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3177, 584, '_wp_page_template', 'elementor_canvas'),
(3178, 584, '_elementor_edit_mode', 'builder'),
(3179, 584, '_elementor_template_type', 'wp-page'),
(3180, 584, '_elementor_version', '3.15.0-dev2'),
(3181, 584, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3182, 584, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3183, 584, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3184, 584, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175449;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3185, 585, '_wp_page_template', 'elementor_canvas'),
(3186, 585, '_elementor_edit_mode', 'builder'),
(3187, 585, '_elementor_template_type', 'wp-page'),
(3188, 585, '_elementor_version', '3.15.0-dev2'),
(3189, 585, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3190, 585, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3191, 585, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3192, 585, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175449;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3193, 586, '_wp_page_template', 'elementor_canvas'),
(3194, 586, '_elementor_edit_mode', 'builder'),
(3195, 586, '_elementor_template_type', 'wp-page'),
(3196, 586, '_elementor_version', '3.15.0-dev2'),
(3197, 586, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3198, 586, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3199, 586, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3200, 586, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175449;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3203, 587, '_wp_page_template', 'elementor_canvas'),
(3204, 587, '_elementor_edit_mode', 'builder'),
(3205, 587, '_elementor_template_type', 'wp-page'),
(3206, 587, '_elementor_version', '3.15.0-dev2'),
(3207, 587, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3208, 587, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3209, 587, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3210, 587, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175770;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3211, 588, '_wp_page_template', 'elementor_canvas'),
(3212, 588, '_elementor_edit_mode', 'builder'),
(3213, 588, '_elementor_template_type', 'wp-page'),
(3214, 588, '_elementor_version', '3.15.0-dev2'),
(3215, 588, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3216, 588, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3217, 588, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3218, 588, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175770;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3219, 589, '_wp_page_template', 'elementor_canvas'),
(3220, 589, '_elementor_edit_mode', 'builder'),
(3221, 589, '_elementor_template_type', 'wp-page'),
(3222, 589, '_elementor_version', '3.15.0-dev2'),
(3223, 589, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3224, 589, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3225, 589, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3226, 589, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175770;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3229, 590, '_wp_page_template', 'elementor_canvas'),
(3230, 590, '_elementor_edit_mode', 'builder'),
(3231, 590, '_elementor_template_type', 'wp-page'),
(3232, 590, '_elementor_version', '3.15.0-dev2');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3233, 590, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3234, 590, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3235, 590, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3236, 590, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175870;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3237, 591, '_wp_page_template', 'elementor_canvas'),
(3238, 591, '_elementor_edit_mode', 'builder'),
(3239, 591, '_elementor_template_type', 'wp-page'),
(3240, 591, '_elementor_version', '3.15.0-dev2'),
(3241, 591, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3242, 591, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"\",\"testimonial_image_position\":\"top\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#54595F\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3243, 591, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3244, 591, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175870;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3245, 592, '_wp_page_template', 'elementor_canvas'),
(3246, 592, '_elementor_edit_mode', 'builder'),
(3247, 592, '_elementor_template_type', 'wp-page'),
(3248, 592, '_elementor_version', '3.15.0-dev2'),
(3249, 592, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3250, 592, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3251, 592, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3252, 592, '_elementor_css', 'a:6:{s:4:\"time\";i:1689175870;s:5:\"fonts\";a:1:{i:0;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3255, 593, '_wp_page_template', 'elementor_canvas'),
(3256, 593, '_elementor_edit_mode', 'builder'),
(3257, 593, '_elementor_template_type', 'wp-page'),
(3258, 593, '_elementor_version', '3.15.0-dev2'),
(3259, 593, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3260, 593, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3261, 593, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3262, 593, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176251;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3263, 594, '_wp_page_template', 'elementor_canvas'),
(3264, 594, '_elementor_edit_mode', 'builder'),
(3265, 594, '_elementor_template_type', 'wp-page'),
(3266, 594, '_elementor_version', '3.15.0-dev2'),
(3267, 594, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3268, 594, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3269, 594, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3270, 594, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176251;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3271, 595, '_wp_page_template', 'elementor_canvas'),
(3272, 595, '_elementor_edit_mode', 'builder'),
(3273, 595, '_elementor_template_type', 'wp-page'),
(3274, 595, '_elementor_version', '3.15.0-dev2'),
(3275, 595, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3276, 595, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"890d252\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3277, 595, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3278, 595, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176251;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3279, 2, '_eael_widget_elements', 'a:1:{s:14:\"filter-gallery\";s:14:\"filter-gallery\";}'),
(3292, 597, '_wp_page_template', 'elementor_canvas'),
(3293, 597, '_elementor_edit_mode', 'builder'),
(3294, 597, '_elementor_template_type', 'wp-page'),
(3295, 597, '_elementor_version', '3.15.0-dev2'),
(3296, 597, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3297, 597, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"890d252\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3298, 597, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3299, 597, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176463;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3300, 598, '_wp_page_template', 'elementor_canvas'),
(3301, 598, '_elementor_edit_mode', 'builder'),
(3302, 598, '_elementor_template_type', 'wp-page'),
(3303, 598, '_elementor_version', '3.15.0-dev2'),
(3304, 598, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3305, 598, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"890d252\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"id\":251,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3306, 598, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3307, 598, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176463;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3308, 599, '_wp_page_template', 'elementor_canvas'),
(3309, 599, '_elementor_edit_mode', 'builder'),
(3310, 599, '_elementor_template_type', 'wp-page'),
(3311, 599, '_elementor_version', '3.15.0-dev2'),
(3312, 599, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3313, 599, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3314, 599, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3315, 599, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176463;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3318, 600, '_wp_page_template', 'elementor_canvas'),
(3319, 600, '_elementor_edit_mode', 'builder'),
(3320, 600, '_elementor_template_type', 'wp-page'),
(3321, 600, '_elementor_version', '3.15.0-dev2'),
(3322, 600, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3323, 600, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3324, 600, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3325, 600, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176651;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3326, 601, '_wp_page_template', 'elementor_canvas'),
(3327, 601, '_elementor_edit_mode', 'builder'),
(3328, 601, '_elementor_template_type', 'wp-page'),
(3329, 601, '_elementor_version', '3.15.0-dev2'),
(3330, 601, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3331, 601, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"wave-brush\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3332, 601, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3333, 601, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176651;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3334, 602, '_wp_page_template', 'elementor_canvas'),
(3335, 602, '_elementor_edit_mode', 'builder'),
(3336, 602, '_elementor_template_type', 'wp-page'),
(3337, 602, '_elementor_version', '3.15.0-dev2'),
(3338, 602, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3339, 602, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3340, 602, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3341, 602, '_elementor_css', 'a:6:{s:4:\"time\";i:1689176651;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3400, 620, '_wp_attached_file', '2023/07/placeholder-4.png'),
(3402, 620, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-4.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-4-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-4-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-4-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-4-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-4-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-4-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3415, 620, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(3441, 633, '_wp_page_template', 'elementor_canvas'),
(3442, 633, '_elementor_edit_mode', 'builder'),
(3443, 633, '_elementor_template_type', 'wp-page'),
(3444, 633, '_elementor_version', '3.15.0-dev2'),
(3445, 633, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3446, 633, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3447, 633, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3448, 633, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177390;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3449, 634, '_wp_page_template', 'elementor_canvas'),
(3450, 634, '_elementor_edit_mode', 'builder'),
(3451, 634, '_elementor_template_type', 'wp-page'),
(3452, 634, '_elementor_version', '3.15.0-dev2'),
(3453, 634, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3454, 634, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"6d1f4d3\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"bg_image\":{\"id\":574,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7bd32b6\",\"repeater_bg_image\":{\"id\":579,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"6da0a69\",\"repeater_bg_image\":{\"id\":583,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"}}]},\"elements\":[{\"id\":\"102bb44d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}]'),
(3455, 634, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3456, 634, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177390;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3457, 635, '_wp_page_template', 'elementor_canvas'),
(3458, 635, '_elementor_edit_mode', 'builder'),
(3459, 635, '_elementor_template_type', 'wp-page'),
(3460, 635, '_elementor_version', '3.15.0-dev2'),
(3461, 635, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3462, 635, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":605,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-1.jpg\"},\"mgab_imgbg_image\":{\"id\":610,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-1.jpg\"},\"mgab_sign_image\":{\"id\":614,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3db3a540\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":617,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ec08e31\",\"repeater_bg_image\":{\"id\":621,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"111b804\",\"repeater_bg_image\":{\"id\":627,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"5cfd27a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b69ecbe\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":604,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6.jpg\"},\"mgab_imgbg_image\":{\"id\":609,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash.jpg\"},\"mgab_sign_image\":{\"id\":615,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-1.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd11b96\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":618,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"76dec51\",\"repeater_bg_image\":{\"id\":624,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0381e4c\",\"repeater_bg_image\":{\"id\":629,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}}]},\"elements\":[{\"id\":\"3df98eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ffadb4f\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":608,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-4.jpg\"},\"mgab_imgbg_image\":{\"id\":613,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-4.jpg\"},\"mgab_sign_image\":{\"id\":\"614\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ef94b24\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":623,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d90df15\",\"repeater_bg_image\":{\"id\":628,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"930b469\",\"repeater_bg_image\":{\"id\":631,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"278607ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b6cae3a\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":606,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-2.jpg\"},\"mgab_imgbg_image\":{\"id\":611,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-2.jpg\"},\"mgab_sign_image\":{\"id\":619,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-2.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3446f2e1\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":625,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fce4156\",\"repeater_bg_image\":{\"id\":630,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1342d2f\",\"repeater_bg_image\":{\"id\":632,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"}}]},\"elements\":[{\"id\":\"165f9391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e53c385\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":607,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-3.jpg\"},\"mgab_imgbg_image\":{\"id\":612,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-3.jpg\"},\"mgab_sign_image\":{\"id\":622,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-3.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3463, 635, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3464, 635, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177390;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3467, 636, '_wp_page_template', 'elementor_canvas'),
(3468, 636, '_elementor_edit_mode', 'builder'),
(3469, 636, '_elementor_template_type', 'wp-page'),
(3470, 636, '_elementor_version', '3.15.0-dev2'),
(3471, 636, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3472, 636, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":605,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-1.jpg\"},\"mgab_imgbg_image\":{\"id\":610,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-1.jpg\"},\"mgab_sign_image\":{\"id\":614,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3db3a540\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":617,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ec08e31\",\"repeater_bg_image\":{\"id\":621,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"111b804\",\"repeater_bg_image\":{\"id\":627,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"5cfd27a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b69ecbe\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":604,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6.jpg\"},\"mgab_imgbg_image\":{\"id\":609,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash.jpg\"},\"mgab_sign_image\":{\"id\":615,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-1.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd11b96\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":618,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"76dec51\",\"repeater_bg_image\":{\"id\":624,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0381e4c\",\"repeater_bg_image\":{\"id\":629,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}}]},\"elements\":[{\"id\":\"3df98eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ffadb4f\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":608,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-4.jpg\"},\"mgab_imgbg_image\":{\"id\":613,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-4.jpg\"},\"mgab_sign_image\":{\"id\":\"614\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ef94b24\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":623,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d90df15\",\"repeater_bg_image\":{\"id\":628,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"930b469\",\"repeater_bg_image\":{\"id\":631,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"278607ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b6cae3a\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":606,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-2.jpg\"},\"mgab_imgbg_image\":{\"id\":611,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-2.jpg\"},\"mgab_sign_image\":{\"id\":619,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-2.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3446f2e1\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":625,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fce4156\",\"repeater_bg_image\":{\"id\":630,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1342d2f\",\"repeater_bg_image\":{\"id\":632,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"}}]},\"elements\":[{\"id\":\"165f9391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e53c385\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":607,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-3.jpg\"},\"mgab_imgbg_image\":{\"id\":612,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-3.jpg\"},\"mgab_sign_image\":{\"id\":622,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-3.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3473, 636, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3474, 636, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177457;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"Rajdhani\";i:3;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3475, 637, '_wp_page_template', 'elementor_canvas'),
(3476, 637, '_elementor_edit_mode', 'builder'),
(3477, 637, '_elementor_template_type', 'wp-page'),
(3478, 637, '_elementor_version', '3.15.0-dev2'),
(3479, 637, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3480, 637, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":605,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-1.jpg\"},\"mgab_imgbg_image\":{\"id\":610,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-1.jpg\"},\"mgab_sign_image\":{\"id\":614,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3db3a540\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":617,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"ec08e31\",\"repeater_bg_image\":{\"id\":621,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"111b804\",\"repeater_bg_image\":{\"id\":627,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"5cfd27a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3b69ecbe\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":604,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6.jpg\"},\"mgab_imgbg_image\":{\"id\":609,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash.jpg\"},\"mgab_sign_image\":{\"id\":615,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-1.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bd11b96\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":618,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"76dec51\",\"repeater_bg_image\":{\"id\":624,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"0381e4c\",\"repeater_bg_image\":{\"id\":629,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"}}]},\"elements\":[{\"id\":\"3df98eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ffadb4f\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":608,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-4.jpg\"},\"mgab_imgbg_image\":{\"id\":613,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-4.jpg\"},\"mgab_sign_image\":{\"id\":\"614\",\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ef94b24\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":623,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d90df15\",\"repeater_bg_image\":{\"id\":628,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"930b469\",\"repeater_bg_image\":{\"id\":631,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"}}]},\"elements\":[{\"id\":\"278607ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b6cae3a\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":606,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-2.jpg\"},\"mgab_imgbg_image\":{\"id\":611,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-2.jpg\"},\"mgab_sign_image\":{\"id\":619,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-2.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3446f2e1\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":625,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fce4156\",\"repeater_bg_image\":{\"id\":630,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1342d2f\",\"repeater_bg_image\":{\"id\":632,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"}}]},\"elements\":[{\"id\":\"165f9391\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e53c385\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b47c1ee\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/twitter.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"06c25aa\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/linkedin.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5760adc\"},{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c1bebd2\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":607,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/img-6-3.jpg\"},\"mgab_imgbg_image\":{\"id\":612,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/mohammad-rahmani-_Fx34KeqIEw-unsplash-3.jpg\"},\"mgab_sign_image\":{\"id\":622,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/handwritten-email-signature-removebg-preview-3.png\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3481, 637, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3482, 637, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177457;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"Rajdhani\";i:3;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3483, 638, '_wp_page_template', 'elementor_canvas'),
(3484, 638, '_elementor_edit_mode', 'builder'),
(3485, 638, '_elementor_template_type', 'wp-page'),
(3486, 638, '_elementor_version', '3.15.0-dev2'),
(3487, 638, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3488, 638, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3489, 638, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3490, 638, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177457;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"Rajdhani\";i:3;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3493, 639, '_wp_page_template', 'elementor_canvas'),
(3494, 639, '_elementor_edit_mode', 'builder'),
(3495, 639, '_elementor_template_type', 'wp-page'),
(3496, 639, '_elementor_version', '3.15.0-dev2'),
(3497, 639, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3498, 639, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3499, 639, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3500, 639, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177632;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"Rajdhani\";i:3;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3501, 640, '_wp_page_template', 'elementor_canvas'),
(3502, 640, '_elementor_edit_mode', 'builder'),
(3503, 640, '_elementor_template_type', 'wp-page'),
(3504, 640, '_elementor_version', '3.15.0-dev2'),
(3505, 640, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3506, 640, '_elementor_data', '[{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3507, 640, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3508, 640, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177632;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"Rajdhani\";i:3;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3509, 641, '_wp_page_template', 'elementor_canvas'),
(3510, 641, '_elementor_edit_mode', 'builder'),
(3511, 641, '_elementor_template_type', 'wp-page'),
(3512, 641, '_elementor_version', '3.15.0-dev2'),
(3513, 641, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3514, 641, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3515, 641, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3516, 641, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177632;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:2;s:8:\"Rajdhani\";i:3;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3519, 642, '_wp_page_template', 'elementor_canvas'),
(3520, 642, '_elementor_edit_mode', 'builder'),
(3521, 642, '_elementor_template_type', 'wp-page'),
(3522, 642, '_elementor_version', '3.15.0-dev2'),
(3523, 642, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3524, 642, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3525, 642, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3526, 642, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177669;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";i:3;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3527, 643, '_wp_page_template', 'elementor_canvas'),
(3528, 643, '_elementor_edit_mode', 'builder'),
(3529, 643, '_elementor_template_type', 'wp-page'),
(3530, 643, '_elementor_version', '3.15.0-dev2'),
(3531, 643, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3532, 643, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"About me\",\"mg_member_name\":\"John Doe\",\"mg_member_designation\":\"Senior developer\",\"mg_member_desc\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\\nsed do eiusmod tempo, dummy text you can edit or remove it.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_border\":\"solid\",\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"10\",\"bottom\":\"6\",\"left\":\"10\",\"isLinked\":false},\"mgab_icon_border_border\":\"solid\",\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#874984\",\"mgab_icon_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"icon_hbg_color\":\"#FB26B9\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3533, 643, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3534, 643, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177669;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";i:3;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3535, 644, '_wp_page_template', 'elementor_canvas'),
(3536, 644, '_elementor_edit_mode', 'builder'),
(3537, 644, '_elementor_template_type', 'wp-page'),
(3538, 644, '_elementor_version', '3.15.0-dev2'),
(3539, 644, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3540, 644, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3541, 644, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3542, 644, '_elementor_css', 'a:6:{s:4:\"time\";i:1689177669;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";i:3;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3545, 645, '_elementor_edit_mode', 'builder'),
(3546, 645, '_elementor_template_type', 'page'),
(3547, 645, '_elementor_version', '3.15.0-dev2'),
(3548, 646, '_elementor_edit_mode', 'builder'),
(3549, 646, '_elementor_template_type', 'page'),
(3550, 646, '_elementor_version', '3.15.0-dev2'),
(3551, 645, '_wp_page_template', 'elementor_canvas'),
(3552, 645, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3553, 645, '_elementor_data', '[{\"id\":\"620c272d\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"cb22da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2864a38b\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28607b41\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"4a1486c0\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"389eec42\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"748115f9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"260dd03b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3554, 647, '_elementor_edit_mode', 'builder'),
(3555, 647, '_elementor_template_type', 'page'),
(3556, 647, '_elementor_version', '3.15.0-dev2');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3557, 647, '_wp_page_template', 'elementor_canvas'),
(3558, 647, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3559, 647, '_elementor_data', '[{\"id\":\"620c272d\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"cb22da1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2864a38b\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28607b41\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"4a1486c0\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"389eec42\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"748115f9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"260dd03b\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3560, 645, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3561, 645, '_eael_custom_js', ''),
(3562, 645, '_happyaddons_elements_cache', 'a:0:{}'),
(3563, 645, '_elementor_controls_usage', 'a:7:{s:14:\"mgabout_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:10:\"mgab_title\";a:2:{s:16:\"mgab_about_title\";i:1;s:19:\"mg_member_title_tag\";i:1;}s:12:\"mgab_details\";a:3:{s:14:\"mg_member_name\";i:1;s:21:\"mg_member_designation\";i:1;s:14:\"mg_member_desc\";i:1;}s:11:\"mgab_social\";a:2:{s:20:\"mg_memeber_icon_list\";i:1;s:17:\"mg_display_social\";i:1;}s:15:\"mgab_main_style\";a:2:{s:15:\"all_basic_style\";i:1;s:12:\"mg_use_shape\";i:1;}s:11:\"img_section\";a:4:{s:11:\"profile_img\";i:1;s:16:\"mgab_imgbg_image\";i:1;s:15:\"mgab_sign_image\";i:1;s:14:\"thumbnail_size\";i:1;}}s:5:\"style\";a:5:{s:14:\"mgab_img_style\";a:7:{s:20:\"mgab_round_img_width\";i:1;s:21:\"mgab_round_img_height\";i:1;s:16:\"mgab_img_padding\";i:1;s:21:\"mgab_img_border_width\";i:1;s:21:\"mgab_img_border_color\";i:1;s:19:\"mgab_sign_img_width\";i:1;s:20:\"mgab_img_auto_height\";i:1;}s:25:\"mgab_member_details_style\";a:4:{s:36:\"mg_member_name_typography_typography\";i:1;s:37:\"mg_member_name_typography_font_family\";i:1;s:35:\"mg_member_name_typography_font_size\";i:1;s:37:\"mg_member_name_typography_font_weight\";i:1;}s:27:\"mgab_mgab_description_style\";a:5:{s:22:\"mgab_description_color\";i:1;s:38:\"mgab_description_typography_typography\";i:1;s:39:\"mgab_description_typography_font_family\";i:1;s:37:\"mgab_description_typography_font_size\";i:1;s:39:\"mgab_description_typography_font_weight\";i:1;}s:17:\"mgab_social_style\";a:6:{s:17:\"mgab_icon_padding\";i:1;s:22:\"mgab_icon_border_width\";i:1;s:22:\"mgab_icon_border_color\";i:1;s:15:\"mgab_icon_color\";i:1;s:16:\"mgab_icon_hcolor\";i:1;s:23:\"mgab_icon_hborder_color\";i:1;}s:29:\"mgab_member_designation_style\";a:3:{s:23:\"mgab_designation_margin\";i:1;s:33:\"designation_typography_typography\";i:1;s:32:\"designation_typography_font_size\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:20:\"wpr_section_parallax\";a:2:{s:8:\"bg_image\";i:1;s:14:\"hover_parallax\";i:1;}}}}s:11:\"testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_testimonial\";a:5:{s:19:\"testimonial_content\";i:1;s:17:\"testimonial_image\";i:1;s:16:\"testimonial_name\";i:1;s:15:\"testimonial_job\";i:1;s:26:\"testimonial_image_position\";i:1;}}s:5:\"style\";a:4:{s:33:\"section_style_testimonial_content\";a:5:{s:21:\"content_content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}s:31:\"section_style_testimonial_image\";a:1:{s:10:\"image_size\";i:1;}s:30:\"section_style_testimonial_name\";a:4:{s:15:\"name_text_color\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;}s:29:\"section_style_testimonial_job\";a:4:{s:14:\"job_text_color\";i:1;s:25:\"job_typography_typography\";i:1;s:26:\"job_typography_font_family\";i:1;s:26:\"job_typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:2:{s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}s:20:\"section_social_hover\";a:1:{s:15:\"hover_animation\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:14:\"flex_direction\";i:2;s:10:\"min_height\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:21:\"section_shape_divider\";a:2:{s:17:\"shape_divider_top\";i:1;s:24:\"shape_divider_top_height\";i:1;}s:20:\"wpr_section_parallax\";a:1:{s:14:\"hover_parallax\";i:2;}}}}s:7:\"sidebar\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_sidebar\";a:1:{s:7:\"sidebar\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(3564, 648, '_wp_page_template', 'elementor_canvas'),
(3565, 648, '_elementor_edit_mode', 'builder'),
(3566, 648, '_elementor_template_type', 'wp-page'),
(3567, 648, '_elementor_version', '3.15.0-dev2'),
(3568, 648, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3569, 648, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3570, 648, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3571, 648, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178882;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";i:3;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3572, 649, '_wp_page_template', 'elementor_canvas'),
(3573, 649, '_elementor_edit_mode', 'builder'),
(3574, 649, '_elementor_template_type', 'wp-page'),
(3575, 649, '_elementor_version', '3.15.0-dev2'),
(3576, 649, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3577, 649, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3da650\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#0F4217\",\"shape_divider_top\":\"triangle\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5854101\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7d4b19a\"}]},\"elements\":[{\"id\":\"fc8e7ff\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\",\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0035.jpg\",\"id\":238,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"testimonial_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"testimonial_job\":\"Caleg DPRD Kab. Sumedang\",\"testimonial_image_position\":\"top\",\"content_content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Roboto\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"image_size\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"name_text_color\":\"#FCFCFC\",\"name_typography_font_family\":\"Roboto\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"job_text_color\":\"#FFFFFF\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Roboto Slab\",\"job_typography_font_weight\":\"400\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"__globals__\":{\"content_content_color\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"3b3d54f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"8e92598\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"bd4d4c2\"},{\"_id\":\"b354ae1\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"10d5724\",\"social_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.2,\"sizes\":[]},\"hover_animation\":\"grow\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3578, 649, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3579, 649, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178882;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";i:3;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3580, 650, '_wp_page_template', 'elementor_canvas'),
(3581, 650, '_elementor_edit_mode', 'builder'),
(3582, 650, '_elementor_template_type', 'wp-page'),
(3583, 650, '_elementor_version', '3.15.0-dev2'),
(3584, 650, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3585, 650, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3586, 650, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),
(3587, 650, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178882;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";i:3;s:11:\"Roboto Slab\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3590, 651, '_wp_page_template', 'elementor_canvas'),
(3591, 651, '_elementor_edit_mode', 'builder'),
(3592, 651, '_elementor_template_type', 'wp-page'),
(3593, 651, '_elementor_version', '3.15.0-dev2'),
(3594, 651, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3595, 651, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3596, 651, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3597, 651, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178941;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3598, 652, '_wp_page_template', 'elementor_canvas'),
(3599, 652, '_elementor_edit_mode', 'builder'),
(3600, 652, '_elementor_template_type', 'wp-page'),
(3601, 652, '_elementor_version', '3.15.0-dev2'),
(3602, 652, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3603, 652, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"210483b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1a1f9ed\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"94e29d5\"}]},\"elements\":[{\"id\":\"34bc988\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"frontpage-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"ha_floating_fx\":\"yes\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}]'),
(3604, 652, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3605, 652, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178941;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3606, 653, '_wp_page_template', 'elementor_canvas'),
(3607, 653, '_elementor_edit_mode', 'builder'),
(3608, 653, '_elementor_template_type', 'wp-page'),
(3609, 653, '_elementor_version', '3.15.0-dev2'),
(3610, 653, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3611, 653, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3612, 653, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),
(3613, 653, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178941;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3661, 669, '_wp_page_template', 'elementor_canvas'),
(3662, 669, '_elementor_edit_mode', 'builder'),
(3663, 669, '_elementor_template_type', 'wp-page'),
(3664, 669, '_elementor_version', '3.15.0-dev2'),
(3665, 669, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3666, 669, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3667, 669, '_elementor_page_assets', 'a:0:{}'),
(3668, 669, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178978;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3669, 670, '_wp_page_template', 'elementor_canvas'),
(3670, 670, '_elementor_edit_mode', 'builder'),
(3671, 670, '_elementor_template_type', 'wp-page'),
(3672, 670, '_elementor_version', '3.15.0-dev2'),
(3673, 670, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3674, 670, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3675, 670, '_elementor_page_assets', 'a:0:{}'),
(3676, 670, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178978;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3677, 671, '_wp_page_template', 'elementor_canvas'),
(3678, 671, '_elementor_edit_mode', 'builder'),
(3679, 671, '_elementor_template_type', 'wp-page'),
(3680, 671, '_elementor_version', '3.15.0-dev2'),
(3681, 671, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3682, 671, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be5b9ec\",\"elType\":\"widget\",\"settings\":{\"mgsec_title\":\"DAFTAR RELAWAN\",\"mgsec_subtitle\":\"\",\"mgsec_desc\":\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. <br> Aenean dignissim pellentesque felis.\\n\\n\",\"mgsecdesc_color\":\"#787878\",\"mgsec_subtitle_show\":\"\",\"mgsecborder_show\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgsectiontitle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b99b42\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":657,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d861b22\",\"repeater_bg_image\":{\"id\":660,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"91718a4\",\"repeater_bg_image\":{\"id\":665,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"152a4213\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c04141f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":656,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e303f35\",\"repeater_bg_image\":{\"id\":662,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"427dc26\",\"repeater_bg_image\":{\"id\":666,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}}]},\"elements\":[{\"id\":\"2c494789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3683, 671, '_elementor_page_assets', 'a:0:{}'),
(3684, 671, '_elementor_css', 'a:6:{s:4:\"time\";i:1689178978;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3687, 672, '_wp_page_template', 'elementor_canvas'),
(3688, 672, '_elementor_edit_mode', 'builder'),
(3689, 672, '_elementor_template_type', 'wp-page'),
(3690, 672, '_elementor_version', '3.15.0-dev2'),
(3691, 672, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3692, 672, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be5b9ec\",\"elType\":\"widget\",\"settings\":{\"mgsec_title\":\"DAFTAR RELAWAN\",\"mgsec_subtitle\":\"\",\"mgsec_desc\":\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. <br> Aenean dignissim pellentesque felis.\\n\\n\",\"mgsecdesc_color\":\"#787878\",\"mgsec_subtitle_show\":\"\",\"mgsecborder_show\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgsectiontitle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b99b42\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":657,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d861b22\",\"repeater_bg_image\":{\"id\":660,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"91718a4\",\"repeater_bg_image\":{\"id\":665,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"152a4213\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c04141f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":656,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e303f35\",\"repeater_bg_image\":{\"id\":662,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"427dc26\",\"repeater_bg_image\":{\"id\":666,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}}]},\"elements\":[{\"id\":\"2c494789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3693, 672, '_elementor_page_assets', 'a:0:{}'),
(3694, 672, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179231;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3695, 673, '_wp_page_template', 'elementor_canvas'),
(3696, 673, '_elementor_edit_mode', 'builder'),
(3697, 673, '_elementor_template_type', 'wp-page'),
(3698, 673, '_elementor_version', '3.15.0-dev2'),
(3699, 673, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3700, 673, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be5b9ec\",\"elType\":\"widget\",\"settings\":{\"mgsec_title\":\"DAFTAR RELAWAN\",\"mgsec_subtitle\":\"\",\"mgsec_desc\":\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. <br> Aenean dignissim pellentesque felis.\\n\\n\",\"mgsecdesc_color\":\"#787878\",\"mgsec_subtitle_show\":\"\",\"mgsecborder_show\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgsectiontitle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b99b42\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":657,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"d861b22\",\"repeater_bg_image\":{\"id\":660,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"91718a4\",\"repeater_bg_image\":{\"id\":665,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"}}]},\"elements\":[{\"id\":\"152a4213\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c04141f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":656,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e303f35\",\"repeater_bg_image\":{\"id\":662,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"427dc26\",\"repeater_bg_image\":{\"id\":666,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"}}]},\"elements\":[{\"id\":\"2c494789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3701, 673, '_elementor_page_assets', 'a:0:{}'),
(3702, 673, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179231;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3703, 674, '_wp_page_template', 'elementor_canvas'),
(3704, 674, '_elementor_edit_mode', 'builder'),
(3705, 674, '_elementor_template_type', 'wp-page'),
(3706, 674, '_elementor_version', '3.15.0-dev2'),
(3707, 674, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3708, 674, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be5b9ec\",\"elType\":\"widget\",\"settings\":{\"mgsec_title\":\"DAFTAR RELAWAN\",\"mgsec_subtitle\":\"\",\"mgsec_desc\":\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. <br> Aenean dignissim pellentesque felis.\\n\\n\",\"mgsecdesc_color\":\"#787878\",\"mgsec_subtitle_show\":\"\",\"mgsecborder_show\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgsectiontitle\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"Button Text\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),
(3709, 674, '_elementor_page_assets', 'a:0:{}'),
(3710, 674, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179231;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3713, 675, '_wp_page_template', 'elementor_canvas'),
(3714, 675, '_elementor_edit_mode', 'builder'),
(3715, 675, '_elementor_template_type', 'wp-page'),
(3716, 675, '_elementor_version', '3.15.0-dev2'),
(3717, 675, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3718, 675, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be5b9ec\",\"elType\":\"widget\",\"settings\":{\"mgsec_title\":\"DAFTAR RELAWAN\",\"mgsec_subtitle\":\"\",\"mgsec_desc\":\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. <br> Aenean dignissim pellentesque felis.\\n\\n\",\"mgsecdesc_color\":\"#787878\",\"mgsec_subtitle_show\":\"\",\"mgsecborder_show\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgsectiontitle\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"Button Text\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),
(3719, 675, '_elementor_page_assets', 'a:0:{}'),
(3720, 675, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179331;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3721, 676, '_wp_page_template', 'elementor_canvas'),
(3722, 676, '_elementor_edit_mode', 'builder'),
(3723, 676, '_elementor_template_type', 'wp-page'),
(3724, 676, '_elementor_version', '3.15.0-dev2'),
(3725, 676, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3726, 676, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be5b9ec\",\"elType\":\"widget\",\"settings\":{\"mgsec_title\":\"DAFTAR RELAWAN\",\"mgsec_subtitle\":\"\",\"mgsec_desc\":\"Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. <br> Aenean dignissim pellentesque felis.\\n\\n\",\"mgsecdesc_color\":\"#787878\",\"mgsec_subtitle_show\":\"\",\"mgsecborder_show\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgsectiontitle\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"Button Text\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),
(3727, 676, '_elementor_page_assets', 'a:0:{}'),
(3728, 676, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179331;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3729, 677, '_wp_page_template', 'elementor_canvas'),
(3730, 677, '_elementor_edit_mode', 'builder'),
(3731, 677, '_elementor_template_type', 'wp-page'),
(3732, 677, '_elementor_version', '3.15.0-dev2'),
(3733, 677, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3734, 677, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3735, 677, '_elementor_page_assets', 'a:0:{}'),
(3736, 677, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179331;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3739, 678, '_elementor_edit_mode', 'builder'),
(3740, 678, '_wp_page_template', 'resume-cv-template.php'),
(3741, 678, '_elementor_template_type', 'wp-page'),
(3742, 678, '_elementor_version', '3.15.0-dev2'),
(3743, 678, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3744, 678, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3745, 678, '_elementor_page_assets', 'a:0:{}'),
(3746, 678, '_elementor_controls_usage', 'a:4:{s:14:\"mgabout_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:10:\"mgab_title\";a:2:{s:16:\"mgab_about_title\";i:1;s:19:\"mg_member_title_tag\";i:1;}s:12:\"mgab_details\";a:3:{s:14:\"mg_member_name\";i:1;s:21:\"mg_member_designation\";i:1;s:14:\"mg_member_desc\";i:1;}s:11:\"mgab_social\";a:2:{s:20:\"mg_memeber_icon_list\";i:1;s:17:\"mg_display_social\";i:1;}s:15:\"mgab_main_style\";a:2:{s:15:\"all_basic_style\";i:1;s:12:\"mg_use_shape\";i:1;}s:11:\"img_section\";a:4:{s:11:\"profile_img\";i:1;s:16:\"mgab_imgbg_image\";i:1;s:15:\"mgab_sign_image\";i:1;s:14:\"thumbnail_size\";i:1;}}s:5:\"style\";a:5:{s:14:\"mgab_img_style\";a:7:{s:20:\"mgab_round_img_width\";i:1;s:21:\"mgab_round_img_height\";i:1;s:16:\"mgab_img_padding\";i:1;s:21:\"mgab_img_border_width\";i:1;s:21:\"mgab_img_border_color\";i:1;s:19:\"mgab_sign_img_width\";i:1;s:20:\"mgab_img_auto_height\";i:1;}s:25:\"mgab_member_details_style\";a:4:{s:36:\"mg_member_name_typography_typography\";i:1;s:37:\"mg_member_name_typography_font_family\";i:1;s:35:\"mg_member_name_typography_font_size\";i:1;s:37:\"mg_member_name_typography_font_weight\";i:1;}s:27:\"mgab_mgab_description_style\";a:5:{s:22:\"mgab_description_color\";i:1;s:38:\"mgab_description_typography_typography\";i:1;s:39:\"mgab_description_typography_font_family\";i:1;s:37:\"mgab_description_typography_font_size\";i:1;s:39:\"mgab_description_typography_font_weight\";i:1;}s:17:\"mgab_social_style\";a:6:{s:17:\"mgab_icon_padding\";i:1;s:22:\"mgab_icon_border_width\";i:1;s:22:\"mgab_icon_border_color\";i:1;s:15:\"mgab_icon_color\";i:1;s:16:\"mgab_icon_hcolor\";i:1;s:23:\"mgab_icon_hborder_color\";i:1;}s:29:\"mgab_member_designation_style\";a:3:{s:23:\"mgab_designation_margin\";i:1;s:33:\"designation_typography_typography\";i:1;s:32:\"designation_typography_font_size\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:18:\"ha-creative-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"_section_button\";a:4:{s:9:\"btn_style\";i:1;s:11:\"button_text\";i:1;s:7:\"align_x\";i:1;s:15:\"magnetic_enable\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:20:\"wpr_section_parallax\";a:2:{s:8:\"bg_image\";i:2;s:14:\"hover_parallax\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_color_b\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),
(3747, 678, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179385;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3749, 680, '_wp_page_template', 'elementor_canvas'),
(3751, 680, '_elementor_edit_mode', 'builder'),
(3753, 680, '_elementor_template_type', 'wp-page'),
(3755, 680, '_elementor_version', '3.15.0-dev2'),
(3757, 680, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3759, 680, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3761, 680, '_elementor_page_assets', 'a:0:{}'),
(3763, 680, '_elementor_css', 'a:6:{s:4:\"time\";i:1689179385;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3765, 681, '_wp_page_template', 'elementor_canvas'),
(3766, 681, '_elementor_edit_mode', 'builder'),
(3767, 681, '_elementor_template_type', 'wp-page'),
(3768, 681, '_elementor_version', '3.15.0-dev2'),
(3769, 681, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3770, 681, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3771, 681, '_elementor_page_assets', 'a:0:{}'),
(3772, 682, '_wp_page_template', 'elementor_canvas'),
(3773, 682, '_elementor_edit_mode', 'builder'),
(3774, 682, '_elementor_template_type', 'wp-page'),
(3775, 682, '_elementor_version', '3.15.0-dev2'),
(3776, 682, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3777, 682, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"4917b63\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Sample Call to Action Heading\",\"eael_cta_btn_text\":\"Click Here\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-cta-box\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3778, 682, '_elementor_page_assets', 'a:0:{}'),
(3781, 683, '_wp_page_template', 'elementor_canvas'),
(3782, 683, '_elementor_edit_mode', 'builder'),
(3783, 683, '_elementor_template_type', 'wp-page'),
(3784, 683, '_elementor_version', '3.15.0-dev2');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3785, 683, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3786, 683, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"4917b63\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Sample Call to Action Heading\",\"eael_cta_btn_text\":\"Click Here\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-cta-box\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3787, 683, '_elementor_page_assets', 'a:0:{}'),
(3788, 683, '_elementor_css', 'a:6:{s:4:\"time\";i:1689185358;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3789, 684, '_wp_page_template', 'elementor_canvas'),
(3790, 684, '_elementor_edit_mode', 'builder'),
(3791, 684, '_elementor_template_type', 'wp-page'),
(3792, 684, '_elementor_version', '3.15.0-dev2'),
(3793, 684, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3794, 684, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"mg_use_shape\":\"yes\",\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"4917b63\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Sample Call to Action Heading\",\"eael_cta_btn_text\":\"Click Here\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-cta-box\"},{\"id\":\"fe8ab05\",\"elType\":\"widget\",\"settings\":{\"btn_style\":\"estilo\",\"button_text\":\"DAFTAR RELAWAN\",\"align_x\":\"center\",\"magnetic_enable\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3795, 684, '_elementor_page_assets', 'a:0:{}'),
(3796, 684, '_elementor_css', 'a:6:{s:4:\"time\";i:1689185358;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3797, 685, '_wp_page_template', 'elementor_canvas'),
(3798, 685, '_elementor_edit_mode', 'builder'),
(3799, 685, '_elementor_template_type', 'wp-page'),
(3800, 685, '_elementor_version', '3.15.0-dev2'),
(3801, 685, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3802, 685, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3803, 685, '_elementor_page_assets', 'a:0:{}'),
(3804, 685, '_elementor_css', 'a:6:{s:4:\"time\";i:1689185358;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3831, 694, '_wp_page_template', 'elementor_canvas'),
(3832, 694, '_elementor_edit_mode', 'builder'),
(3833, 694, '_elementor_template_type', 'wp-page'),
(3834, 694, '_elementor_version', '3.15.0-dev2'),
(3835, 694, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3836, 694, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3837, 694, '_elementor_page_assets', 'a:0:{}'),
(3838, 694, '_elementor_css', 'a:6:{s:4:\"time\";i:1689185638;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3839, 695, '_wp_page_template', 'elementor_canvas'),
(3840, 695, '_elementor_edit_mode', 'builder'),
(3841, 695, '_elementor_template_type', 'wp-page'),
(3842, 695, '_elementor_version', '3.15.0-dev2'),
(3843, 695, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3844, 695, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3845, 695, '_elementor_page_assets', 'a:0:{}'),
(3846, 695, '_elementor_css', 'a:6:{s:4:\"time\";i:1689185638;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3847, 696, '_wp_page_template', 'elementor_canvas'),
(3848, 696, '_elementor_edit_mode', 'builder'),
(3849, 696, '_elementor_template_type', 'wp-page'),
(3850, 696, '_elementor_version', '3.15.0-dev2'),
(3851, 696, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3852, 696, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b99721\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"_element_id\":\"flip-icon1\",\"bg_image\":{\"id\":691,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1812829\",\"repeater_bg_image\":{\"id\":692,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"b75a7ef\",\"repeater_bg_image\":{\"id\":693,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"e4be07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"76300f39\",\"elType\":\"widget\",\"settings\":{\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"mgf_flip_normal_img\":{\"id\":686,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/ilya-mashkov-_qxbJUr9RqI-unsplash-scaled-1.jpg\"},\"mg_flip_normal_title\":\"Lihat CV\",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_title\":\"Lihat\",\"mg_flip_hover_content_bg_color\":\"#81CA85\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":687,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"mg_flip_effects\":\"3d-flip-right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false},{\"id\":\"20d11034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"76dd8b10\",\"elType\":\"widget\",\"settings\":{\"mg_flip_effects\":\"3d-flip-right\",\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"far fa-images\",\"library\":\"fa-regular\"},\"mgf_flip_normal_img\":{\"id\":688,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/pexels-lovefood-art-1437566-1.jpg\"},\"mg_flip_normal_title\":\"Graphic Design\",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_use\":\"\",\"mg_flip_btn_title\":\"View Deals\",\"mg_flip_hover_content_bg_color\":\"#E2498A\",\"mg_flip_icon_color\":\"#0C6FEE\",\"mg_flip_hover_title_color\":\"#18253E\",\"mg_flip_hover_description_color\":\"#0D0E20\",\"mgflip_btn_border_border\":\"solid\",\"mgflip_btn_border_color\":\"#FFFFFF\",\"mgflip_btn_border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgflip_btn_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":689,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false},{\"id\":\"597b7746\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6921a83\",\"elType\":\"widget\",\"settings\":{\"mg_flip_effects\":\"3d-flip-right\",\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"fas fa-chart-line\",\"library\":\"fa-solid\"},\"mgf_flip_normal_img\":{\"id\":688,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/pexels-lovefood-art-1437566-1.jpg\"},\"mg_flip_normal_title\":\"Digital Marketing \",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_use\":\"\",\"mg_flip_btn_title\":\"View Deals\",\"mg_flip_hover_content_bg_color\":\"#F6E3DC\",\"mg_flip_icon_color\":\"#EE0CBA\",\"mg_flip_hover_title_color\":\"#FFFFFF\",\"mg_flip_hover_description_color\":\"#000000\",\"mgflip_btn_border_border\":\"solid\",\"mgflip_btn_border_color\":\"#FFFFFF\",\"mgflip_btn_border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgflip_btn_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":690,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3853, 696, '_elementor_page_assets', 'a:0:{}'),
(3854, 696, '_elementor_css', 'a:6:{s:4:\"time\";i:1689185638;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3857, 697, '_wp_page_template', 'elementor_canvas'),
(3858, 697, '_elementor_edit_mode', 'builder'),
(3859, 697, '_elementor_template_type', 'wp-page'),
(3860, 697, '_elementor_version', '3.15.0-dev2'),
(3861, 697, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3862, 697, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b99721\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"_element_id\":\"flip-icon1\",\"bg_image\":{\"id\":691,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1812829\",\"repeater_bg_image\":{\"id\":692,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"b75a7ef\",\"repeater_bg_image\":{\"id\":693,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"e4be07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"76300f39\",\"elType\":\"widget\",\"settings\":{\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"mgf_flip_normal_img\":{\"id\":686,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/ilya-mashkov-_qxbJUr9RqI-unsplash-scaled-1.jpg\"},\"mg_flip_normal_title\":\"Lihat CV\",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_title\":\"Lihat\",\"mg_flip_hover_content_bg_color\":\"#81CA85\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":687,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"mg_flip_effects\":\"3d-flip-right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false},{\"id\":\"20d11034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"76dd8b10\",\"elType\":\"widget\",\"settings\":{\"mg_flip_effects\":\"3d-flip-right\",\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"far fa-images\",\"library\":\"fa-regular\"},\"mgf_flip_normal_img\":{\"id\":688,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/pexels-lovefood-art-1437566-1.jpg\"},\"mg_flip_normal_title\":\"Graphic Design\",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_use\":\"\",\"mg_flip_btn_title\":\"View Deals\",\"mg_flip_hover_content_bg_color\":\"#E2498A\",\"mg_flip_icon_color\":\"#0C6FEE\",\"mg_flip_hover_title_color\":\"#18253E\",\"mg_flip_hover_description_color\":\"#0D0E20\",\"mgflip_btn_border_border\":\"solid\",\"mgflip_btn_border_color\":\"#FFFFFF\",\"mgflip_btn_border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgflip_btn_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":689,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false},{\"id\":\"597b7746\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6921a83\",\"elType\":\"widget\",\"settings\":{\"mg_flip_effects\":\"3d-flip-right\",\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"fas fa-chart-line\",\"library\":\"fa-solid\"},\"mgf_flip_normal_img\":{\"id\":688,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/pexels-lovefood-art-1437566-1.jpg\"},\"mg_flip_normal_title\":\"Digital Marketing \",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_use\":\"\",\"mg_flip_btn_title\":\"View Deals\",\"mg_flip_hover_content_bg_color\":\"#F6E3DC\",\"mg_flip_icon_color\":\"#EE0CBA\",\"mg_flip_hover_title_color\":\"#FFFFFF\",\"mg_flip_hover_description_color\":\"#000000\",\"mgflip_btn_border_border\":\"solid\",\"mgflip_btn_border_color\":\"#FFFFFF\",\"mgflip_btn_border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgflip_btn_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":690,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3863, 697, '_elementor_page_assets', 'a:0:{}'),
(3864, 697, '_elementor_css', 'a:6:{s:4:\"time\";i:1689186237;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";i:5;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3865, 698, '_wp_page_template', 'elementor_canvas'),
(3866, 698, '_elementor_edit_mode', 'builder'),
(3867, 698, '_elementor_template_type', 'wp-page'),
(3868, 698, '_elementor_version', '3.15.0-dev2'),
(3869, 698, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3870, 698, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b99721\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"_element_id\":\"flip-icon1\",\"bg_image\":{\"id\":691,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1812829\",\"repeater_bg_image\":{\"id\":692,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"b75a7ef\",\"repeater_bg_image\":{\"id\":693,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"}}]},\"elements\":[{\"id\":\"e4be07d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"76300f39\",\"elType\":\"widget\",\"settings\":{\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"mgf_flip_normal_img\":{\"id\":686,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/ilya-mashkov-_qxbJUr9RqI-unsplash-scaled-1.jpg\"},\"mg_flip_normal_title\":\"Lihat CV\",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_title\":\"Lihat\",\"mg_flip_hover_content_bg_color\":\"#81CA85\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":687,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"mg_flip_effects\":\"3d-flip-right\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false},{\"id\":\"20d11034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"76dd8b10\",\"elType\":\"widget\",\"settings\":{\"mg_flip_effects\":\"3d-flip-right\",\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"far fa-images\",\"library\":\"fa-regular\"},\"mgf_flip_normal_img\":{\"id\":688,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/pexels-lovefood-art-1437566-1.jpg\"},\"mg_flip_normal_title\":\"Graphic Design\",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_use\":\"\",\"mg_flip_btn_title\":\"View Deals\",\"mg_flip_hover_content_bg_color\":\"#E2498A\",\"mg_flip_icon_color\":\"#0C6FEE\",\"mg_flip_hover_title_color\":\"#18253E\",\"mg_flip_hover_description_color\":\"#0D0E20\",\"mgflip_btn_border_border\":\"solid\",\"mgflip_btn_border_color\":\"#FFFFFF\",\"mgflip_btn_border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgflip_btn_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":689,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false},{\"id\":\"597b7746\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6921a83\",\"elType\":\"widget\",\"settings\":{\"mg_flip_effects\":\"3d-flip-right\",\"mgf_icon_type\":\"icon\",\"mgf_type_selected_icon\":{\"value\":\"fas fa-chart-line\",\"library\":\"fa-solid\"},\"mgf_flip_normal_img\":{\"id\":688,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/pexels-lovefood-art-1437566-1.jpg\"},\"mg_flip_normal_title\":\"Digital Marketing \",\"mg_flip_style_two_normal_title\":\"Why You Should Bring Your Dog To Work\",\"mg_flip_normal_desc\":\"\",\"mg_flip_hover_title\":\"\",\"mg_flip_style_two_hover_title\":\"For sun lovers\",\"mg_flip_hover_desc\":\"Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?\",\"mg_flip_style_two_hover_desc\":\"Relax akorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, illum.\",\"mg_flip_btn_use\":\"\",\"mg_flip_btn_title\":\"View Deals\",\"mg_flip_hover_content_bg_color\":\"#F6E3DC\",\"mg_flip_icon_color\":\"#EE0CBA\",\"mg_flip_hover_title_color\":\"#FFFFFF\",\"mg_flip_hover_description_color\":\"#000000\",\"mgflip_btn_border_border\":\"solid\",\"mgflip_btn_border_color\":\"#FFFFFF\",\"mgflip_btn_border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgflip_btn_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_background\":\"gradient\",\"mg_flip_normal_content_bg_color_color\":\"#FFFFFF\",\"mg_flip_normal_content_bg_color_color_b\":\"#C4DDFF\",\"mgf_flip_style_two_normal_img\":{\"id\":690,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgflipbox_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false}]'),
(3871, 698, '_elementor_page_assets', 'a:0:{}'),
(3872, 698, '_elementor_css', 'a:6:{s:4:\"time\";i:1689186237;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";i:5;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3873, 699, '_wp_page_template', 'elementor_canvas'),
(3874, 699, '_elementor_edit_mode', 'builder'),
(3875, 699, '_elementor_template_type', 'wp-page'),
(3876, 699, '_elementor_version', '3.15.0-dev2'),
(3877, 699, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3878, 699, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3879, 699, '_elementor_page_assets', 'a:0:{}'),
(3880, 699, '_elementor_css', 'a:6:{s:4:\"time\";i:1689186237;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";i:3;s:10:\"fa-regular\";i:5;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3883, 412, '_raratheme_view_count', '2'),
(3884, 700, '_wp_page_template', 'elementor_canvas'),
(3885, 700, '_elementor_edit_mode', 'builder'),
(3886, 700, '_elementor_template_type', 'wp-page'),
(3887, 700, '_elementor_version', '3.15.0-dev2'),
(3888, 700, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3889, 700, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3890, 700, '_elementor_page_assets', 'a:0:{}'),
(3891, 700, '_elementor_css', 'a:6:{s:4:\"time\";i:1689186464;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3892, 701, '_wp_page_template', 'elementor_canvas'),
(3893, 701, '_elementor_edit_mode', 'builder'),
(3894, 701, '_elementor_template_type', 'wp-page'),
(3895, 701, '_elementor_version', '3.15.0-dev2'),
(3896, 701, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3897, 701, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"bced05d\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"DAFTAR\",\"mg_cta_highlight\":\"RELAWAN\",\"mg_cta_desc\":\"Daftar relawan sekarang juga\",\"mg_flip_btn_title\":\"DAFTAR\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_title_color\":\"#080808\",\"mg_cta_title_typography_typography\":\"custom\",\"mg_cta_title_typography_font_family\":\"Roboto\",\"mg_cta_title_typography_font_weight\":\"400\",\"mg_cta_highlight_color\":\"#0C5E26\",\"mgcta_border_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3898, 701, '_elementor_page_assets', 'a:0:{}'),
(3899, 701, '_elementor_css', 'a:6:{s:4:\"time\";i:1689186464;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3900, 702, '_wp_page_template', 'elementor_canvas'),
(3901, 702, '_elementor_edit_mode', 'builder'),
(3902, 702, '_elementor_template_type', 'wp-page'),
(3903, 702, '_elementor_version', '3.15.0-dev2'),
(3904, 702, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3905, 702, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"613b33a\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 1\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"73f138d\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 2\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"49248e9\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-anchor\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 3\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"cd03432\"}],\"eael_feature_list_title_size\":\"h6\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(3906, 702, '_elementor_page_assets', 'a:0:{}'),
(3907, 702, '_elementor_css', 'a:6:{s:4:\"time\";i:1689186464;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3937, 710, '_wp_page_template', 'elementor_canvas'),
(3938, 710, '_elementor_edit_mode', 'builder'),
(3939, 710, '_elementor_template_type', 'wp-page'),
(3940, 710, '_elementor_version', '3.15.0-dev2'),
(3941, 710, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3942, 710, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"613b33a\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 1\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"73f138d\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 2\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"49248e9\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-anchor\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 3\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"cd03432\"}],\"eael_feature_list_title_size\":\"h6\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(3943, 710, '_elementor_page_assets', 'a:0:{}'),
(3944, 710, '_elementor_css', 'a:6:{s:4:\"time\";i:1689346855;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3945, 711, '_wp_page_template', 'elementor_canvas'),
(3946, 711, '_elementor_edit_mode', 'builder'),
(3947, 711, '_elementor_template_type', 'wp-page'),
(3948, 711, '_elementor_version', '3.15.0-dev2'),
(3949, 711, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3950, 711, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a59d89e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#131316\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.41,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":654,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"a6f59b2\",\"repeater_bg_image\":{\"id\":659,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"69c9b61\",\"repeater_bg_image\":{\"id\":664,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"}}]},\"elements\":[{\"id\":\"70107afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"613b33a\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 1\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"73f138d\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 2\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"49248e9\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-anchor\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Feature Item 3\",\"eael_feature_list_content\":\"Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna\",\"_id\":\"cd03432\"}],\"eael_feature_list_title_size\":\"h6\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false}],\"isInner\":false}]'),
(3951, 711, '_elementor_page_assets', 'a:0:{}'),
(3952, 711, '_elementor_css', 'a:6:{s:4:\"time\";i:1689346855;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3953, 712, '_wp_page_template', 'elementor_canvas'),
(3954, 712, '_elementor_edit_mode', 'builder'),
(3955, 712, '_elementor_template_type', 'wp-page'),
(3956, 712, '_elementor_version', '3.15.0-dev2'),
(3957, 712, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3958, 712, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c817d21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1c856a1\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8ff02eb\"}]},\"elements\":[{\"id\":\"511db78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b87492c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"53f2e97\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a911548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b68fa29\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4071cab\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(3959, 712, '_elementor_page_assets', 'a:0:{}'),
(3960, 712, '_elementor_css', 'a:6:{s:4:\"time\";i:1689346855;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3963, 713, '_wp_page_template', 'elementor_canvas'),
(3964, 713, '_elementor_edit_mode', 'builder'),
(3965, 713, '_elementor_template_type', 'wp-page'),
(3966, 713, '_elementor_version', '3.15.0-dev2'),
(3967, 713, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3968, 713, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c817d21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1c856a1\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8ff02eb\"}]},\"elements\":[{\"id\":\"511db78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b87492c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"53f2e97\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a911548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b68fa29\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4071cab\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(3969, 713, '_elementor_page_assets', 'a:0:{}'),
(3970, 713, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347017;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3971, 714, '_wp_page_template', 'elementor_canvas'),
(3972, 714, '_elementor_edit_mode', 'builder'),
(3973, 714, '_elementor_template_type', 'wp-page'),
(3974, 714, '_elementor_version', '3.15.0-dev2'),
(3975, 714, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3976, 714, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c817d21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1c856a1\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8ff02eb\"}]},\"elements\":[{\"id\":\"511db78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b87492c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"53f2e97\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a911548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b68fa29\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4071cab\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(3977, 714, '_elementor_page_assets', 'a:0:{}'),
(3978, 714, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347017;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3979, 715, '_wp_page_template', 'elementor_canvas'),
(3980, 715, '_elementor_edit_mode', 'builder'),
(3981, 715, '_elementor_template_type', 'wp-page'),
(3982, 715, '_elementor_version', '3.15.0-dev2'),
(3983, 715, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3984, 715, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c817d21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1c856a1\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8ff02eb\"}]},\"elements\":[{\"id\":\"511db78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b87492c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"53f2e97\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a911548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b68fa29\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4071cab\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(3985, 715, '_elementor_page_assets', 'a:0:{}'),
(3986, 715, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347017;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3989, 716, '_wp_page_template', 'elementor_canvas'),
(3990, 716, '_elementor_edit_mode', 'builder'),
(3991, 716, '_elementor_template_type', 'wp-page'),
(3992, 716, '_elementor_version', '3.15.0-dev2'),
(3993, 716, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(3994, 716, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c817d21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1c856a1\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8ff02eb\"}]},\"elements\":[{\"id\":\"511db78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b87492c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"53f2e97\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a911548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b68fa29\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4071cab\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(3995, 716, '_elementor_page_assets', 'a:0:{}'),
(3996, 716, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347103;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3997, 717, '_wp_page_template', 'elementor_canvas'),
(3998, 717, '_elementor_edit_mode', 'builder'),
(3999, 717, '_elementor_template_type', 'wp-page'),
(4000, 717, '_elementor_version', '3.15.0-dev2'),
(4001, 717, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4002, 717, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c817d21\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"1c856a1\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"8ff02eb\"}]},\"elements\":[{\"id\":\"511db78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"33.3333\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b87492c\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"53f2e97\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"a911548\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"66.6666\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"b68fa29\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"4071cab\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4003, 717, '_elementor_page_assets', 'a:0:{}'),
(4004, 717, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347103;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4005, 718, '_wp_page_template', 'elementor_canvas'),
(4006, 718, '_elementor_edit_mode', 'builder'),
(4007, 718, '_elementor_template_type', 'wp-page'),
(4008, 718, '_elementor_version', '3.15.0-dev2'),
(4009, 718, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4010, 718, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4011, 718, '_elementor_page_assets', 'a:0:{}'),
(4012, 718, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347103;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4015, 719, '_wp_page_template', 'elementor_canvas'),
(4016, 719, '_elementor_edit_mode', 'builder'),
(4017, 719, '_elementor_template_type', 'wp-page'),
(4018, 719, '_elementor_version', '3.15.0-dev2'),
(4019, 719, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4020, 719, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4021, 719, '_elementor_page_assets', 'a:0:{}'),
(4022, 719, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347120;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4023, 720, '_wp_page_template', 'elementor_canvas'),
(4024, 720, '_elementor_edit_mode', 'builder'),
(4025, 720, '_elementor_template_type', 'wp-page'),
(4026, 720, '_elementor_version', '3.15.0-dev2'),
(4027, 720, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4028, 720, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.<\\/p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.<\\/p>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4029, 720, '_elementor_page_assets', 'a:0:{}'),
(4030, 720, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347120;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4031, 721, '_wp_page_template', 'elementor_canvas'),
(4032, 721, '_elementor_edit_mode', 'builder'),
(4033, 721, '_elementor_template_type', 'wp-page'),
(4034, 721, '_elementor_version', '3.15.0-dev2'),
(4035, 721, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4036, 721, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\",\"mgtab_icon_show\":\"yes\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4037, 721, '_elementor_page_assets', 'a:0:{}'),
(4038, 721, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347120;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4041, 722, '_wp_page_template', 'elementor_canvas'),
(4042, 722, '_elementor_edit_mode', 'builder'),
(4043, 722, '_elementor_template_type', 'wp-page'),
(4044, 722, '_elementor_version', '3.15.0-dev2'),
(4045, 722, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4046, 722, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\",\"mgtab_icon_show\":\"yes\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4047, 722, '_elementor_page_assets', 'a:0:{}'),
(4048, 722, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347172;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4049, 723, '_wp_page_template', 'elementor_canvas'),
(4050, 723, '_elementor_edit_mode', 'builder'),
(4051, 723, '_elementor_template_type', 'wp-page'),
(4052, 723, '_elementor_version', '3.15.0-dev2'),
(4053, 723, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4054, 723, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\",\"mgtab_icon_show\":\"yes\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#04104A\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4055, 723, '_elementor_page_assets', 'a:0:{}'),
(4056, 723, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347172;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4057, 724, '_wp_page_template', 'elementor_canvas'),
(4058, 724, '_elementor_edit_mode', 'builder'),
(4059, 724, '_elementor_template_type', 'wp-page'),
(4060, 724, '_elementor_version', '3.15.0-dev2'),
(4061, 724, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4062, 724, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mg_use_shape\":\"yes\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4063, 724, '_elementor_page_assets', 'a:0:{}'),
(4064, 724, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347172;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4067, 725, '_wp_page_template', 'elementor_canvas'),
(4068, 725, '_elementor_edit_mode', 'builder'),
(4069, 725, '_elementor_template_type', 'wp-page'),
(4070, 725, '_elementor_version', '3.15.0-dev2'),
(4071, 725, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4072, 725, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mg_use_shape\":\"yes\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4073, 725, '_elementor_page_assets', 'a:0:{}'),
(4074, 725, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347272;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4075, 726, '_wp_page_template', 'elementor_canvas'),
(4076, 726, '_elementor_edit_mode', 'builder'),
(4077, 726, '_elementor_template_type', 'wp-page'),
(4078, 726, '_elementor_version', '3.15.0-dev2'),
(4079, 726, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4080, 726, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mg_use_shape\":\"yes\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4081, 726, '_elementor_page_assets', 'a:0:{}'),
(4082, 726, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347272;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4083, 727, '_wp_page_template', 'elementor_canvas'),
(4084, 727, '_elementor_edit_mode', 'builder'),
(4085, 727, '_elementor_template_type', 'wp-page'),
(4086, 727, '_elementor_version', '3.15.0-dev2'),
(4087, 727, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4088, 727, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4089, 727, '_elementor_page_assets', 'a:0:{}'),
(4090, 727, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347272;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4093, 728, '_wp_page_template', 'elementor_canvas'),
(4094, 728, '_elementor_edit_mode', 'builder'),
(4095, 728, '_elementor_template_type', 'wp-page'),
(4096, 728, '_elementor_version', '3.15.0-dev2'),
(4097, 728, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4098, 728, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4099, 728, '_elementor_page_assets', 'a:0:{}'),
(4100, 728, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347311;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4101, 729, '_wp_page_template', 'elementor_canvas'),
(4102, 729, '_elementor_edit_mode', 'builder'),
(4103, 729, '_elementor_template_type', 'wp-page'),
(4104, 729, '_elementor_version', '3.15.0-dev2'),
(4105, 729, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4106, 729, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"mg_member_icon_link\":{\"url\":\"https:\\/\\/instagram.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1fe2138\"},{\"_id\":\"2e425d1\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4107, 729, '_elementor_page_assets', 'a:0:{}'),
(4108, 729, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347311;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4109, 730, '_wp_page_template', 'elementor_canvas'),
(4110, 730, '_elementor_edit_mode', 'builder'),
(4111, 730, '_elementor_template_type', 'wp-page'),
(4112, 730, '_elementor_version', '3.15.0-dev2'),
(4113, 730, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4114, 730, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4115, 730, '_elementor_page_assets', 'a:0:{}'),
(4116, 730, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347311;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4119, 731, '_wp_page_template', 'elementor_canvas'),
(4120, 731, '_elementor_edit_mode', 'builder'),
(4121, 731, '_elementor_template_type', 'wp-page'),
(4122, 731, '_elementor_version', '3.15.0-dev2'),
(4123, 731, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4124, 731, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4125, 731, '_elementor_page_assets', 'a:0:{}'),
(4126, 731, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347467;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4127, 732, '_wp_page_template', 'elementor_canvas'),
(4128, 732, '_elementor_edit_mode', 'builder'),
(4129, 732, '_elementor_template_type', 'wp-page'),
(4130, 732, '_elementor_version', '3.15.0-dev2'),
(4131, 732, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4132, 732, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4133, 732, '_elementor_page_assets', 'a:0:{}'),
(4134, 732, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347467;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4135, 733, '_wp_page_template', 'elementor_canvas'),
(4136, 733, '_elementor_edit_mode', 'builder'),
(4137, 733, '_elementor_template_type', 'wp-page'),
(4138, 733, '_elementor_version', '3.15.0-dev2'),
(4139, 733, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4140, 733, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4141, 733, '_elementor_page_assets', 'a:0:{}'),
(4142, 733, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347467;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4145, 734, '_wp_page_template', 'elementor_canvas'),
(4146, 734, '_elementor_edit_mode', 'builder'),
(4147, 734, '_elementor_template_type', 'wp-page'),
(4148, 734, '_elementor_version', '3.15.0-dev2'),
(4149, 734, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4150, 734, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4151, 734, '_elementor_page_assets', 'a:0:{}'),
(4152, 734, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347531;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4153, 735, '_wp_page_template', 'elementor_canvas'),
(4154, 735, '_elementor_edit_mode', 'builder'),
(4155, 735, '_elementor_template_type', 'wp-page'),
(4156, 735, '_elementor_version', '3.15.0-dev2'),
(4157, 735, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4158, 735, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_color\":\"#000000\",\"mgab_icon_hcolor\":\"#FFFFFF\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4159, 735, '_elementor_page_assets', 'a:0:{}'),
(4160, 735, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347531;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4161, 736, '_wp_page_template', 'elementor_canvas'),
(4162, 736, '_elementor_edit_mode', 'builder'),
(4163, 736, '_elementor_template_type', 'wp-page'),
(4164, 736, '_elementor_version', '3.15.0-dev2'),
(4165, 736, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4166, 736, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4167, 736, '_elementor_page_assets', 'a:0:{}'),
(4168, 736, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347531;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4181, 738, '_wp_page_template', 'elementor_canvas'),
(4182, 738, '_elementor_edit_mode', 'builder'),
(4183, 738, '_elementor_template_type', 'wp-page'),
(4184, 738, '_elementor_version', '3.15.0-dev2'),
(4185, 738, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4186, 738, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4187, 738, '_elementor_page_assets', 'a:0:{}'),
(4188, 738, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347713;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4189, 739, '_wp_page_template', 'elementor_canvas'),
(4190, 739, '_elementor_edit_mode', 'builder'),
(4191, 739, '_elementor_template_type', 'wp-page'),
(4192, 739, '_elementor_version', '3.15.0-dev2'),
(4193, 739, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4194, 739, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-whatsapp-1\",\"library\":\"ekiticons\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4195, 739, '_elementor_page_assets', 'a:0:{}'),
(4196, 739, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347713;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4197, 740, '_wp_page_template', 'elementor_canvas'),
(4198, 740, '_elementor_edit_mode', 'builder'),
(4199, 740, '_elementor_template_type', 'wp-page'),
(4200, 740, '_elementor_version', '3.15.0-dev2'),
(4201, 740, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4202, 740, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4203, 740, '_elementor_page_assets', 'a:0:{}'),
(4204, 740, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347713;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4207, 741, '_wp_page_template', 'elementor_canvas'),
(4208, 741, '_elementor_edit_mode', 'builder'),
(4209, 741, '_elementor_template_type', 'wp-page'),
(4210, 741, '_elementor_version', '3.15.0-dev2'),
(4211, 741, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4212, 741, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4213, 741, '_elementor_page_assets', 'a:0:{}'),
(4214, 741, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347806;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4215, 742, '_wp_page_template', 'elementor_canvas'),
(4216, 742, '_elementor_edit_mode', 'builder'),
(4217, 742, '_elementor_template_type', 'wp-page'),
(4218, 742, '_elementor_version', '3.15.0-dev2'),
(4219, 742, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4220, 742, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4221, 742, '_elementor_page_assets', 'a:0:{}'),
(4222, 742, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347806;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4223, 743, '_wp_page_template', 'elementor_canvas'),
(4224, 743, '_elementor_edit_mode', 'builder'),
(4225, 743, '_elementor_template_type', 'wp-page'),
(4226, 743, '_elementor_version', '3.15.0-dev2'),
(4227, 743, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4228, 743, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4229, 743, '_elementor_page_assets', 'a:0:{}'),
(4230, 743, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347806;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4233, 744, '_wp_page_template', 'elementor_canvas'),
(4234, 744, '_elementor_edit_mode', 'builder'),
(4235, 744, '_elementor_template_type', 'wp-page'),
(4236, 744, '_elementor_version', '3.15.0-dev2'),
(4237, 744, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4238, 744, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4239, 744, '_elementor_page_assets', 'a:0:{}'),
(4240, 744, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347865;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4241, 745, '_wp_page_template', 'elementor_canvas'),
(4242, 745, '_elementor_edit_mode', 'builder'),
(4243, 745, '_elementor_template_type', 'wp-page'),
(4244, 745, '_elementor_version', '3.15.0-dev2'),
(4245, 745, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4246, 745, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4247, 745, '_elementor_page_assets', 'a:0:{}'),
(4248, 745, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347865;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4249, 746, '_wp_page_template', 'elementor_canvas'),
(4250, 746, '_elementor_edit_mode', 'builder'),
(4251, 746, '_elementor_template_type', 'wp-page'),
(4252, 746, '_elementor_version', '3.15.0-dev2'),
(4253, 746, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4254, 746, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4255, 746, '_elementor_page_assets', 'a:0:{}'),
(4256, 746, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347865;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4259, 747, '_wp_page_template', 'elementor_canvas'),
(4260, 747, '_elementor_edit_mode', 'builder'),
(4261, 747, '_elementor_template_type', 'wp-page'),
(4262, 747, '_elementor_version', '3.15.0-dev2'),
(4263, 747, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4264, 747, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4265, 747, '_elementor_page_assets', 'a:0:{}'),
(4266, 747, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347953;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4267, 748, '_wp_page_template', 'elementor_canvas'),
(4268, 748, '_elementor_edit_mode', 'builder'),
(4269, 748, '_elementor_template_type', 'wp-page'),
(4270, 748, '_elementor_version', '3.15.0-dev2'),
(4271, 748, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4272, 748, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"a984413\",\"mgab_social_selected_icon\":{\"value\":\"icon icon-youtube-1\",\"library\":\"ekiticons\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4273, 748, '_elementor_page_assets', 'a:0:{}'),
(4274, 748, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347953;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4275, 749, '_wp_page_template', 'elementor_canvas'),
(4276, 749, '_elementor_edit_mode', 'builder'),
(4277, 749, '_elementor_template_type', 'wp-page'),
(4278, 749, '_elementor_version', '3.15.0-dev2'),
(4279, 749, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4280, 749, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4281, 749, '_elementor_page_assets', 'a:0:{}'),
(4282, 749, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347953;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4285, 750, '_wp_page_template', 'elementor_canvas'),
(4286, 750, '_elementor_edit_mode', 'builder'),
(4287, 750, '_elementor_template_type', 'wp-page'),
(4288, 750, '_elementor_version', '3.15.0-dev2'),
(4289, 750, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4290, 750, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4291, 750, '_elementor_page_assets', 'a:0:{}'),
(4292, 750, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347976;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4293, 751, '_wp_page_template', 'elementor_canvas'),
(4294, 751, '_elementor_edit_mode', 'builder'),
(4295, 751, '_elementor_template_type', 'wp-page'),
(4296, 751, '_elementor_version', '3.15.0-dev2'),
(4297, 751, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4298, 751, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mg_display_social\":\"yes\",\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4299, 751, '_elementor_page_assets', 'a:0:{}'),
(4300, 751, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347976;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4301, 752, '_wp_page_template', 'elementor_canvas'),
(4302, 752, '_elementor_edit_mode', 'builder'),
(4303, 752, '_elementor_template_type', 'wp-page'),
(4304, 752, '_elementor_version', '3.15.0-dev2'),
(4305, 752, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4306, 752, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4307, 752, '_elementor_page_assets', 'a:0:{}'),
(4308, 752, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347976;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4311, 753, '_wp_page_template', 'elementor_canvas'),
(4312, 753, '_elementor_edit_mode', 'builder'),
(4313, 753, '_elementor_template_type', 'wp-page'),
(4314, 753, '_elementor_version', '3.15.0-dev2'),
(4315, 753, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4316, 753, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4317, 753, '_elementor_page_assets', 'a:0:{}'),
(4318, 753, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347987;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4319, 754, '_wp_page_template', 'elementor_canvas'),
(4320, 754, '_elementor_edit_mode', 'builder'),
(4321, 754, '_elementor_template_type', 'wp-page'),
(4322, 754, '_elementor_version', '3.15.0-dev2'),
(4323, 754, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4324, 754, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p><p><img class=\\\"wp-image-379 alignleft\\\" src=\\\"http:\\/\\/magic.wpcolors.net\\/wp-content\\/uploads\\/2020\\/07\\/layers.svg\\\" alt=\\\"\\\" width=\\\"133\\\" height=\\\"133\\\" \\/><\\/p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4325, 754, '_elementor_page_assets', 'a:0:{}'),
(4326, 754, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347987;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4327, 755, '_wp_page_template', 'elementor_canvas'),
(4328, 755, '_elementor_edit_mode', 'builder'),
(4329, 755, '_elementor_template_type', 'wp-page'),
(4330, 755, '_elementor_version', '3.15.0-dev2'),
(4331, 755, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4332, 755, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4333, 755, '_elementor_page_assets', 'a:0:{}'),
(4334, 755, '_elementor_css', 'a:6:{s:4:\"time\";i:1689347987;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4353, 759, '_wp_attached_file', '2023/07/Call_to_Actions1.jpg');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4354, 759, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1104;s:6:\"height\";i:238;s:4:\"file\";s:28:\"2023/07/Call_to_Actions1.jpg\";s:8:\"filesize\";i:1578;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Call_to_Actions1-300x65.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1372;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Call_to_Actions1-1024x221.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-768x166.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3620;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-330x190.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1698;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-600x238.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2970;}s:9:\"card-list\";a:5:{s:4:\"file\";s:28:\"Call_to_Actions1-600x238.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4355, 759, '_elementor_source_image_hash', '4484c420d6df15a7e5c78a5dbf19ca8b37136216'),
(4375, 766, '_wp_page_template', 'elementor_canvas'),
(4376, 766, '_elementor_edit_mode', 'builder'),
(4377, 766, '_elementor_template_type', 'wp-page'),
(4378, 766, '_elementor_version', '3.15.0-dev2'),
(4379, 766, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4380, 766, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4381, 766, '_elementor_page_assets', 'a:0:{}'),
(4382, 766, '_elementor_css', 'a:6:{s:4:\"time\";i:1689348864;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4383, 767, '_wp_page_template', 'elementor_canvas'),
(4384, 767, '_elementor_edit_mode', 'builder'),
(4385, 767, '_elementor_template_type', 'wp-page'),
(4386, 767, '_elementor_version', '3.15.0-dev2'),
(4387, 767, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4388, 767, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true}]'),
(4389, 767, '_elementor_page_assets', 'a:0:{}'),
(4390, 767, '_elementor_css', 'a:6:{s:4:\"time\";i:1689348864;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4391, 768, '_wp_page_template', 'elementor_canvas'),
(4392, 768, '_elementor_edit_mode', 'builder'),
(4393, 768, '_elementor_template_type', 'wp-page'),
(4394, 768, '_elementor_version', '3.15.0-dev2'),
(4395, 768, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4396, 768, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f606174\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"34acd974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"64.388\",\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}]},\"elements\":[{\"id\":\"199d8cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"16c219c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"35.612\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}]},\"elements\":[{\"id\":\"2bc17cf7\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(4397, 768, '_elementor_page_assets', 'a:0:{}'),
(4398, 768, '_elementor_css', 'a:6:{s:4:\"time\";i:1689348864;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4412, 770, '_wp_page_template', 'elementor_canvas'),
(4413, 770, '_elementor_edit_mode', 'builder'),
(4414, 770, '_elementor_template_type', 'wp-page'),
(4415, 770, '_elementor_version', '3.15.0-dev2'),
(4416, 770, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4417, 770, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f606174\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"34acd974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"64.388\",\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}]},\"elements\":[{\"id\":\"199d8cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"16c219c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"35.612\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}]},\"elements\":[{\"id\":\"2bc17cf7\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(4418, 770, '_elementor_page_assets', 'a:0:{}'),
(4419, 770, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349241;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4420, 771, '_wp_page_template', 'elementor_canvas'),
(4421, 771, '_elementor_edit_mode', 'builder'),
(4422, 771, '_elementor_template_type', 'wp-page'),
(4423, 771, '_elementor_version', '3.15.0-dev2'),
(4424, 771, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4425, 771, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f606174\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"34acd974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"64.388\",\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}]},\"elements\":[{\"id\":\"199d8cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"16c219c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"35.612\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}]},\"elements\":[{\"id\":\"2bc17cf7\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false}]'),
(4426, 771, '_elementor_page_assets', 'a:0:{}'),
(4427, 771, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349241;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4428, 772, '_wp_page_template', 'elementor_canvas'),
(4429, 772, '_elementor_edit_mode', 'builder'),
(4430, 772, '_elementor_template_type', 'wp-page'),
(4431, 772, '_elementor_version', '3.15.0-dev2'),
(4432, 772, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4433, 772, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[{\"id\":\"5f606174\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"34acd974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"64.388\",\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}]},\"elements\":[{\"id\":\"199d8cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"16c219c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"35.612\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}]},\"elements\":[{\"id\":\"2bc17cf7\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"15aa97e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"5b967fa\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"width\":{\"size\":\"64.388\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"21a756d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7bfd380\"}]},\"elements\":[{\"id\":\"3d782ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"8b33919\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"width\":{\"size\":\"35.612\",\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"597d4fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"deb34c1\"}]},\"elements\":[{\"id\":\"de5178b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4434, 772, '_elementor_page_assets', 'a:0:{}'),
(4435, 772, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349241;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4438, 773, '_wp_page_template', 'elementor_canvas'),
(4439, 773, '_elementor_edit_mode', 'builder'),
(4440, 773, '_elementor_template_type', 'wp-page'),
(4441, 773, '_elementor_version', '3.15.0-dev2'),
(4442, 773, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4443, 773, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[{\"id\":\"5f606174\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"34acd974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"64.388\",\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}]},\"elements\":[{\"id\":\"199d8cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"16c219c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"35.612\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}]},\"elements\":[{\"id\":\"2bc17cf7\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"15aa97e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"5b967fa\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"width\":{\"size\":\"64.388\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"21a756d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7bfd380\"}]},\"elements\":[{\"id\":\"3d782ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"8b33919\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"width\":{\"size\":\"35.612\",\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"597d4fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"deb34c1\"}]},\"elements\":[{\"id\":\"de5178b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4444, 773, '_elementor_page_assets', 'a:0:{}'),
(4445, 773, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349434;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4446, 774, '_wp_page_template', 'elementor_canvas'),
(4447, 774, '_elementor_edit_mode', 'builder'),
(4448, 774, '_elementor_template_type', 'wp-page'),
(4449, 774, '_elementor_version', '3.15.0-dev2'),
(4450, 774, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4451, 774, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[{\"id\":\"5f606174\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}]},\"elements\":[{\"id\":\"34acd974\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"64.388\",\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}]},\"elements\":[{\"id\":\"199d8cc9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":\"1\"},{\"id\":\"16c219c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"35.612\",\"content_position\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}]},\"elements\":[{\"id\":\"2bc17cf7\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"15aa97e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ff5657\",\"background_image\":{\"id\":759,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/Call_to_Actions1.jpg\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"07606b3\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":760,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"e34e030\",\"repeater_bg_image\":{\"id\":761,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cd0d154\",\"repeater_bg_image\":{\"id\":762,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"}}],\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"unit\":\"px\"}},\"elements\":[{\"id\":\"5b967fa\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"width\":{\"size\":\"64.388\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"4c94ba9\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"21a756d\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"7bfd380\"}]},\"elements\":[{\"id\":\"3d782ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Sahabat Haji Ute {{(SAHATE)}}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<h4 class=\\\"font-weight-bold\\\">Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.<\\/h4>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_focused_title_color\":\"#ffffff\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"336ac25\"}],\"ekit_heading_seperator_image\":{\"id\":758,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-636.png\"},\"show_title_border\":\"\",\"title_float_left\":\"\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"8b33919\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"50\",\"width\":{\"size\":\"35.612\",\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"1483cfa\"}],\"content_width\":\"full\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"597d4fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"deb34c1\"}]},\"elements\":[{\"id\":\"de5178b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Daftar Relawan!\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#663467\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"rgba(255,255,255,0.57)\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_color\":\"#ffffff\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_hover_color\":\"#663467\",\"ekit_all_conditions_list\":[{\"_id\":\"8ff3ffe\"}],\"ekit_btn_icons\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4452, 774, '_elementor_page_assets', 'a:0:{}'),
(4453, 774, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349434;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4454, 775, '_wp_page_template', 'elementor_canvas'),
(4455, 775, '_elementor_edit_mode', 'builder'),
(4456, 775, '_elementor_template_type', 'wp-page'),
(4457, 775, '_elementor_version', '3.15.0-dev2'),
(4458, 775, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4459, 775, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4460, 775, '_elementor_page_assets', 'a:0:{}'),
(4461, 775, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349434;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4464, 776, '_wp_page_template', 'elementor_canvas'),
(4465, 776, '_elementor_edit_mode', 'builder'),
(4466, 776, '_elementor_template_type', 'wp-page'),
(4467, 776, '_elementor_version', '3.15.0-dev2'),
(4468, 776, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4469, 776, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4470, 776, '_elementor_page_assets', 'a:0:{}'),
(4471, 776, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349492;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4472, 777, '_wp_page_template', 'elementor_canvas'),
(4473, 777, '_elementor_edit_mode', 'builder'),
(4474, 777, '_elementor_template_type', 'wp-page'),
(4475, 777, '_elementor_version', '3.15.0-dev2'),
(4476, 777, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4477, 777, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4478, 777, '_elementor_page_assets', 'a:0:{}'),
(4479, 777, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349492;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4480, 778, '_wp_page_template', 'elementor_canvas'),
(4481, 778, '_elementor_edit_mode', 'builder'),
(4482, 778, '_elementor_template_type', 'wp-page'),
(4483, 778, '_elementor_version', '3.15.0-dev2'),
(4484, 778, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4485, 778, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4486, 778, '_elementor_page_assets', 'a:0:{}'),
(4487, 778, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349492;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4490, 779, '_wp_page_template', 'elementor_canvas'),
(4491, 779, '_elementor_edit_mode', 'builder'),
(4492, 779, '_elementor_template_type', 'wp-page'),
(4493, 779, '_elementor_version', '3.15.0-dev2'),
(4494, 779, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4495, 779, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4496, 779, '_elementor_page_assets', 'a:0:{}'),
(4497, 779, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349597;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4498, 780, '_wp_page_template', 'elementor_canvas'),
(4499, 780, '_elementor_edit_mode', 'builder'),
(4500, 780, '_elementor_template_type', 'wp-page'),
(4501, 780, '_elementor_version', '3.15.0-dev2'),
(4502, 780, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4503, 780, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4504, 780, '_elementor_page_assets', 'a:0:{}'),
(4505, 780, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349597;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4506, 781, '_wp_page_template', 'elementor_canvas'),
(4507, 781, '_elementor_edit_mode', 'builder'),
(4508, 781, '_elementor_template_type', 'wp-page'),
(4509, 781, '_elementor_version', '3.15.0-dev2'),
(4510, 781, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4511, 781, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4512, 781, '_elementor_page_assets', 'a:0:{}'),
(4513, 781, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349597;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4516, 782, '_wp_page_template', 'elementor_canvas'),
(4517, 782, '_elementor_edit_mode', 'builder'),
(4518, 782, '_elementor_template_type', 'wp-page'),
(4519, 782, '_elementor_version', '3.15.0-dev2'),
(4520, 782, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4521, 782, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4522, 782, '_elementor_page_assets', 'a:0:{}'),
(4523, 782, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349625;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4524, 783, '_wp_page_template', 'elementor_canvas'),
(4525, 783, '_elementor_edit_mode', 'builder'),
(4526, 783, '_elementor_template_type', 'wp-page'),
(4527, 783, '_elementor_version', '3.15.0-dev2'),
(4528, 783, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4529, 783, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4530, 783, '_elementor_page_assets', 'a:0:{}'),
(4531, 783, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349625;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4532, 784, '_wp_page_template', 'elementor_canvas'),
(4533, 784, '_elementor_edit_mode', 'builder'),
(4534, 784, '_elementor_template_type', 'wp-page'),
(4535, 784, '_elementor_version', '3.15.0-dev2'),
(4536, 784, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4537, 784, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4538, 784, '_elementor_page_assets', 'a:0:{}'),
(4539, 784, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349625;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4542, 785, '_wp_page_template', 'elementor_canvas'),
(4543, 785, '_elementor_edit_mode', 'builder'),
(4544, 785, '_elementor_template_type', 'wp-page'),
(4545, 785, '_elementor_version', '3.15.0-dev2'),
(4546, 785, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4547, 785, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4548, 785, '_elementor_page_assets', 'a:0:{}'),
(4549, 785, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349674;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4550, 786, '_wp_page_template', 'elementor_canvas'),
(4551, 786, '_elementor_edit_mode', 'builder'),
(4552, 786, '_elementor_template_type', 'wp-page'),
(4553, 786, '_elementor_version', '3.15.0-dev2'),
(4554, 786, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4555, 786, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4556, 786, '_elementor_page_assets', 'a:0:{}'),
(4557, 786, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349674;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4558, 787, '_wp_page_template', 'elementor_canvas'),
(4559, 787, '_elementor_edit_mode', 'builder'),
(4560, 787, '_elementor_template_type', 'wp-page'),
(4561, 787, '_elementor_version', '3.15.0-dev2'),
(4562, 787, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4563, 787, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4564, 787, '_elementor_page_assets', 'a:0:{}'),
(4565, 787, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349674;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4568, 788, '_wp_page_template', 'elementor_canvas'),
(4569, 788, '_elementor_edit_mode', 'builder'),
(4570, 788, '_elementor_template_type', 'wp-page'),
(4571, 788, '_elementor_version', '3.15.0-dev2'),
(4572, 788, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4573, 788, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4574, 788, '_elementor_page_assets', 'a:0:{}'),
(4575, 788, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349748;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4576, 789, '_wp_page_template', 'elementor_canvas'),
(4577, 789, '_elementor_edit_mode', 'builder'),
(4578, 789, '_elementor_template_type', 'wp-page'),
(4579, 789, '_elementor_version', '3.15.0-dev2'),
(4580, 789, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4581, 789, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"PROFILE\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4582, 789, '_elementor_page_assets', 'a:0:{}'),
(4583, 789, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349748;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4584, 790, '_wp_page_template', 'elementor_canvas'),
(4585, 790, '_elementor_edit_mode', 'builder'),
(4586, 790, '_elementor_template_type', 'wp-page'),
(4587, 790, '_elementor_version', '3.15.0-dev2'),
(4588, 790, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4589, 790, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4590, 790, '_elementor_page_assets', 'a:0:{}'),
(4591, 790, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349748;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4594, 791, '_wp_page_template', 'elementor_canvas'),
(4595, 791, '_elementor_edit_mode', 'builder'),
(4596, 791, '_elementor_template_type', 'wp-page'),
(4597, 791, '_elementor_version', '3.15.0-dev2'),
(4598, 791, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4599, 791, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4600, 791, '_elementor_page_assets', 'a:0:{}'),
(4601, 791, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349793;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4602, 792, '_wp_page_template', 'elementor_canvas'),
(4603, 792, '_elementor_edit_mode', 'builder'),
(4604, 792, '_elementor_template_type', 'wp-page'),
(4605, 792, '_elementor_version', '3.15.0-dev2'),
(4606, 792, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4607, 792, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Beautiful Landing Page with\",\"mg_cta_highlight\":\"Elements\",\"mg_cta_desc\":\"A small river named Duden flows by their place and supplies it with the necessary regelialia.\\r\\n                It is a paradisematic country, in which\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"VIEW DEALS\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4608, 792, '_elementor_page_assets', 'a:0:{}'),
(4609, 792, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349793;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4610, 793, '_wp_page_template', 'elementor_canvas'),
(4611, 793, '_elementor_edit_mode', 'builder'),
(4612, 793, '_elementor_template_type', 'wp-page'),
(4613, 793, '_elementor_version', '3.15.0-dev2'),
(4614, 793, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4615, 793, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4616, 793, '_elementor_page_assets', 'a:0:{}'),
(4617, 793, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349793;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4620, 794, '_wp_page_template', 'elementor_canvas'),
(4621, 794, '_elementor_edit_mode', 'builder'),
(4622, 794, '_elementor_template_type', 'wp-page'),
(4623, 794, '_elementor_version', '3.15.0-dev2'),
(4624, 794, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4625, 794, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4626, 794, '_elementor_page_assets', 'a:0:{}'),
(4627, 794, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349958;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4628, 795, '_wp_page_template', 'elementor_canvas'),
(4629, 795, '_elementor_edit_mode', 'builder'),
(4630, 795, '_elementor_template_type', 'wp-page'),
(4631, 795, '_elementor_version', '3.15.0-dev2'),
(4632, 795, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4633, 795, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4634, 795, '_elementor_page_assets', 'a:0:{}'),
(4635, 795, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349958;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4636, 796, '_wp_page_template', 'elementor_canvas'),
(4637, 796, '_elementor_edit_mode', 'builder'),
(4638, 796, '_elementor_template_type', 'wp-page'),
(4639, 796, '_elementor_version', '3.15.0-dev2'),
(4640, 796, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4641, 796, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4642, 796, '_elementor_page_assets', 'a:0:{}'),
(4643, 796, '_elementor_css', 'a:6:{s:4:\"time\";i:1689349958;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4646, 797, '_wp_page_template', 'elementor_canvas'),
(4647, 797, '_elementor_edit_mode', 'builder'),
(4648, 797, '_elementor_template_type', 'wp-page'),
(4649, 797, '_elementor_version', '3.15.0-dev2'),
(4650, 797, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4651, 797, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4652, 797, '_elementor_page_assets', 'a:0:{}'),
(4653, 797, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350032;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4654, 798, '_wp_page_template', 'elementor_canvas'),
(4655, 798, '_elementor_edit_mode', 'builder'),
(4656, 798, '_elementor_template_type', 'wp-page'),
(4657, 798, '_elementor_version', '3.15.0-dev2'),
(4658, 798, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4659, 798, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4660, 798, '_elementor_page_assets', 'a:0:{}'),
(4661, 798, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350032;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4662, 799, '_wp_page_template', 'elementor_canvas'),
(4663, 799, '_elementor_edit_mode', 'builder'),
(4664, 799, '_elementor_template_type', 'wp-page'),
(4665, 799, '_elementor_version', '3.15.0-dev2'),
(4666, 799, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4667, 799, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4668, 799, '_elementor_page_assets', 'a:0:{}'),
(4669, 799, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350032;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4672, 800, '_wp_page_template', 'elementor_canvas'),
(4673, 800, '_elementor_edit_mode', 'builder'),
(4674, 800, '_elementor_template_type', 'wp-page'),
(4675, 800, '_elementor_version', '3.15.0-dev2'),
(4676, 800, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4677, 800, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4678, 800, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4679, 800, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350151;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4680, 801, '_wp_page_template', 'elementor_canvas'),
(4681, 801, '_elementor_edit_mode', 'builder'),
(4682, 801, '_elementor_template_type', 'wp-page'),
(4683, 801, '_elementor_version', '3.15.0-dev2'),
(4684, 801, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4685, 801, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_title\":\"Daftar Sahabat Haji Ute\",\"mg_cta_highlight\":\"SAHATE\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4686, 801, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4687, 801, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350151;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4688, 802, '_wp_page_template', 'elementor_canvas'),
(4689, 802, '_elementor_edit_mode', 'builder'),
(4690, 802, '_elementor_template_type', 'wp-page'),
(4691, 802, '_elementor_version', '3.15.0-dev2'),
(4692, 802, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4693, 802, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4694, 802, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4695, 802, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350151;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4698, 803, '_wp_page_template', 'elementor_canvas'),
(4699, 803, '_elementor_edit_mode', 'builder'),
(4700, 803, '_elementor_template_type', 'wp-page'),
(4701, 803, '_elementor_version', '3.15.0-dev2'),
(4702, 803, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4703, 803, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4704, 803, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4705, 803, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350563;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4706, 804, '_wp_page_template', 'elementor_canvas'),
(4707, 804, '_elementor_edit_mode', 'builder'),
(4708, 804, '_elementor_template_type', 'wp-page'),
(4709, 804, '_elementor_version', '3.15.0-dev2'),
(4710, 804, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4711, 804, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4712, 804, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4713, 804, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350563;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4714, 805, '_wp_page_template', 'elementor_canvas'),
(4715, 805, '_elementor_edit_mode', 'builder'),
(4716, 805, '_elementor_template_type', 'wp-page'),
(4717, 805, '_elementor_version', '3.15.0-dev2'),
(4718, 805, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4719, 805, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4720, 805, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4721, 805, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350563;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4724, 806, '_wp_page_template', 'elementor_canvas'),
(4725, 806, '_elementor_edit_mode', 'builder'),
(4726, 806, '_elementor_template_type', 'wp-page'),
(4727, 806, '_elementor_version', '3.15.0-dev2'),
(4728, 806, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4729, 806, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4730, 806, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4731, 806, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350680;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4732, 807, '_wp_page_template', 'elementor_canvas'),
(4733, 807, '_elementor_edit_mode', 'builder'),
(4734, 807, '_elementor_template_type', 'wp-page'),
(4735, 807, '_elementor_version', '3.15.0-dev2'),
(4736, 807, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4737, 807, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4738, 807, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4739, 807, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350680;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4740, 808, '_wp_page_template', 'elementor_canvas'),
(4741, 808, '_elementor_edit_mode', 'builder'),
(4742, 808, '_elementor_template_type', 'wp-page'),
(4743, 808, '_elementor_version', '3.15.0-dev2'),
(4744, 808, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4745, 808, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4746, 808, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4747, 808, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350680;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4750, 809, '_wp_page_template', 'elementor_canvas'),
(4751, 809, '_elementor_edit_mode', 'builder'),
(4752, 809, '_elementor_template_type', 'wp-page'),
(4753, 809, '_elementor_version', '3.15.0-dev2'),
(4754, 809, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4755, 809, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4756, 809, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4757, 809, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350707;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4758, 810, '_wp_page_template', 'elementor_canvas'),
(4759, 810, '_elementor_edit_mode', 'builder'),
(4760, 810, '_elementor_template_type', 'wp-page'),
(4761, 810, '_elementor_version', '3.15.0-dev2'),
(4762, 810, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4763, 810, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4764, 810, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4765, 810, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350707;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4766, 811, '_wp_page_template', 'elementor_canvas'),
(4767, 811, '_elementor_edit_mode', 'builder'),
(4768, 811, '_elementor_template_type', 'wp-page'),
(4769, 811, '_elementor_version', '3.15.0-dev2'),
(4770, 811, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4771, 811, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"fas fa-user-tag\",\"library\":\"fa-solid\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4772, 811, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4773, 811, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350707;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4776, 812, '_wp_page_template', 'elementor_canvas'),
(4777, 812, '_elementor_edit_mode', 'builder'),
(4778, 812, '_elementor_template_type', 'wp-page'),
(4779, 812, '_elementor_version', '3.15.0-dev2'),
(4780, 812, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4781, 812, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"fas fa-user-tag\",\"library\":\"fa-solid\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4782, 812, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4783, 812, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350775;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4784, 813, '_wp_page_template', 'elementor_canvas'),
(4785, 813, '_elementor_edit_mode', 'builder'),
(4786, 813, '_elementor_template_type', 'wp-page'),
(4787, 813, '_elementor_version', '3.15.0-dev2'),
(4788, 813, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4789, 813, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"fas fa-user-tag\",\"library\":\"fa-solid\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4790, 813, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4791, 813, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350775;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4792, 814, '_wp_page_template', 'elementor_canvas'),
(4793, 814, '_elementor_edit_mode', 'builder'),
(4794, 814, '_elementor_template_type', 'wp-page'),
(4795, 814, '_elementor_version', '3.15.0-dev2'),
(4796, 814, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4797, 814, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4798, 814, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4799, 814, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350775;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4802, 815, '_wp_page_template', 'elementor_canvas'),
(4803, 815, '_elementor_edit_mode', 'builder'),
(4804, 815, '_elementor_template_type', 'wp-page'),
(4805, 815, '_elementor_version', '3.15.0-dev2'),
(4806, 815, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4807, 815, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4808, 815, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4809, 815, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350830;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4810, 816, '_wp_page_template', 'elementor_canvas'),
(4811, 816, '_elementor_edit_mode', 'builder'),
(4812, 816, '_elementor_template_type', 'wp-page'),
(4813, 816, '_elementor_version', '3.15.0-dev2'),
(4814, 816, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4815, 816, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4816, 816, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4817, 816, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350830;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4818, 817, '_wp_page_template', 'elementor_canvas'),
(4819, 817, '_elementor_edit_mode', 'builder'),
(4820, 817, '_elementor_template_type', 'wp-page'),
(4821, 817, '_elementor_version', '3.15.0-dev2'),
(4822, 817, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4823, 817, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4824, 817, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),
(4825, 817, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350830;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4828, 818, '_wp_page_template', 'elementor_canvas'),
(4829, 818, '_elementor_edit_mode', 'builder'),
(4830, 818, '_elementor_template_type', 'wp-page'),
(4831, 818, '_elementor_version', '3.15.0-dev2'),
(4832, 818, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4833, 818, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4834, 818, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4835, 818, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350904;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4836, 819, '_wp_page_template', 'elementor_canvas'),
(4837, 819, '_elementor_edit_mode', 'builder'),
(4838, 819, '_elementor_template_type', 'wp-page'),
(4839, 819, '_elementor_version', '3.15.0-dev2'),
(4840, 819, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4841, 819, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4842, 819, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4843, 819, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350904;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4844, 820, '_wp_page_template', 'elementor_canvas'),
(4845, 820, '_elementor_edit_mode', 'builder'),
(4846, 820, '_elementor_template_type', 'wp-page'),
(4847, 820, '_elementor_version', '3.15.0-dev2'),
(4848, 820, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4849, 820, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4850, 820, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4851, 820, '_elementor_css', 'a:6:{s:4:\"time\";i:1689350904;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4854, 821, '_wp_page_template', 'elementor_canvas'),
(4855, 821, '_elementor_edit_mode', 'builder'),
(4856, 821, '_elementor_template_type', 'wp-page'),
(4857, 821, '_elementor_version', '3.15.0-dev2'),
(4858, 821, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4859, 821, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4860, 821, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4861, 821, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351153;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4862, 822, '_wp_page_template', 'elementor_canvas'),
(4863, 822, '_elementor_edit_mode', 'builder'),
(4864, 822, '_elementor_template_type', 'wp-page'),
(4865, 822, '_elementor_version', '3.15.0-dev2'),
(4866, 822, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4867, 822, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4868, 822, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4869, 822, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351153;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4870, 823, '_wp_page_template', 'elementor_canvas'),
(4871, 823, '_elementor_edit_mode', 'builder'),
(4872, 823, '_elementor_template_type', 'wp-page'),
(4873, 823, '_elementor_version', '3.15.0-dev2'),
(4874, 823, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4875, 823, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4876, 823, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4877, 823, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351153;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:11:\"happy-icons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4880, 824, '_wp_page_template', 'elementor_canvas'),
(4881, 824, '_elementor_edit_mode', 'builder'),
(4882, 824, '_elementor_template_type', 'wp-page'),
(4883, 824, '_elementor_version', '3.15.0-dev2'),
(4884, 824, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4885, 824, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4886, 824, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4887, 824, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351692;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4888, 825, '_wp_page_template', 'elementor_canvas'),
(4889, 825, '_elementor_edit_mode', 'builder'),
(4890, 825, '_elementor_template_type', 'wp-page'),
(4891, 825, '_elementor_version', '3.15.0-dev2'),
(4892, 825, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4893, 825, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4894, 825, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4895, 825, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351692;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4896, 826, '_wp_page_template', 'elementor_canvas'),
(4897, 826, '_elementor_edit_mode', 'builder'),
(4898, 826, '_elementor_template_type', 'wp-page'),
(4899, 826, '_elementor_version', '3.15.0-dev2'),
(4900, 826, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4901, 826, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4902, 826, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4903, 826, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351692;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4906, 827, '_wp_page_template', 'elementor_canvas'),
(4907, 827, '_elementor_edit_mode', 'builder'),
(4908, 827, '_elementor_template_type', 'wp-page'),
(4909, 827, '_elementor_version', '3.15.0-dev2'),
(4910, 827, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4911, 827, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4912, 827, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4913, 827, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351788;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4914, 828, '_wp_page_template', 'elementor_canvas'),
(4915, 828, '_elementor_edit_mode', 'builder'),
(4916, 828, '_elementor_template_type', 'wp-page'),
(4917, 828, '_elementor_version', '3.15.0-dev2'),
(4918, 828, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4919, 828, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4920, 828, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4921, 828, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351788;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4922, 829, '_wp_page_template', 'elementor_canvas'),
(4923, 829, '_elementor_edit_mode', 'builder'),
(4924, 829, '_elementor_template_type', 'wp-page'),
(4925, 829, '_elementor_version', '3.15.0-dev2'),
(4926, 829, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4927, 829, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4928, 829, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),
(4929, 829, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351788;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4932, 830, '_wp_page_template', 'elementor_canvas'),
(4933, 830, '_elementor_edit_mode', 'builder'),
(4934, 830, '_elementor_template_type', 'wp-page'),
(4935, 830, '_elementor_version', '3.15.0-dev2'),
(4936, 830, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4937, 830, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4938, 830, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4939, 830, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351817;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4940, 831, '_wp_page_template', 'elementor_canvas'),
(4941, 831, '_elementor_edit_mode', 'builder'),
(4942, 831, '_elementor_template_type', 'wp-page'),
(4943, 831, '_elementor_version', '3.15.0-dev2'),
(4944, 831, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4945, 831, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4946, 831, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4947, 831, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351817;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4948, 832, '_wp_page_template', 'elementor_canvas'),
(4949, 832, '_elementor_edit_mode', 'builder'),
(4950, 832, '_elementor_template_type', 'wp-page'),
(4951, 832, '_elementor_version', '3.15.0-dev2'),
(4952, 832, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4953, 832, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4954, 832, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4955, 832, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351817;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4958, 833, '_wp_page_template', 'elementor_canvas'),
(4959, 833, '_elementor_edit_mode', 'builder'),
(4960, 833, '_elementor_template_type', 'wp-page'),
(4961, 833, '_elementor_version', '3.15.0-dev2'),
(4962, 833, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4963, 833, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4964, 833, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4965, 833, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351935;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4966, 834, '_wp_page_template', 'elementor_canvas'),
(4967, 834, '_elementor_edit_mode', 'builder'),
(4968, 834, '_elementor_template_type', 'wp-page'),
(4969, 834, '_elementor_version', '3.15.0-dev2'),
(4970, 834, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4971, 834, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4972, 834, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4973, 834, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351935;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4974, 835, '_wp_page_template', 'elementor_canvas'),
(4975, 835, '_elementor_edit_mode', 'builder'),
(4976, 835, '_elementor_template_type', 'wp-page'),
(4977, 835, '_elementor_version', '3.15.0-dev2'),
(4978, 835, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4979, 835, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4980, 835, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4981, 835, '_elementor_css', 'a:6:{s:4:\"time\";i:1689351935;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4984, 836, '_wp_page_template', 'elementor_canvas'),
(4985, 836, '_elementor_edit_mode', 'builder'),
(4986, 836, '_elementor_template_type', 'wp-page'),
(4987, 836, '_elementor_version', '3.15.0-dev2'),
(4988, 836, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(4989, 836, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4990, 836, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4991, 836, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352053;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4992, 837, '_wp_page_template', 'elementor_canvas'),
(4993, 837, '_elementor_edit_mode', 'builder'),
(4994, 837, '_elementor_template_type', 'wp-page'),
(4995, 837, '_elementor_version', '3.15.0-dev2'),
(4996, 837, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4997, 837, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(4998, 837, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(4999, 837, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352053;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5000, 838, '_wp_page_template', 'elementor_canvas'),
(5001, 838, '_elementor_edit_mode', 'builder'),
(5002, 838, '_elementor_template_type', 'wp-page'),
(5003, 838, '_elementor_version', '3.15.0-dev2'),
(5004, 838, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5005, 838, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5006, 838, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5007, 838, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352053;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5010, 839, '_wp_page_template', 'elementor_canvas'),
(5011, 839, '_elementor_edit_mode', 'builder'),
(5012, 839, '_elementor_template_type', 'wp-page'),
(5013, 839, '_elementor_version', '3.15.0-dev2'),
(5014, 839, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5015, 839, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5016, 839, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5017, 839, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352200;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5018, 840, '_wp_page_template', 'elementor_canvas'),
(5019, 840, '_elementor_edit_mode', 'builder'),
(5020, 840, '_elementor_template_type', 'wp-page'),
(5021, 840, '_elementor_version', '3.15.0-dev2'),
(5022, 840, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5023, 840, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5024, 840, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5025, 840, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352200;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5026, 841, '_wp_page_template', 'elementor_canvas'),
(5027, 841, '_elementor_edit_mode', 'builder'),
(5028, 841, '_elementor_template_type', 'wp-page'),
(5029, 841, '_elementor_version', '3.15.0-dev2'),
(5030, 841, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5031, 841, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5032, 841, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5033, 841, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352200;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5036, 842, '_wp_page_template', 'elementor_canvas'),
(5037, 842, '_elementor_edit_mode', 'builder'),
(5038, 842, '_elementor_template_type', 'wp-page'),
(5039, 842, '_elementor_version', '3.15.0-dev2'),
(5040, 842, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5041, 842, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5042, 842, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5043, 842, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352243;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5044, 843, '_wp_page_template', 'elementor_canvas'),
(5045, 843, '_elementor_edit_mode', 'builder'),
(5046, 843, '_elementor_template_type', 'wp-page'),
(5047, 843, '_elementor_version', '3.15.0-dev2'),
(5048, 843, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5049, 843, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5050, 843, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5051, 843, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352243;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5052, 844, '_wp_page_template', 'elementor_canvas'),
(5053, 844, '_elementor_edit_mode', 'builder'),
(5054, 844, '_elementor_template_type', 'wp-page'),
(5055, 844, '_elementor_version', '3.15.0-dev2'),
(5056, 844, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5057, 844, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5058, 844, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5059, 844, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352243;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5062, 845, '_wp_page_template', 'elementor_canvas'),
(5063, 845, '_elementor_edit_mode', 'builder'),
(5064, 845, '_elementor_template_type', 'wp-page'),
(5065, 845, '_elementor_version', '3.15.0-dev2'),
(5066, 845, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5067, 845, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5068, 845, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5069, 845, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352317;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5070, 846, '_wp_page_template', 'elementor_canvas'),
(5071, 846, '_elementor_edit_mode', 'builder'),
(5072, 846, '_elementor_template_type', 'wp-page'),
(5073, 846, '_elementor_version', '3.15.0-dev2'),
(5074, 846, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5075, 846, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5076, 846, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5077, 846, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352317;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5078, 847, '_wp_page_template', 'elementor_canvas'),
(5079, 847, '_elementor_edit_mode', 'builder'),
(5080, 847, '_elementor_template_type', 'wp-page'),
(5081, 847, '_elementor_version', '3.15.0-dev2'),
(5082, 847, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5083, 847, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5084, 847, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5085, 847, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352317;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5088, 848, '_wp_page_template', 'elementor_canvas'),
(5089, 848, '_elementor_edit_mode', 'builder'),
(5090, 848, '_elementor_template_type', 'wp-page'),
(5091, 848, '_elementor_version', '3.15.0-dev2'),
(5092, 848, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5093, 848, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5094, 848, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5095, 848, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352350;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5096, 849, '_wp_page_template', 'elementor_canvas'),
(5097, 849, '_elementor_edit_mode', 'builder'),
(5098, 849, '_elementor_template_type', 'wp-page'),
(5099, 849, '_elementor_version', '3.15.0-dev2'),
(5100, 849, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5101, 849, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0049.jpg\",\"id\":252,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5102, 849, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5103, 849, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352350;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5104, 850, '_wp_page_template', 'elementor_canvas'),
(5105, 850, '_elementor_edit_mode', 'builder'),
(5106, 850, '_elementor_template_type', 'wp-page'),
(5107, 850, '_elementor_version', '3.15.0-dev2'),
(5108, 850, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5109, 850, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5110, 850, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5111, 850, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352350;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5114, 851, '_wp_page_template', 'elementor_canvas'),
(5115, 851, '_elementor_edit_mode', 'builder'),
(5116, 851, '_elementor_template_type', 'wp-page'),
(5117, 851, '_elementor_version', '3.15.0-dev2'),
(5118, 851, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5119, 851, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5120, 851, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5121, 851, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352380;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5122, 852, '_wp_page_template', 'elementor_canvas'),
(5123, 852, '_elementor_edit_mode', 'builder'),
(5124, 852, '_elementor_template_type', 'wp-page'),
(5125, 852, '_elementor_version', '3.15.0-dev2'),
(5126, 852, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}'),
(5127, 852, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5128, 852, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5129, 852, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352380;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5130, 853, '_wp_page_template', 'elementor_canvas'),
(5131, 853, '_elementor_edit_mode', 'builder'),
(5132, 853, '_elementor_template_type', 'wp-page'),
(5133, 853, '_elementor_version', '3.15.0-dev2'),
(5134, 853, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5135, 853, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5136, 853, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5137, 853, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352380;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5140, 854, '_wp_page_template', 'elementor_canvas'),
(5141, 854, '_elementor_edit_mode', 'builder'),
(5142, 854, '_elementor_template_type', 'wp-page'),
(5143, 854, '_elementor_version', '3.15.0-dev2'),
(5144, 854, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5145, 854, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5146, 854, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5147, 854, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352451;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5148, 855, '_wp_page_template', 'elementor_canvas'),
(5149, 855, '_elementor_edit_mode', 'builder'),
(5150, 855, '_elementor_template_type', 'wp-page'),
(5151, 855, '_elementor_version', '3.15.0-dev2'),
(5152, 855, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5153, 855, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5154, 855, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5155, 855, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352451;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5156, 856, '_wp_page_template', 'elementor_canvas'),
(5157, 856, '_elementor_edit_mode', 'builder'),
(5158, 856, '_elementor_template_type', 'wp-page'),
(5159, 856, '_elementor_version', '3.15.0-dev2'),
(5160, 856, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5161, 856, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5162, 856, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5163, 856, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352451;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5166, 857, '_wp_page_template', 'elementor_canvas'),
(5167, 857, '_elementor_edit_mode', 'builder'),
(5168, 857, '_elementor_template_type', 'wp-page'),
(5169, 857, '_elementor_version', '3.15.0-dev2'),
(5170, 857, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5171, 857, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5172, 857, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5173, 857, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352644;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5174, 858, '_wp_page_template', 'elementor_canvas'),
(5175, 858, '_elementor_edit_mode', 'builder'),
(5176, 858, '_elementor_template_type', 'wp-page'),
(5177, 858, '_elementor_version', '3.15.0-dev2'),
(5178, 858, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5179, 858, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5180, 858, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5181, 858, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352644;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5182, 859, '_wp_page_template', 'elementor_canvas'),
(5183, 859, '_elementor_edit_mode', 'builder'),
(5184, 859, '_elementor_template_type', 'wp-page'),
(5185, 859, '_elementor_version', '3.15.0-dev2'),
(5186, 859, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5187, 859, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5188, 859, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5189, 859, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352644;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5192, 860, '_wp_page_template', 'elementor_canvas'),
(5193, 860, '_elementor_edit_mode', 'builder'),
(5194, 860, '_elementor_template_type', 'wp-page'),
(5195, 860, '_elementor_version', '3.15.0-dev2'),
(5196, 860, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5197, 860, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5198, 860, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5199, 860, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352684;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5200, 861, '_wp_page_template', 'elementor_canvas'),
(5201, 861, '_elementor_edit_mode', 'builder'),
(5202, 861, '_elementor_template_type', 'wp-page'),
(5203, 861, '_elementor_version', '3.15.0-dev2'),
(5204, 861, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5205, 861, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5206, 861, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5207, 861, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352684;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5208, 862, '_wp_page_template', 'elementor_canvas'),
(5209, 862, '_elementor_edit_mode', 'builder'),
(5210, 862, '_elementor_template_type', 'wp-page'),
(5211, 862, '_elementor_version', '3.15.0-dev2'),
(5212, 862, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5213, 862, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5214, 862, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5215, 862, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352684;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5218, 863, '_wp_page_template', 'elementor_canvas'),
(5219, 863, '_elementor_edit_mode', 'builder'),
(5220, 863, '_elementor_template_type', 'wp-page'),
(5221, 863, '_elementor_version', '3.15.0-dev2'),
(5222, 863, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5223, 863, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5224, 863, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5225, 863, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352882;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5226, 864, '_wp_page_template', 'elementor_canvas'),
(5227, 864, '_elementor_edit_mode', 'builder'),
(5228, 864, '_elementor_template_type', 'wp-page'),
(5229, 864, '_elementor_version', '3.15.0-dev2'),
(5230, 864, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5231, 864, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5232, 864, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5233, 864, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352882;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5234, 865, '_wp_page_template', 'elementor_canvas'),
(5235, 865, '_elementor_edit_mode', 'builder'),
(5236, 865, '_elementor_template_type', 'wp-page'),
(5237, 865, '_elementor_version', '3.15.0-dev2'),
(5238, 865, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5239, 865, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow_type\":\"yes\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5240, 865, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5241, 865, '_elementor_css', 'a:6:{s:4:\"time\";i:1689352882;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5244, 866, '_wp_page_template', 'elementor_canvas'),
(5245, 866, '_elementor_edit_mode', 'builder'),
(5246, 866, '_elementor_template_type', 'wp-page'),
(5247, 866, '_elementor_version', '3.15.0-dev2'),
(5248, 866, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5249, 866, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow_type\":\"yes\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5250, 866, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5251, 866, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353070;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5252, 867, '_wp_page_template', 'elementor_canvas'),
(5253, 867, '_elementor_edit_mode', 'builder'),
(5254, 867, '_elementor_template_type', 'wp-page'),
(5255, 867, '_elementor_version', '3.15.0-dev2'),
(5256, 867, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5257, 867, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow_type\":\"yes\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5258, 867, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5259, 867, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353070;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5260, 868, '_wp_page_template', 'elementor_canvas'),
(5261, 868, '_elementor_edit_mode', 'builder'),
(5262, 868, '_elementor_template_type', 'wp-page'),
(5263, 868, '_elementor_version', '3.15.0-dev2'),
(5264, 868, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5265, 868, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5266, 868, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5267, 868, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353070;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5270, 869, '_wp_page_template', 'elementor_canvas'),
(5271, 869, '_elementor_edit_mode', 'builder'),
(5272, 869, '_elementor_template_type', 'wp-page'),
(5273, 869, '_elementor_version', '3.15.0-dev2'),
(5274, 869, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5275, 869, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5276, 869, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5277, 869, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353090;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5278, 870, '_wp_page_template', 'elementor_canvas'),
(5279, 870, '_elementor_edit_mode', 'builder'),
(5280, 870, '_elementor_template_type', 'wp-page'),
(5281, 870, '_elementor_version', '3.15.0-dev2'),
(5282, 870, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5283, 870, '_elementor_data', '[{\"id\":\"b6434cc\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":616,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"b90b757\",\"repeater_bg_image\":{\"id\":620,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"df2a03c\",\"repeater_bg_image\":{\"id\":626,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}}]},\"elements\":[{\"id\":\"56e95832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5284, 870, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5285, 870, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353090;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5286, 871, '_wp_page_template', 'elementor_canvas'),
(5287, 871, '_elementor_edit_mode', 'builder'),
(5288, 871, '_elementor_template_type', 'wp-page'),
(5289, 871, '_elementor_version', '3.15.0-dev2'),
(5290, 871, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5291, 871, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5292, 871, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5293, 871, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353090;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5306, 873, '_wp_page_template', 'elementor_canvas'),
(5307, 873, '_elementor_edit_mode', 'builder'),
(5308, 873, '_elementor_template_type', 'wp-page'),
(5309, 873, '_elementor_version', '3.15.0-dev2'),
(5310, 873, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5311, 873, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5312, 873, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5313, 873, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353272;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5314, 874, '_wp_page_template', 'elementor_canvas'),
(5315, 874, '_elementor_edit_mode', 'builder'),
(5316, 874, '_elementor_template_type', 'wp-page'),
(5317, 874, '_elementor_version', '3.15.0-dev2'),
(5318, 874, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5319, 874, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5320, 874, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5321, 874, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353272;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5322, 875, '_wp_page_template', 'elementor_canvas'),
(5323, 875, '_elementor_edit_mode', 'builder'),
(5324, 875, '_elementor_template_type', 'wp-page'),
(5325, 875, '_elementor_version', '3.15.0-dev2'),
(5326, 875, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5327, 875, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_background\":\"classic\",\"mg_background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5328, 875, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5329, 875, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353272;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5332, 876, '_wp_page_template', 'elementor_canvas'),
(5333, 876, '_elementor_edit_mode', 'builder'),
(5334, 876, '_elementor_template_type', 'wp-page'),
(5335, 876, '_elementor_version', '3.15.0-dev2'),
(5336, 876, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5337, 876, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_background\":\"classic\",\"mg_background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5338, 876, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5339, 876, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353319;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5340, 877, '_wp_page_template', 'elementor_canvas'),
(5341, 877, '_elementor_edit_mode', 'builder'),
(5342, 877, '_elementor_template_type', 'wp-page'),
(5343, 877, '_elementor_version', '3.15.0-dev2'),
(5344, 877, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5345, 877, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_background\":\"classic\",\"mg_background_overlay_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"id\":276,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5346, 877, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5347, 877, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353319;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5348, 878, '_wp_page_template', 'elementor_canvas'),
(5349, 878, '_elementor_edit_mode', 'builder'),
(5350, 878, '_elementor_template_type', 'wp-page'),
(5351, 878, '_elementor_version', '3.15.0-dev2'),
(5352, 878, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5353, 878, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5354, 878, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5355, 878, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353319;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5358, 879, '_wp_page_template', 'elementor_canvas'),
(5359, 879, '_elementor_edit_mode', 'builder'),
(5360, 879, '_elementor_template_type', 'wp-page'),
(5361, 879, '_elementor_version', '3.15.0-dev2'),
(5362, 879, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5363, 879, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5364, 879, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5365, 879, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353337;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5366, 880, '_wp_page_template', 'elementor_canvas'),
(5367, 880, '_elementor_edit_mode', 'builder'),
(5368, 880, '_elementor_template_type', 'wp-page'),
(5369, 880, '_elementor_version', '3.15.0-dev2'),
(5370, 880, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5371, 880, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5372, 880, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5373, 880, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353337;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5374, 881, '_wp_page_template', 'elementor_canvas'),
(5375, 881, '_elementor_edit_mode', 'builder'),
(5376, 881, '_elementor_template_type', 'wp-page'),
(5377, 881, '_elementor_version', '3.15.0-dev2'),
(5378, 881, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5379, 881, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[{\"id\":\"0706540\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"resumecv-footer-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5380, 881, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5381, 881, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353337;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5384, 882, '_wp_page_template', 'elementor_canvas'),
(5385, 882, '_elementor_edit_mode', 'builder'),
(5386, 882, '_elementor_template_type', 'wp-page'),
(5387, 882, '_elementor_version', '3.15.0-dev2'),
(5388, 882, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5389, 882, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[{\"id\":\"0706540\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"resumecv-footer-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5390, 882, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5391, 882, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353488;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5392, 883, '_wp_page_template', 'elementor_canvas'),
(5393, 883, '_elementor_edit_mode', 'builder'),
(5394, 883, '_elementor_template_type', 'wp-page'),
(5395, 883, '_elementor_version', '3.15.0-dev2'),
(5396, 883, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5397, 883, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[{\"id\":\"0706540\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"resumecv-footer-1\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5398, 883, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5399, 883, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353488;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5400, 884, '_wp_page_template', 'elementor_canvas'),
(5401, 884, '_elementor_edit_mode', 'builder'),
(5402, 884, '_elementor_template_type', 'wp-page'),
(5403, 884, '_elementor_version', '3.15.0-dev2'),
(5404, 884, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5405, 884, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[{\"id\":\"2f84ada\",\"elType\":\"widget\",\"settings\":{\"source_type\":\"custom\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-post-comments\"}],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5406, 884, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5407, 884, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353488;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5420, 886, '_wp_page_template', 'elementor_canvas'),
(5421, 886, '_elementor_edit_mode', 'builder'),
(5422, 886, '_elementor_template_type', 'wp-page'),
(5423, 886, '_elementor_version', '3.15.0-dev2'),
(5424, 886, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5425, 886, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[{\"id\":\"2f84ada\",\"elType\":\"widget\",\"settings\":{\"source_type\":\"custom\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-post-comments\"}],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5426, 886, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5427, 886, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353654;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5428, 887, '_wp_page_template', 'elementor_canvas'),
(5429, 887, '_elementor_edit_mode', 'builder'),
(5430, 887, '_elementor_template_type', 'wp-page'),
(5431, 887, '_elementor_version', '3.15.0-dev2'),
(5432, 887, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5433, 887, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[{\"id\":\"2f84ada\",\"elType\":\"widget\",\"settings\":{\"source_type\":\"custom\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"ha-post-comments\"}],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5434, 887, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5435, 887, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353654;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5436, 888, '_wp_page_template', 'elementor_canvas'),
(5437, 888, '_elementor_edit_mode', 'builder'),
(5438, 888, '_elementor_template_type', 'wp-page'),
(5439, 888, '_elementor_version', '3.15.0-dev2'),
(5440, 888, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5441, 888, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"c182b94\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"a4e3eea\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"53a7f46\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"50ab7b4\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"},{\"id\":\"1971393\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"crowdfundly-organization\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5442, 888, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5443, 888, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353654;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5446, 889, '_wp_page_template', 'elementor_canvas'),
(5447, 889, '_elementor_edit_mode', 'builder'),
(5448, 889, '_elementor_template_type', 'wp-page'),
(5449, 889, '_elementor_version', '3.15.0-dev2'),
(5450, 889, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5451, 889, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"c182b94\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"a4e3eea\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"53a7f46\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"50ab7b4\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"},{\"id\":\"1971393\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"crowdfundly-organization\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5452, 889, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5453, 889, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353984;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5454, 890, '_wp_page_template', 'elementor_canvas'),
(5455, 890, '_elementor_edit_mode', 'builder'),
(5456, 890, '_elementor_template_type', 'wp-page'),
(5457, 890, '_elementor_version', '3.15.0-dev2'),
(5458, 890, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5459, 890, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"c182b94\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"a4e3eea\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"53a7f46\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"50ab7b4\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"},{\"id\":\"1971393\",\"elType\":\"widget\",\"settings\":{\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"crowdfundly-organization\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a02c0de\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"5cbd8fd\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"644a833\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"591447a9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_13\",\"ekit_all_conditions_list\":[{\"_id\":\"d11829f\"}],\"ekit_section_parallax_multi_items\":[],\"bg_image\":{\"id\":763,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"1c15ac6\",\"repeater_bg_image\":{\"id\":764,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"1d50179\",\"repeater_bg_image\":{\"id\":765,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"}}]},\"elements\":[{\"id\":\"1a6b6697\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"2d1b847\"}]},\"elements\":[],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"64d20bd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ec154e6\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"33fa137\"}]},\"elements\":[],\"isInner\":false}]'),
(5460, 890, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5461, 890, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353984;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5462, 891, '_wp_page_template', 'elementor_canvas'),
(5463, 891, '_elementor_edit_mode', 'builder'),
(5464, 891, '_elementor_template_type', 'wp-page'),
(5465, 891, '_elementor_version', '3.15.0-dev2'),
(5466, 891, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5467, 891, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[{\"id\":\"f7d37a1\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5468, 891, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5469, 891, '_elementor_css', 'a:6:{s:4:\"time\";i:1689353984;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5482, 893, '_wp_page_template', 'elementor_canvas'),
(5483, 893, '_elementor_edit_mode', 'builder'),
(5484, 893, '_elementor_template_type', 'wp-page'),
(5485, 893, '_elementor_version', '3.15.0-dev2'),
(5486, 893, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5487, 893, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[{\"id\":\"f7d37a1\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5488, 893, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5489, 893, '_elementor_css', 'a:6:{s:4:\"time\";i:1689354718;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5490, 894, '_wp_page_template', 'elementor_canvas'),
(5491, 894, '_elementor_edit_mode', 'builder'),
(5492, 894, '_elementor_template_type', 'wp-page'),
(5493, 894, '_elementor_version', '3.15.0-dev2'),
(5494, 894, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5495, 894, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[{\"id\":\"f7d37a1\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5496, 894, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5497, 894, '_elementor_css', 'a:6:{s:4:\"time\";i:1689354718;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5498, 895, '_wp_page_template', 'elementor_canvas'),
(5499, 895, '_elementor_edit_mode', 'builder'),
(5500, 895, '_elementor_template_type', 'wp-page'),
(5501, 895, '_elementor_version', '3.15.0-dev2'),
(5502, 895, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5503, 895, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5504, 895, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:6:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";}}'),
(5505, 895, '_elementor_css', 'a:6:{s:4:\"time\";i:1689354718;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5508, 896, '_wp_page_template', 'elementor_canvas'),
(5509, 896, '_elementor_edit_mode', 'builder'),
(5510, 896, '_elementor_template_type', 'wp-page'),
(5511, 896, '_elementor_version', '3.15.0-dev2'),
(5512, 896, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5513, 896, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5514, 896, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5515, 896, '_elementor_css', 'a:6:{s:4:\"time\";i:1689354859;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5516, 897, '_wp_page_template', 'elementor_canvas'),
(5517, 897, '_elementor_edit_mode', 'builder'),
(5518, 897, '_elementor_template_type', 'wp-page'),
(5519, 897, '_elementor_version', '3.15.0-dev2'),
(5520, 897, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5521, 897, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5522, 897, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5523, 897, '_elementor_css', 'a:6:{s:4:\"time\";i:1689354859;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5524, 898, '_wp_page_template', 'elementor_canvas'),
(5525, 898, '_elementor_edit_mode', 'builder'),
(5526, 898, '_elementor_template_type', 'wp-page'),
(5527, 898, '_elementor_version', '3.15.0-dev2'),
(5528, 898, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5529, 898, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5530, 898, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5531, 898, '_elementor_css', 'a:6:{s:4:\"time\";i:1689354859;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5534, 899, '_wp_page_template', 'elementor_canvas'),
(5535, 899, '_elementor_edit_mode', 'builder'),
(5536, 899, '_elementor_template_type', 'wp-page'),
(5537, 899, '_elementor_version', '3.15.0-dev2'),
(5538, 899, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5539, 899, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5540, 899, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5541, 899, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355456;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5542, 900, '_wp_page_template', 'elementor_canvas'),
(5543, 900, '_elementor_edit_mode', 'builder'),
(5544, 900, '_elementor_template_type', 'wp-page'),
(5545, 900, '_elementor_version', '3.15.0-dev2'),
(5546, 900, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5547, 900, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5548, 900, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5549, 900, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355456;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5550, 901, '_wp_page_template', 'elementor_canvas'),
(5551, 901, '_elementor_edit_mode', 'builder'),
(5552, 901, '_elementor_template_type', 'wp-page'),
(5553, 901, '_elementor_version', '3.15.0-dev2'),
(5554, 901, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5555, 901, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5556, 901, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5557, 901, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355456;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5560, 902, '_wp_page_template', 'elementor_canvas'),
(5561, 902, '_elementor_edit_mode', 'builder'),
(5562, 902, '_elementor_template_type', 'wp-page'),
(5563, 902, '_elementor_version', '3.15.0-dev2'),
(5564, 902, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5565, 902, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5566, 902, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5567, 902, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355499;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5568, 903, '_wp_page_template', 'elementor_canvas'),
(5569, 903, '_elementor_edit_mode', 'builder'),
(5570, 903, '_elementor_template_type', 'wp-page'),
(5571, 903, '_elementor_version', '3.15.0-dev2'),
(5572, 903, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5573, 903, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5574, 903, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5575, 903, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355499;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5576, 904, '_wp_page_template', 'elementor_canvas'),
(5577, 904, '_elementor_edit_mode', 'builder'),
(5578, 904, '_elementor_template_type', 'wp-page'),
(5579, 904, '_elementor_version', '3.15.0-dev2'),
(5580, 904, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5581, 904, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5582, 904, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5583, 904, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355499;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5586, 905, '_wp_page_template', 'elementor_canvas'),
(5587, 905, '_elementor_edit_mode', 'builder'),
(5588, 905, '_elementor_template_type', 'wp-page'),
(5589, 905, '_elementor_version', '3.15.0-dev2'),
(5590, 905, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5591, 905, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5592, 905, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5593, 905, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355582;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5594, 906, '_wp_page_template', 'elementor_canvas'),
(5595, 906, '_elementor_edit_mode', 'builder'),
(5596, 906, '_elementor_template_type', 'wp-page'),
(5597, 906, '_elementor_version', '3.15.0-dev2'),
(5598, 906, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5599, 906, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5600, 906, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5601, 906, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355582;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5602, 907, '_wp_page_template', 'elementor_canvas'),
(5603, 907, '_elementor_edit_mode', 'builder'),
(5604, 907, '_elementor_template_type', 'wp-page'),
(5605, 907, '_elementor_version', '3.15.0-dev2'),
(5606, 907, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5607, 907, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5608, 907, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5609, 907, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355582;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5612, 908, '_wp_page_template', 'elementor_canvas'),
(5613, 908, '_elementor_edit_mode', 'builder'),
(5614, 908, '_elementor_template_type', 'wp-page'),
(5615, 908, '_elementor_version', '3.15.0-dev2'),
(5616, 908, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5617, 908, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5618, 908, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5619, 908, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355701;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5620, 909, '_wp_page_template', 'elementor_canvas'),
(5621, 909, '_elementor_edit_mode', 'builder'),
(5622, 909, '_elementor_template_type', 'wp-page'),
(5623, 909, '_elementor_version', '3.15.0-dev2'),
(5624, 909, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5625, 909, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5626, 909, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5627, 909, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355701;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5628, 910, '_wp_page_template', 'elementor_canvas'),
(5629, 910, '_elementor_edit_mode', 'builder'),
(5630, 910, '_elementor_template_type', 'wp-page'),
(5631, 910, '_elementor_version', '3.15.0-dev2'),
(5632, 910, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5633, 910, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5634, 910, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5635, 910, '_elementor_css', 'a:6:{s:4:\"time\";i:1689355701;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5648, 912, '_wp_page_template', 'elementor_canvas'),
(5649, 912, '_elementor_edit_mode', 'builder'),
(5650, 912, '_elementor_template_type', 'wp-page'),
(5651, 912, '_elementor_version', '3.15.0-dev2'),
(5652, 912, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5653, 912, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5654, 912, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5655, 912, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356149;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5656, 913, '_wp_page_template', 'elementor_canvas'),
(5657, 913, '_elementor_edit_mode', 'builder'),
(5658, 913, '_elementor_template_type', 'wp-page'),
(5659, 913, '_elementor_version', '3.15.0-dev2'),
(5660, 913, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5661, 913, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5662, 913, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5663, 913, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356149;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5664, 914, '_wp_page_template', 'elementor_canvas'),
(5665, 914, '_elementor_edit_mode', 'builder'),
(5666, 914, '_elementor_template_type', 'wp-page'),
(5667, 914, '_elementor_version', '3.15.0-dev2'),
(5668, 914, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5669, 914, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5670, 914, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5671, 914, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356149;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5674, 915, '_wp_page_template', 'elementor_canvas'),
(5675, 915, '_elementor_edit_mode', 'builder'),
(5676, 915, '_elementor_template_type', 'wp-page'),
(5677, 915, '_elementor_version', '3.15.0-dev2'),
(5678, 915, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5679, 915, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5680, 915, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5681, 915, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356207;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5682, 916, '_wp_page_template', 'elementor_canvas'),
(5683, 916, '_elementor_edit_mode', 'builder'),
(5684, 916, '_elementor_template_type', 'wp-page'),
(5685, 916, '_elementor_version', '3.15.0-dev2'),
(5686, 916, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5687, 916, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}]},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5688, 916, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5689, 916, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356207;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5690, 917, '_wp_page_template', 'elementor_canvas'),
(5691, 917, '_elementor_edit_mode', 'builder'),
(5692, 917, '_elementor_template_type', 'wp-page'),
(5693, 917, '_elementor_version', '3.15.0-dev2'),
(5694, 917, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5695, 917, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5696, 917, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5697, 917, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356207;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5700, 918, '_wp_page_template', 'elementor_canvas'),
(5701, 918, '_elementor_edit_mode', 'builder'),
(5702, 918, '_elementor_template_type', 'wp-page'),
(5703, 918, '_elementor_version', '3.15.0-dev2'),
(5704, 918, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5705, 918, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5706, 918, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5707, 918, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356245;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5708, 919, '_wp_page_template', 'elementor_canvas'),
(5709, 919, '_elementor_edit_mode', 'builder'),
(5710, 919, '_elementor_template_type', 'wp-page'),
(5711, 919, '_elementor_version', '3.15.0-dev2'),
(5712, 919, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5713, 919, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5714, 919, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5715, 919, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356245;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5716, 920, '_wp_page_template', 'elementor_canvas'),
(5717, 920, '_elementor_edit_mode', 'builder'),
(5718, 920, '_elementor_template_type', 'wp-page'),
(5719, 920, '_elementor_version', '3.15.0-dev2'),
(5720, 920, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5721, 920, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5722, 920, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5723, 920, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356245;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5726, 921, 'wpd_form_custom_css', ''),
(5727, 921, 'wpdiscuz_form_general_options', 'a:16:{s:4:\"lang\";s:5:\"en_US\";s:25:\"roles_cannot_see_comments\";a:0:{}s:22:\"guest_can_see_comments\";i:1;s:20:\"roles_cannot_comment\";a:0:{}s:17:\"guest_can_comment\";i:1;s:21:\"show_subscription_bar\";i:1;s:18:\"header_text_single\";s:7:\"Comment\";s:18:\"header_text_plural\";s:8:\"Comments\";s:24:\"wpdiscuz_form_post_types\";a:3:{s:4:\"post\";s:4:\"post\";s:10:\"attachment\";s:10:\"attachment\";s:4:\"page\";s:4:\"page\";}s:6:\"postid\";s:0:\"\";s:12:\"postidsArray\";a:0:{}s:5:\"theme\";s:74:\"/home/u8620162/public_html/demo/wp-content/plugins/wpdiscuz/themes/default\";s:6:\"layout\";i:1;s:18:\"enable_post_rating\";i:1;s:17:\"post_rating_title\";s:14:\"Article Rating\";s:25:\"allow_guests_rate_on_post\";i:1;}'),
(5728, 921, 'wpdiscuz_form_structure', 'a:1:{s:19:\"wpd_form_row_wrap_0\";a:5:{s:11:\"column_type\";s:3:\"two\";s:9:\"row_order\";i:0;s:7:\"default\";i:1;s:4:\"left\";a:3:{s:7:\"wc_name\";a:5:{s:4:\"type\";s:35:\"wpdFormAttr\\Field\\DefaultField\\Name\";s:4:\"name\";s:4:\"Name\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-user\";s:8:\"required\";s:1:\"1\";}s:8:\"wc_email\";a:5:{s:4:\"type\";s:36:\"wpdFormAttr\\Field\\DefaultField\\Email\";s:4:\"name\";s:5:\"Email\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:9:\"fas fa-at\";s:8:\"required\";s:1:\"1\";}s:10:\"wc_website\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Website\";s:4:\"name\";s:7:\"Website\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-link\";s:6:\"enable\";s:1:\"1\";}}s:5:\"right\";a:2:{s:10:\"wc_captcha\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Captcha\";s:4:\"name\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:15:\"show_for_guests\";s:1:\"0\";s:14:\"show_for_users\";s:1:\"0\";}s:6:\"submit\";a:2:{s:4:\"type\";s:37:\"wpdFormAttr\\Field\\DefaultField\\Submit\";s:4:\"name\";s:12:\"Post Comment\";}}}}'),
(5729, 921, 'wpdiscuz_form_fields', 'a:5:{s:7:\"wc_name\";a:5:{s:4:\"type\";s:35:\"wpdFormAttr\\Field\\DefaultField\\Name\";s:4:\"name\";s:4:\"Name\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-user\";s:8:\"required\";s:1:\"1\";}s:8:\"wc_email\";a:5:{s:4:\"type\";s:36:\"wpdFormAttr\\Field\\DefaultField\\Email\";s:4:\"name\";s:5:\"Email\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:9:\"fas fa-at\";s:8:\"required\";s:1:\"1\";}s:10:\"wc_website\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Website\";s:4:\"name\";s:7:\"Website\";s:4:\"desc\";s:0:\"\";s:4:\"icon\";s:11:\"fas fa-link\";s:6:\"enable\";s:1:\"1\";}s:10:\"wc_captcha\";a:5:{s:4:\"type\";s:38:\"wpdFormAttr\\Field\\DefaultField\\Captcha\";s:4:\"name\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:15:\"show_for_guests\";s:1:\"0\";s:14:\"show_for_users\";s:1:\"0\";}s:6:\"submit\";a:2:{s:4:\"type\";s:37:\"wpdFormAttr\\Field\\DefaultField\\Submit\";s:4:\"name\";s:12:\"Post Comment\";}}'),
(5730, 921, '_edit_lock', '1689358978:1'),
(5731, 922, '_wp_page_template', 'elementor_canvas'),
(5732, 922, '_elementor_edit_mode', 'builder'),
(5733, 922, '_elementor_template_type', 'wp-page'),
(5734, 922, '_elementor_version', '3.15.0-dev2'),
(5735, 922, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5736, 922, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5737, 922, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5738, 922, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356300;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5739, 923, '_wp_page_template', 'elementor_canvas'),
(5740, 923, '_elementor_edit_mode', 'builder'),
(5741, 923, '_elementor_template_type', 'wp-page'),
(5742, 923, '_elementor_version', '3.15.0-dev2'),
(5743, 923, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5744, 923, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5745, 923, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5746, 923, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356300;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5747, 924, '_wp_page_template', 'elementor_canvas'),
(5748, 924, '_elementor_edit_mode', 'builder'),
(5749, 924, '_elementor_template_type', 'wp-page'),
(5750, 924, '_elementor_version', '3.15.0-dev2'),
(5751, 924, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5752, 924, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Submit\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5753, 924, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5754, 924, '_elementor_css', 'a:6:{s:4:\"time\";i:1689356300;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5757, 925, '_wp_attached_file', '2023/07/testimoni-85-2.jpg'),
(5758, 925, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2023/07/testimoni-85-2.jpg\";s:8:\"filesize\";i:42654;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"testimoni-85-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8132;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"testimoni-85-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"testimoni-85-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:3997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"testimoni-85-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25316;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:26:\"testimoni-85-2-330x190.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5630;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:27:\"testimoni-85-2-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23795;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:26:\"testimoni-85-2-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21958;}s:9:\"card-list\";a:5:{s:4:\"file\";s:26:\"testimoni-85-2-600x700.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(5759, 926, '_wp_page_template', 'elementor_canvas'),
(5760, 926, '_elementor_edit_mode', 'builder'),
(5761, 926, '_elementor_template_type', 'wp-page'),
(5762, 926, '_elementor_version', '3.15.0-dev2'),
(5763, 926, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5764, 926, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Submit\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5765, 926, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5766, 926, '_elementor_css', 'a:6:{s:4:\"time\";i:1689358315;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5767, 927, '_wp_page_template', 'elementor_canvas'),
(5768, 927, '_elementor_edit_mode', 'builder'),
(5769, 927, '_elementor_template_type', 'wp-page'),
(5770, 927, '_elementor_version', '3.15.0-dev2'),
(5771, 927, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5772, 927, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/31199-middle.png\",\"id\":491,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Submit\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5773, 927, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5774, 927, '_elementor_css', 'a:6:{s:4:\"time\";i:1689358315;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5775, 928, '_wp_page_template', 'elementor_canvas'),
(5776, 928, '_elementor_edit_mode', 'builder'),
(5777, 928, '_elementor_template_type', 'wp-page'),
(5778, 928, '_elementor_version', '3.15.0-dev2'),
(5779, 928, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5780, 928, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Submit\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5781, 928, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5782, 928, '_elementor_css', 'a:6:{s:4:\"time\";i:1689358315;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5785, 366, '_raratheme_view_count', '3'),
(5786, 366, 'mp_post_post_viewed', '3'),
(5787, 366, 'mp_post_view_time', '2023-07-14'),
(5788, 366, 'mp_post_week_viewed', '3'),
(5789, 366, 'mpd_my_post_viewed', '3'),
(5790, 929, '_wp_page_template', 'elementor_canvas'),
(5791, 929, '_elementor_edit_mode', 'builder'),
(5792, 929, '_elementor_template_type', 'wp-page'),
(5793, 929, '_elementor_version', '3.15.0-dev2'),
(5794, 929, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5795, 929, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Submit\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5796, 929, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5797, 929, '_elementor_css', 'a:6:{s:4:\"time\";i:1689358476;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5798, 930, '_wp_page_template', 'elementor_canvas'),
(5799, 930, '_elementor_edit_mode', 'builder'),
(5800, 930, '_elementor_template_type', 'wp-page'),
(5801, 930, '_elementor_version', '3.15.0-dev2'),
(5802, 930, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5803, 930, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"77f0069\",\"elType\":\"widget\",\"settings\":{\"eael_testimonial_name\":\"John Doe\",\"eael_testimonial_company_title\":\"Codetic\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"eael-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Submit\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5804, 930, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5805, 930, '_elementor_css', 'a:6:{s:4:\"time\";i:1689358476;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5806, 931, '_wp_page_template', 'elementor_canvas'),
(5807, 931, '_elementor_edit_mode', 'builder'),
(5808, 931, '_elementor_template_type', 'wp-page'),
(5809, 931, '_elementor_version', '3.15.0-dev2'),
(5810, 931, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5811, 931, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Kirim\",\"submit_button_bg_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5812, 931, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5813, 931, '_elementor_css', 'a:6:{s:4:\"time\";i:1689358476;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5826, 933, '_wp_page_template', 'elementor_canvas'),
(5827, 933, '_elementor_edit_mode', 'builder'),
(5828, 933, '_elementor_template_type', 'wp-page'),
(5829, 933, '_elementor_version', '3.15.0-dev2'),
(5830, 933, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5831, 933, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Kirim\",\"submit_button_bg_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5832, 933, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5833, 933, '_elementor_css', 'a:6:{s:4:\"time\";i:1689359922;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5834, 934, '_wp_page_template', 'elementor_canvas'),
(5835, 934, '_elementor_edit_mode', 'builder'),
(5836, 934, '_elementor_template_type', 'wp-page'),
(5837, 934, '_elementor_version', '3.15.0-dev2'),
(5838, 934, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5839, 934, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"},{\"id\":\"f6acba4\",\"elType\":\"widget\",\"settings\":{\"comments_text_1\":\"Comment\",\"comments_text_2\":\"Comments\",\"comments_navigation_arrows\":\"yes\",\"comments_navigation_numbers\":\"yes\",\"comment_form_title\":\"Leave a Reply\",\"comment_form_website\":\"\",\"comment_form_submit_text\":\"Kirim\",\"submit_button_bg_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-post-comments\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5840, 934, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5841, 934, '_elementor_css', 'a:6:{s:4:\"time\";i:1689359922;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5842, 935, '_wp_page_template', 'elementor_canvas'),
(5843, 935, '_elementor_edit_mode', 'builder'),
(5844, 935, '_elementor_template_type', 'wp-page'),
(5845, 935, '_elementor_version', '3.15.0-dev2'),
(5846, 935, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5847, 935, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5848, 935, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5849, 935, '_elementor_css', 'a:6:{s:4:\"time\";i:1689359922;s:5:\"fonts\";a:4:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:9:\"Open Sans\";i:4;s:7:\"Raleway\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5852, 936, '_wp_attached_file', '2023/07/placeholder-1.png'),
(5853, 936, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-1-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-1-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5854, 936, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5855, 937, '_wp_attached_file', '2023/07/placeholder-2.png'),
(5856, 937, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-2.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-2-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-2-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-2-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5857, 937, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5858, 938, '_wp_attached_file', '2023/07/placeholder-3.png'),
(5859, 938, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-3.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-3-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-3-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-3-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5860, 938, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5861, 939, '_wp_attached_file', '2023/07/placeholder-5.png'),
(5862, 939, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-5.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-5-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-5-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-5-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-5-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-5-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-5-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5863, 939, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5864, 940, '_wp_attached_file', '2023/07/placeholder-6.png'),
(5865, 940, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-6.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-6-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-6-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-6-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-6-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-6-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-6-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-6-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5866, 940, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5867, 941, '_wp_attached_file', '2023/07/placeholder-7.png'),
(5868, 941, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-7.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-7-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-7-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-7-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-7-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-7-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-7-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-7-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5869, 941, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5870, 942, '_wp_page_template', 'elementor_canvas'),
(5871, 942, '_elementor_edit_mode', 'builder'),
(5872, 942, '_elementor_template_type', 'wp-page'),
(5873, 942, '_elementor_version', '3.15.0-dev2'),
(5874, 942, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5875, 942, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5876, 942, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5877, 942, '_elementor_css', 'a:6:{s:4:\"time\";i:1689359989;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5878, 943, '_wp_page_template', 'elementor_canvas'),
(5879, 943, '_elementor_edit_mode', 'builder'),
(5880, 943, '_elementor_template_type', 'wp-page'),
(5881, 943, '_elementor_version', '3.15.0-dev2'),
(5882, 943, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5883, 943, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}]'),
(5884, 943, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5885, 943, '_elementor_css', 'a:6:{s:4:\"time\";i:1689359989;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5886, 944, '_wp_page_template', 'elementor_canvas'),
(5887, 944, '_elementor_edit_mode', 'builder'),
(5888, 944, '_elementor_template_type', 'wp-page'),
(5889, 944, '_elementor_version', '3.15.0-dev2'),
(5890, 944, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5891, 944, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5892, 944, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5893, 944, '_elementor_css', 'a:6:{s:4:\"time\";i:1689359989;s:5:\"fonts\";a:2:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";}s:5:\"icons\";a:3:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5896, 945, '_wp_attached_file', '2023/07/26b.jpg'),
(5897, 945, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:525;s:6:\"height\";i:332;s:4:\"file\";s:15:\"2023/07/26b.jpg\";s:8:\"filesize\";i:37969;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"26b-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"26b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5952;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:15:\"26b-330x190.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13094;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5898, 945, '_elementor_source_image_hash', '6392ef4d6bcc0990a8a1213354c6721e2185aedd'),
(5899, 946, '_wp_attached_file', '2023/07/placeholder-8.png'),
(5900, 946, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-8.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-8-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-8-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-8-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-8-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-8-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-8-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-8-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5901, 946, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5902, 947, '_wp_attached_file', '2023/07/placeholder-9.png'),
(5903, 947, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/07/placeholder-9.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-9-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-9-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-9-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:25:\"placeholder-9-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:26:\"placeholder-9-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:25:\"placeholder-9-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:25:\"placeholder-9-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5904, 947, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5905, 948, '_wp_attached_file', '2023/07/placeholder-10.png'),
(5906, 948, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/07/placeholder-10.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-10-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-10-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-10-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:22:\"post-slider-thumb-size\";a:5:{s:4:\"file\";s:26:\"placeholder-10-330x190.png\";s:5:\"width\";i:330;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4239;}s:9:\"slider-bg\";a:5:{s:4:\"file\";s:27:\"placeholder-10-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15125;}s:9:\"card-grid\";a:5:{s:4:\"file\";s:26:\"placeholder-10-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:9:\"card-list\";a:5:{s:4:\"file\";s:26:\"placeholder-10-600x700.png\";s:5:\"width\";i:600;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5907, 948, '_elementor_source_image_hash', '56b99b159b4337c5beea45ea181342422e4f93c8'),
(5918, 950, '_wp_page_template', 'elementor_canvas'),
(5919, 950, '_elementor_edit_mode', 'builder'),
(5920, 950, '_elementor_template_type', 'wp-page'),
(5921, 950, '_elementor_version', '3.15.0-dev2'),
(5922, 950, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5923, 950, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5924, 950, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5925, 950, '_elementor_css', 'a:6:{s:4:\"time\";i:1689360888;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:3;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5926, 951, '_wp_page_template', 'elementor_canvas'),
(5927, 951, '_elementor_edit_mode', 'builder'),
(5928, 951, '_elementor_template_type', 'wp-page'),
(5929, 951, '_elementor_version', '3.15.0-dev2'),
(5930, 951, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5931, 951, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5932, 951, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5933, 951, '_elementor_css', 'a:6:{s:4:\"time\";i:1689360888;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:3;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5934, 952, '_wp_page_template', 'elementor_canvas'),
(5935, 952, '_elementor_edit_mode', 'builder'),
(5936, 952, '_elementor_template_type', 'wp-page'),
(5937, 952, '_elementor_version', '3.15.0-dev2'),
(5938, 952, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5939, 952, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5315fd\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ea3e19a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d8dddbc\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"0f7061b\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"624829f\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"dec2696\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5940, 952, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5941, 952, '_elementor_css', 'a:6:{s:4:\"time\";i:1689360888;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:3;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5944, 953, '_wp_page_template', 'elementor_canvas'),
(5945, 953, '_elementor_edit_mode', 'builder'),
(5946, 953, '_elementor_template_type', 'wp-page'),
(5947, 953, '_elementor_version', '3.15.0-dev2'),
(5948, 953, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5949, 953, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5315fd\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ea3e19a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d8dddbc\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"0f7061b\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"624829f\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"dec2696\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5950, 953, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5951, 953, '_elementor_css', 'a:6:{s:4:\"time\";i:1689360961;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5952, 954, '_wp_page_template', 'elementor_canvas'),
(5953, 954, '_elementor_edit_mode', 'builder'),
(5954, 954, '_elementor_template_type', 'wp-page'),
(5955, 954, '_elementor_version', '3.15.0-dev2'),
(5956, 954, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5957, 954, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5315fd\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"ea3e19a\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"d8dddbc\"}]},\"elements\":[],\"isInner\":false},{\"id\":\"0f7061b\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"624829f\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"dec2696\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":68.439},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5958, 954, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5959, 954, '_elementor_css', 'a:6:{s:4:\"time\";i:1689360961;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5960, 955, '_wp_page_template', 'elementor_canvas'),
(5961, 955, '_elementor_edit_mode', 'builder'),
(5962, 955, '_elementor_template_type', 'wp-page'),
(5963, 955, '_elementor_version', '3.15.0-dev2'),
(5964, 955, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5965, 955, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0562c28\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"b273129\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"ae20483\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"938a511\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49.902},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5966, 955, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5967, 955, '_elementor_css', 'a:6:{s:4:\"time\";i:1689360961;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5970, 956, '_wp_page_template', 'elementor_canvas'),
(5971, 956, '_elementor_edit_mode', 'builder'),
(5972, 956, '_elementor_template_type', 'wp-page'),
(5973, 956, '_elementor_version', '3.15.0-dev2'),
(5974, 956, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5975, 956, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0562c28\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"b273129\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"ae20483\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"938a511\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49.902},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5976, 956, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5977, 956, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361154;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:5;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5978, 957, '_wp_page_template', 'elementor_canvas'),
(5979, 957, '_elementor_edit_mode', 'builder'),
(5980, 957, '_elementor_template_type', 'wp-page'),
(5981, 957, '_elementor_version', '3.15.0-dev2'),
(5982, 957, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5983, 957, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0562c28\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"dynamic\":{\"active\":true},\"_id\":\"b273129\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"ae20483\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"938a511\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Send\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"admin@dev.unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"email@demo.unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"email@demo.unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49.902},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5984, 957, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5985, 957, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361154;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:5;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5986, 958, '_wp_page_template', 'elementor_canvas'),
(5987, 958, '_elementor_edit_mode', 'builder'),
(5988, 958, '_elementor_template_type', 'wp-page'),
(5989, 958, '_elementor_version', '3.15.0-dev2'),
(5990, 958, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5991, 958, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49.902},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(5992, 958, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(5993, 958, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361154;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:5;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5996, 959, '_wp_page_template', 'elementor_canvas'),
(5997, 959, '_elementor_edit_mode', 'builder'),
(5998, 959, '_elementor_template_type', 'wp-page'),
(5999, 959, '_elementor_version', '3.15.0-dev2'),
(6000, 959, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6001, 959, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49.902},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6002, 959, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(6003, 959, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361183;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6004, 960, '_wp_page_template', 'elementor_canvas'),
(6005, 960, '_elementor_edit_mode', 'builder'),
(6006, 960, '_elementor_template_type', 'wp-page'),
(6007, 960, '_elementor_version', '3.15.0-dev2'),
(6008, 960, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6009, 960, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"32eeb398\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":945,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/26b.jpg\"},\"image_size\":\"full\",\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"cad4928\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"699fddc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to dop us a line\",\"title_color\":\"#242424\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"df52dcf\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c8221e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus.\\u00a0<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_color\":\"#242424\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"840bf12\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"632a25cf\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#242424\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"button_background_hover_color\":\"#745cf9\",\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"9efac18\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dc8f78\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0873c7\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"12b467f\"}]},\"elements\":[{\"id\":\"0cb62d7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":49.902},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"a0a5957\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"55c9abf\"}],\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"7232a2b\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Tittle\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Kepala Desa\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"f7526e4\",\"testimonial_content\":\"<p>lorem ipsum<\\/p>\"}],\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"testimonial_amount\":\"1\",\"testimonial_rating_style\":\"style_1\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"7e216f1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":\"50\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"f0a951b\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"b9a44e6\"}]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6010, 960, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(6011, 960, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361183;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6012, 961, '_wp_page_template', 'elementor_canvas'),
(6013, 961, '_elementor_edit_mode', 'builder'),
(6014, 961, '_elementor_template_type', 'wp-page'),
(6015, 961, '_elementor_version', '3.15.0-dev2'),
(6016, 961, '_elementor_page_settings', 'a:5:{s:14:\"ha_grid_number\";s:0:\"\";s:14:\"ha_grid_zindex\";s:4:\"1000\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:25:\"eael_ext_reading_progress\";s:3:\"yes\";s:25:\"eael_ext_table_of_content\";s:0:\"\";}');
INSERT INTO `wp0o_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6017, 961, '_elementor_data', '[{\"id\":\"6c727635\",\"elType\":\"section\",\"settings\":{\"bg_image\":{\"id\":707,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"fcce697\",\"repeater_bg_image\":{\"id\":708,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"e414922\",\"repeater_bg_image\":{\"id\":709,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"}}]},\"elements\":[{\"id\":\"6bc581ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"48097013\",\"elType\":\"widget\",\"settings\":{\"mgab_about_title\":\"\",\"mg_member_name\":\"H. Mulya Suryadi, S.Pd., M.Kom.\",\"mg_member_designation\":\"Caleg DPRD Kab. Sumedang\",\"mg_member_desc\":\"Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\",\"mg_memeber_icon_list\":[{\"_id\":\"8798a2c\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"}},{\"_id\":\"ac9cd4f\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"_id\":\"e878228\",\"mgab_social_selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"}}],\"all_basic_style\":\"style2\",\"mg_member_title_tag\":\"h1\",\"profile_img\":{\"id\":251,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0048.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_imgbg_image\":{\"id\":276,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/3-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"mgab_sign_image\":{\"id\":\"\",\"url\":\"\"},\"mgab_round_img_width\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_round_img_height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"mgab_img_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"mgab_img_border_width\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"mgab_img_border_color\":\"#9BAFC7\",\"mgab_sign_img_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"mg_member_name_typography_typography\":\"custom\",\"mg_member_name_typography_font_family\":\"Rajdhani\",\"mg_member_name_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mg_member_name_typography_font_weight\":\"800\",\"mgab_description_color\":\"#74788F\",\"mgab_description_typography_typography\":\"custom\",\"mgab_description_typography_font_family\":\"Nunito\",\"mgab_description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mgab_description_typography_font_weight\":\"500\",\"mgab_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mgab_icon_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mgab_icon_border_color\":\"#0CDA31\",\"mgab_icon_hborder_color\":\"#F8F8F8\",\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFFF5\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(193.30672258979206, 180.51358695652172, 228.74999999999997, 0.63)\"},\"thumbnail_size\":\"full\",\"mgab_img_auto_height\":\"yes\",\"mgab_designation_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"designation_typography_typography\":\"custom\",\"designation_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"mgab_icon_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"mgabout_widget\"},{\"id\":\"5680f37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77475af9\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"My Resume\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6642d197\",\"elType\":\"widget\",\"settings\":{\"mgtab_items\":[{\"mgtab_title\":\"Education\",\"mgtab_content\":\"<ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SDN PANYINGKIRAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMPN 1 SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SMAN TANJUNGSARI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S1 PENDIDIKAN BAHASA INDONESIA \\u2013 STKIP 11 APRIL (UNSAP)<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S2 TEKNIK INFORMATIKA \\u2013 STTI BENARIF JAKARTA<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)<\\/span><\\/li><\\/ul>\",\"mgtab_is_open\":\"yes\",\"_id\":\"44891dd\"},{\"mgtab_title\":\"Experience\",\"mgtab_content\":\"<p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2000 - 2010<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">WAKIL KETUA II STIE SEBELAS APRIL<\\/span><\\/li><li>WAKIL KETUA III STMIK SUMEDANG<\\/li><\\/ul><p><strong><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">2010 - present<\\/span><\\/strong><\\/p><ul><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">SEKERTARIS YAYASAN PENDIDIKAN KORPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YASPRI<\\/span><\\/li><li><span class=\\\"WdYUQQ text-decoration-none text-strikethrough-none\\\">PEMBINA YPSA Sumedang<\\/span><\\/li><\\/ul>\",\"_id\":\"0c64588\"}],\"mgtab_style\":\"2\",\"mgtab_full_width\":\"yes\",\"mgtab_icon_position\":\"right\",\"mgtab_wrapper_bg_background\":\"classic\",\"mgtab_wrapper_bg_color\":\"#000000\",\"mgtab_content_background_background\":\"classic\",\"mgtab_content_background_color\":\"#0A2A15\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"mg_tabs\"},{\"id\":\"09477c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a4566aa\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Area Relawan\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"7a68265\",\"elType\":\"widget\",\"settings\":{\"mg_cta_styles\":\"style2\",\"mg_cta_title\":\"Satu Tujuan\",\"mg_cta_highlight\":\"MULYA\",\"mg_cta_desc\":\"Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.\",\"mgctaborder_show\":\"\",\"mgcla_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"thumbnail_size\":\"full\",\"mg_flip_btn_title\":\"DAFTAR RELAWAN!\",\"mgcta_btn_content_align\":\"flex-start\",\"mg_flip_btn_selected_icon\":{\"value\":\"hm hm-User-Circle\",\"library\":\"happy-icons\"},\"mg_flip_btn2_title\":\"VIEW DEALS\",\"mg_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"mg_overly_css_filters_css_filter\":\"custom\",\"mg_cta_img_auto_height\":\"\",\"mglca_image_height\":{\"unit\":\"px\",\"size\":528,\"sizes\":[]},\"mg_cta_img_padding\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true},\"mg_cta_highlight_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\",\"_mask_size\":\"custom\"},\"elements\":[],\"widgetType\":\"mgcall_to_action_widget\"},{\"id\":\"92c9d31\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Galleri\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1b04bb9\",\"elType\":\"widget\",\"settings\":{\"eael_fg_items_to_show\":6,\"eael_fg_filter_duration\":500,\"eael_fg_grid_item_height\":\"300\",\"eael_fg_not_found_text\":\"No Items Found\",\"eael_section_fg_full_image_clickable\":\"yes\",\"eael_fg_all_label_text\":\"All\",\"eael_fg_controls\":[{\"eael_fg_control\":\"VIDEO\",\"_id\":\"e879cfc\",\"eael_fg_control_custom_id\":\"\",\"eael_fg_custom_label\":\"\"}],\"eael_fg_gallery_items\":[{\"eael_fg_gallery_item_name\":\"JOIN US UNSAP!\",\"_id\":\"0dd7b1f\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0047.jpg\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0044.jpg\",\"id\":247,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"7dd4b57\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0042.jpg\",\"id\":245,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f24eae0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0041.jpg\",\"id\":244,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5d586d2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0039.jpg\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"8589fc0\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0027.jpg\",\"id\":230,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"af5b9b2\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0031.jpg\",\"id\":234,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f16dad7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0034.jpg\",\"id\":237,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"23343b7\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0033.jpg\",\"id\":236,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a841941\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0051.jpg\",\"id\":254,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"a12d514\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0038.jpg\",\"id\":241,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"bd6deff\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0037.jpg\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"f14437e\"},{\"eael_fg_gallery_item_name\":\"\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/www.youtube.com\\/watch?v=kB4U67tiQLA\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0036.jpg\",\"id\":239,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"75ef511\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0006.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"9499969\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0005.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"54f688a\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0004.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"1bf1fdf\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0003.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5f1f7fd\"},{\"eael_fg_gallery_item_name\":\"VIDEO\",\"fg_video_gallery_switch\":\"true\",\"eael_fg_gallery_item_video_link\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/VID-20230707-WA0002.mp4\",\"eael_fg_gallery_control_name\":\"VIDEO\",\"fg_item_price\":\"$20.00\",\"fg_item_ratings\":\"5\",\"fg_item_cat\":\"Essential Addons\",\"eael_fg_gallery_item_content\":\"\",\"eael_fg_gallery_img\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/IMG-20230707-WA0050.jpg\",\"id\":253,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"eael_fg_gallery_link\":\"\",\"_id\":\"5167004\"}],\"pagination\":\"yes\",\"images_per_page\":6,\"load_more_text\":\"Load More\",\"nomore_items_text\":\"No more items!\",\"load_more_icon_new\":{\"value\":\"fas fa-arrow-circle-down\",\"library\":\"fa-solid\"},\"eael_fg_bg_color\":\"\",\"eael_fg_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"#C6C8C7\"},\"eael_fg_control_normal_text_color\":\"#FFFFFF\",\"eael_fg_control_normal_bg_color\":\"#0C5E26\",\"eael_fg_video_item_icon_hover_scale\":\"1.1\",\"fg_sf_placeholder\":\"Search Gallery Item...\",\"load_more_button_bg_color_normal\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"eael-filterable-gallery\"},{\"id\":\"88264a0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2edd8fb\",\"elType\":\"widget\",\"settings\":{\"sub_title\":\"\",\"title\":\"Side increase \",\"focused_title\":\"Style\",\"extra_title\":\"\",\"title_align\":\"center\",\"sub_title_typography_typography\":\"custom\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title\":\"Tulis Dukunganmu\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p class=\\\"text-black\\\">Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.<\\/p>\",\"ekit_heading_title_color\":\"#020101\",\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_title_align\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"3735eee\"}],\"ekit_heading_seperator_image\":{\"id\":757,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-635.png\"},\"show_title_border\":\"\",\"show_shadow_text\":\"\",\"ekit_heading_seperator_style\":\"elementskit-border-divider ekit-dotted\",\"ekit_heading_seperator_color\":\"#0C5E26\",\"ha_floating_fx\":\"yes\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51991297\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"f149831\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":946,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"97294d0\",\"repeater_bg_image\":{\"id\":947,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"9b95978\",\"repeater_bg_image\":{\"id\":948,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"}}]},\"elements\":[{\"id\":\"159e12be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"285d6c6\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c2f813\",\"elType\":\"widget\",\"settings\":{\"testimonial_items\":[{\"testimonial_image\":{\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/testimoni-85-2.jpg\",\"id\":925,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"testimonial_title\":\"Awesome Theme\",\"testimonial_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\u00a0<\\/p>\",\"testimonial_author\":\"John Doe\",\"testimonial_job\":\"Sony CEO\",\"testimonial_date\":\"7 Days Ago\",\"social_icon_1\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"social_icon_2\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"social_icon_3\":{\"value\":\"fab fa-pinterest-p\",\"library\":\"fa-brands\"},\"_id\":\"a629108\"}],\"testimonial_slides_to_scroll\":1,\"testimonial_rating_style\":\"style_1\",\"nav_color\":\"#0C5E26\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"wpr-testimonial\"}],\"isInner\":false},{\"id\":\"40c25b0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#f5f5f5\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_ha_condition_list\":[{\"_ha_condition_key\":\"login_status\",\"_ha_condition_operator\":\"is\",\"_ha_condition_login_status\":\"login\",\"_ha_condition_role\":\"subscriber\",\"_ha_condition_operating_system\":\"mac_os\",\"_ha_condition_browser\":\"chrome\",\"_ha_condition_date_range\":\"17-05-2020 to 19-05-2020\",\"_ha_condition_date\":\"17-05-2020\",\"_ha_condition_time\":\"12:00\",\"_ha_condition_day\":\"monday\",\"_id\":\"8839a2a\"}],\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"99e9715\",\"elType\":\"container\",\"settings\":{\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40},\"_id\":\"e7ac1fc\"},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20},\"_id\":\"80c3b3f\"}]},\"elements\":[{\"id\":\"2eab682\",\"elType\":\"widget\",\"settings\":{\"form_fields\":[{\"field_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Tuliskan Nama Lengkap Anda\",\"dynamic\":{\"active\":true},\"_id\":\"84694d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Tuliskan Nama Email Anda (Opsional)\",\"_id\":\"2ec76d0\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"},{\"field_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Tulis pesan dukungan anda disini...\",\"_id\":\"1b37fb6\",\"previous_button_text\":\"Previous\",\"next_button_text\":\"Next\"}],\"button_text\":\"Kirim\",\"form_name\":\"New Form\",\"success_message\":\"Submission successful\",\"error_message\":\"Submission failed\",\"email_to\":\"sisinfo@unsap.ac.id\",\"email_subject\":\"New message from pppmulya\",\"email_content\":\"[all-fields]\",\"email_from\":\"sisinfo@unsap.ac.id\",\"email_from_name\":\"pppmulya\",\"email_reply_to\":\"sisinfo@unsap.ac.id\",\"ha_advanced_tooltip_content\":\"I am a tooltip\",\"form_metadata\":[\"date\",\"credit\"],\"email_content_type\":\"plain\",\"step_type\":\"icon_text\",\"button_background_color\":\"#0C5E26\",\"previous_button_background_color\":\"#0C5E26\"},\"elements\":[],\"widgetType\":\"wpr-form-builder\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"229da912\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"bg_image\":{\"id\":939,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"7193dbf\",\"repeater_bg_image\":{\"id\":940,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"5fc5fbc\",\"repeater_bg_image\":{\"id\":941,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"}}]},\"elements\":[{\"id\":\"360295c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60781265\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"bg_image\":{\"id\":936,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"hover_parallax\":[{\"layer_position_vr\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_id\":\"45fd470\",\"repeater_bg_image\":{\"id\":937,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"}},{\"layer_position_vr\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"layer_position_hr\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_id\":\"cb611a0\",\"repeater_bg_image\":{\"id\":938,\"url\":\"https:\\/\\/demo.unsap.ac.id\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"}}]},\"elements\":[{\"id\":\"273c9af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3e401b85\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 Copyright pppmulya.com 2023. All Rights Reserved.\",\"header_size\":\"div\",\"align\":\"left\",\"title_color\":\"#272727\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6cb822f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74a4680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d9b2ad7\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"689f4c3\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d8c1bad\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"1ddb7b1\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"691da75\"}],\"shape\":\"circle\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5,\"sizes\":[]},\"ha_advanced_tooltip_content\":\"I am a tooltip\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),
(6018, 961, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),
(6019, 961, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361183;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:4;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6020, 2, '_elementor_controls_usage', 'a:13:{s:14:\"mgabout_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:10:\"mgab_title\";a:2:{s:16:\"mgab_about_title\";i:1;s:19:\"mg_member_title_tag\";i:1;}s:12:\"mgab_details\";a:3:{s:14:\"mg_member_name\";i:1;s:21:\"mg_member_designation\";i:1;s:14:\"mg_member_desc\";i:1;}s:11:\"mgab_social\";a:1:{s:20:\"mg_memeber_icon_list\";i:1;}s:15:\"mgab_main_style\";a:1:{s:15:\"all_basic_style\";i:1;}s:11:\"img_section\";a:4:{s:11:\"profile_img\";i:1;s:16:\"mgab_imgbg_image\";i:1;s:15:\"mgab_sign_image\";i:1;s:14:\"thumbnail_size\";i:1;}}s:5:\"style\";a:5:{s:14:\"mgab_img_style\";a:7:{s:20:\"mgab_round_img_width\";i:1;s:21:\"mgab_round_img_height\";i:1;s:16:\"mgab_img_padding\";i:1;s:21:\"mgab_img_border_width\";i:1;s:21:\"mgab_img_border_color\";i:1;s:19:\"mgab_sign_img_width\";i:1;s:20:\"mgab_img_auto_height\";i:1;}s:25:\"mgab_member_details_style\";a:4:{s:36:\"mg_member_name_typography_typography\";i:1;s:37:\"mg_member_name_typography_font_family\";i:1;s:35:\"mg_member_name_typography_font_size\";i:1;s:37:\"mg_member_name_typography_font_weight\";i:1;}s:27:\"mgab_mgab_description_style\";a:5:{s:22:\"mgab_description_color\";i:1;s:38:\"mgab_description_typography_typography\";i:1;s:39:\"mgab_description_typography_font_family\";i:1;s:37:\"mgab_description_typography_font_size\";i:1;s:39:\"mgab_description_typography_font_weight\";i:1;}s:17:\"mgab_social_style\";a:5:{s:17:\"mgab_icon_padding\";i:1;s:22:\"mgab_icon_border_width\";i:1;s:22:\"mgab_icon_border_color\";i:1;s:23:\"mgab_icon_hborder_color\";i:1;s:16:\"mgab_icon_margin\";i:1;}s:29:\"mgab_member_designation_style\";a:3:{s:23:\"mgab_designation_margin\";i:1;s:33:\"designation_typography_typography\";i:1;s:32:\"designation_typography_font_size\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:2:{s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:19:\"elementskit-heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:4;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}s:7:\"content\";a:5:{s:26:\"ekit_heading_section_title\";a:2:{s:18:\"ekit_heading_title\";i:4;s:17:\"show_title_border\";i:3;}s:29:\"ekit_heading_section_subtitle\";a:1:{s:27:\"ekit_heading_sub_title_show\";i:4;}s:32:\"ekit_heading_section_extra_title\";a:2:{s:37:\"ekit_heading_section_extra_title_show\";i:4;s:24:\"ekit_heading_extra_title\";i:4;}s:30:\"ekit_heading_section_seperator\";a:2:{s:28:\"ekit_heading_seperator_image\";i:4;s:28:\"ekit_heading_seperator_style\";i:3;}s:19:\"shadow_text_section\";a:1:{s:16:\"show_shadow_text\";i:1;}}s:5:\"style\";a:4:{s:32:\"ekit_heading_section_title_style\";a:1:{s:24:\"ekit_heading_title_color\";i:4;}s:38:\"ekit_heading_section_extra_title_style\";a:1:{s:30:\"ekit_heading_extra_title_color\";i:4;}s:28:\"ekit_heading_section_general\";a:1:{s:24:\"ekit_heading_title_align\";i:4;}s:36:\"ekit_heading_section_seperator_style\";a:1:{s:28:\"ekit_heading_seperator_color\";i:4;}}}}s:7:\"mg_tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:21:\"mgtab_content_section\";a:1:{s:11:\"mgtab_items\";i:1;}s:21:\"mgtab_options_section\";a:3:{s:11:\"mgtab_style\";i:1;s:16:\"mgtab_full_width\";i:1;s:19:\"mgtab_icon_position\";i:1;}}s:5:\"style\";a:2:{s:21:\"mgtab_wrapper_section\";a:2:{s:27:\"mgtab_wrapper_bg_background\";i:1;s:22:\"mgtab_wrapper_bg_color\";i:1;}s:27:\"mgtab_section_content_style\";a:2:{s:35:\"mgtab_content_background_background\";i:1;s:30:\"mgtab_content_background_color\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:23:\"mgcall_to_action_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"mg_card_content\";a:5:{s:13:\"mg_cta_styles\";i:1;s:12:\"mg_cta_title\";i:1;s:16:\"mg_cta_highlight\";i:1;s:11:\"mg_cta_desc\";i:1;s:16:\"mgctaborder_show\";i:1;}s:17:\"mgcla_img_section\";a:2:{s:9:\"mgcla_img\";i:1;s:14:\"thumbnail_size\";i:1;}s:14:\"mg_flip_button\";a:3:{s:17:\"mg_flip_btn_title\";i:1;s:23:\"mgcta_btn_content_align\";i:1;s:25:\"mg_flip_btn_selected_icon\";i:1;}}s:5:\"style\";a:3:{s:15:\"mgcal_bas_style\";a:2:{s:27:\"mg_background_overlay_image\";i:1;s:32:\"mg_overly_css_filters_css_filter\";i:1;}s:16:\"mg_cta_img_style\";a:3:{s:22:\"mg_cta_img_auto_height\";i:1;s:18:\"mglca_image_height\";i:1;s:18:\"mg_cta_img_padding\";i:1;}s:26:\"mg_card_card_details_style\";a:1:{s:22:\"mg_cta_highlight_color\";i:1;}}s:8:\"advanced\";a:3:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:16:\"_section_masking\";a:1:{s:10:\"_mask_size\";i:1;}}}}s:23:\"eael-filterable-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:24:\"eael_section_fg_settings\";a:1:{s:36:\"eael_section_fg_full_image_clickable\";i:1;}s:32:\"eael_section_fg_control_settings\";a:1:{s:16:\"eael_fg_controls\";i:1;}s:29:\"eael_section_fg_grid_settings\";a:1:{s:21:\"eael_fg_gallery_items\";i:1;}s:18:\"section_pagination\";a:2:{s:10:\"pagination\";i:1;s:18:\"load_more_icon_new\";i:1;}}s:5:\"style\";a:3:{s:30:\"eael_section_fg_style_settings\";a:2:{s:16:\"eael_fg_bg_color\";i:1;s:25:\"eael_fg_shadow_box_shadow\";i:1;}s:38:\"eael_section_fg_control_style_settings\";a:2:{s:33:\"eael_fg_control_normal_text_color\";i:1;s:31:\"eael_fg_control_normal_bg_color\";i:1;}s:29:\"section_loadmore_button_style\";a:1:{s:32:\"load_more_button_bg_color_normal\";i:1;}}s:8:\"advanced\";a:2:{s:25:\"_section_floating_effects\";a:1:{s:14:\"ha_floating_fx\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:6;s:16:\"content_position\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:19:\"border_width_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:20:\"wpr_section_parallax\";a:2:{s:8:\"bg_image\";i:4;s:14:\"hover_parallax\";i:4;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:13:\"margin_mobile\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:15:\"wpr-testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:30:\"wpr__section_testimonial_items\";a:1:{s:17:\"testimonial_items\";i:1;}s:21:\"wpr__section_settings\";a:2:{s:28:\"testimonial_slides_to_scroll\";i:1;s:24:\"testimonial_rating_style\";i:1;}}s:5:\"style\";a:1:{s:22:\"wpr__section_style_nav\";a:1:{s:9:\"nav_color\";i:1;}}}}s:16:\"wpr-form-builder\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:19:\"section_form_fields\";a:1:{s:11:\"form_fields\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_text\";i:1;}s:13:\"section_email\";a:5:{s:8:\"email_to\";i:1;s:10:\"email_from\";i:1;s:14:\"email_reply_to\";i:1;s:13:\"form_metadata\";i:1;s:18:\"email_content_type\";i:1;}s:26:\"section_form_step_settings\";a:1:{s:9:\"step_type\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:32:\"previous_button_background_color\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:20:\"wpr_section_parallax\";a:1:{s:14:\"hover_parallax\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:2:{s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;}}}}}'),
(6021, 2, '_elementor_css', 'a:6:{s:4:\"time\";i:1689361442;s:5:\"fonts\";a:3:{i:0;s:8:\"Rajdhani\";i:1;s:6:\"Nunito\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:11:\"happy-icons\";i:1;s:8:\"fa-solid\";i:2;s:0:\"\";i:3;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6022, 410, '_raratheme_view_count', '1'),
(6023, 410, 'mp_post_post_viewed', '1'),
(6024, 410, 'mp_post_view_time', '2023-07-16'),
(6025, 410, 'mp_post_week_viewed', '1'),
(6026, 410, 'mpd_my_post_viewed', '1'),
(6027, 406, '_raratheme_view_count', '1'),
(6028, 406, 'mp_post_post_viewed', '1'),
(6029, 406, 'mp_post_view_time', '2023-07-16'),
(6030, 406, 'mp_post_week_viewed', '1'),
(6031, 406, 'mpd_my_post_viewed', '1'),
(6032, 412, 'mp_post_post_viewed', '1'),
(6033, 412, 'mp_post_view_time', '2023-07-16'),
(6034, 412, 'mp_post_week_viewed', '1'),
(6035, 412, 'mpd_my_post_viewed', '1'),
(6036, 364, '_raratheme_view_count', '1'),
(6037, 364, 'mp_post_post_viewed', '1'),
(6038, 364, 'mp_post_view_time', '2023-07-16'),
(6039, 364, 'mp_post_week_viewed', '1'),
(6040, 364, 'mpd_my_post_viewed', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_posts`
--

CREATE TABLE `wp0o_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_posts`
--

INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2023-07-09 14:58:00', '2023-07-09 14:58:00', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 0, 'https://dev.unsap.ac.id/?p=1', 0, 'post', '', 1),
(2, 1, '2023-07-09 14:58:00', '2023-07-09 14:58:00', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab285998290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab285998291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'publish', 'open', 'open', '', 'profile', '', '', '2023-07-14 19:04:00', '2023-07-14 19:04:00', '', 0, 'https://dev.unsap.ac.id/?page_id=2', 0, 'page', '', 1),
(3, 1, '2023-07-09 14:58:00', '2023-07-09 14:58:00', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://dev.unsap.ac.id.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2023-07-09 14:58:00', '2023-07-09 14:58:00', '', 0, 'https://dev.unsap.ac.id/?page_id=3', 0, 'page', '', 0),
(17, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#000000ff\",\"hide_tablet\":\"true\",\"hide_mobile\":\"true\",\"pagelayer-id\":\"bda7258\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"content_pos\":\"center\",\"pagelayer-id\":\"y8t9620\"} -->\n<!-- wp:pagelayer/pl_email {\"icon\":\"fas fa-envelope\",\"ele_bg_hover_delay\":\"400\",\"color\":\"#ffffffff\",\"icon_color\":\"#ffffffff\",\"typography\":\",,,,,,Solid,,,,\",\"space\":\"10\",\"pagelayer-id\":\"4z09754\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"fwy3212\"} -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"fas fa-map-marker-alt\",\"ele_bg_hover_delay\":\"400\",\"typography\":\",,,,,,Solid,,,,\",\"color\":\"#ffffffff\",\"space\":\"10\",\"icon_color\":\"#ffffffff\",\"pagelayer-id\":\"yiq9460\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"hmr1383\"} -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"3\",\"icon_size\":\"16\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"600\",\"icon_color_hover\":\"#000000ff\",\"ele_bg_hover_delay\":\"400\",\"bg_shape\":\"pagelayer-social-shape-circle\",\"bg_size\":\"6\",\"icon_bg_color\":\"#000000ff\",\"icon_bg_color_hover\":\"#ffffffff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#ffffffff\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"9wp9685\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"7qk9811\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"kaq6334\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https://www.instagram.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"pew8175\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/google.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"zhz3109\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"10px,0px,10px,0px\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,2px,0px\",\"border_color\":\"#000000ff\",\"pagelayer-id\":\"gfq5510\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"2\",\"content_pos\":\"center\",\"pagelayer-id\":\"f3q3524\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"EPM\",\"site_title_style\":\",35,,,,,Solid,,,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"border_type\":\"solid\",\"border_width\":\"2px,2px,2px,2px\",\"border_color\":\"#ffffffff\",\"ele_css\":\"{{element}} {margin: 0 auto; width:120px;}\",\"pagelayer-id\":\"l5l7356\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"10\",\"content_pos\":\"center\",\"pagelayer-id\":\"zjf3655\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch4\\u003eENVIRONMENTAL PROTECTION MANAGEMENT\\u003c/h4\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"zqf688\"} --><h4>ENVIRONMENTAL PROTECTION MANAGEMENT</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#ffffffff\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,4px,0px\",\"border_color\":\"#28772cff\",\"pagelayer-id\":\"g0d4798\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"vq29472\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"center\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\" \",\"menu_bg_color_active\":\" \",\"horizontal_padding\":\"10\",\"vertical_padding\":\"10\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#3e8ef7ff\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#28772cff\",\"menu_toggle_size\":\"30\",\"close_hover_delay\":\"600\",\"ele_bg_hover_delay\":\"400\",\"submenu_position\":\"left\",\"menu_typo\":\",,,,,,Solid,,,,\",\"menu_color\":\"#000000ff\",\"menu_colors\":\"active\",\"menu_color_hover\":\"#000000ff\",\"menu_color_active\":\"#000000ff\",\"submenu_align\":\"left\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"menu_items_bg\":\"#ffffff\",\"horizontal_padding_tablet\":\"5\",\"vertical_padding_tablet\":\"10\",\"horizontal_padding_mobile\":\"5\",\"vertical_padding_mobile\":\"10\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_color\":\"#fcfdfdff\",\"dropdown_align_mobile\":\"center\",\"menu_width_mobile\":\"70\",\"menu_toggle_align_mobile\":\"right\",\"menu_toggle_align_tablet\":\"right\",\"dropdown_align_tablet\":\"center\",\"menu_width_tablet\":\"50\",\"pagelayer-id\":\"9tw4286\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"row_bg_type\":\"slider\",\"bg_slider_speed\":\"2000\",\"bg_slider\":\"5,7,7\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#000000ff\",\"pagelayer-id\":\"0ji6262\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"enl5851\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eSTOP ENVIRONMENTAL POLLUTION.\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"i8h5454\"} --><h2>STOP ENVIRONMENTAL POLLUTION.</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_divider {\"divider_style\":\"solid\",\"divider_color\":\"#ffffffff\",\"divider_weight\":\"4\",\"divider_widht\":\"10\",\"divider_gap\":\"1\",\"divider_alignment\":\"left\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"vhh9016\"} /-->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eOur Coverage Is Best In Industry\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"n8d6955\"} --><h6>Our Coverage Is Best In Industry</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Contact Us\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"ele_bg_hover_delay\":\"400\",\"btn_typo\":\",,,,,,Solid,,,,\",\"ele_margin\":\"40px,0px,0px,0px\",\"btn_bg_color\":\"#28772cff\",\"btn_color\":\"#ffffffff\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#42414f\",\"btn_border_width\":\"0,0,0,0\",\"btn_border_radius\":\"0,0,0,0\",\"link\":\"#\",\"pagelayer-id\":\"tvw3245\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Home Header', '', 'publish', 'closed', 'closed', '', 'home-header', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/?p=17', 0, 'pagelayer-template', '', 0),
(18, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1kl4924\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"3qr7385\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"\",\"typo\":\",35,,700,,,solid,,,,\",\"align\":\"center\",\"ele_padding\":\"40px,0px,0px,0px\",\"pagelayer-id\":\"vo36254\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"row_width\":\"70%\",\"fixed_width\":\"70%\",\"fixed_width_tablet\":\"85%\",\"fixed_width_mobile\":\"100%\",\"pagelayer-id\":\"gjg3653\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col_width\":\"80\",\"col\":\"12\",\"pagelayer-id\":\"apo3628\"} -->\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"vertical\",\"space_between\":\"15\",\"align\":\"center\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"text_color_normal\":\"#000000ff\",\"icon_color_normal\":\"#000000ff\",\"ele_padding\":\"0px,0px,10px,0px\",\"pagelayer-id\":\"t2d8734\"} -->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"author\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-user-circle\",\"pagelayer-id\":\"o7i9147\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"date\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-calendar-alt\",\"date_format\":\"default\",\"pagelayer-id\":\"61g5614\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"time\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-clock\",\"time_format\":\"default\",\"pagelayer-id\":\"3455413\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"comments\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-comment\",\"pagelayer-id\":\"xpj9810\"} /-->\n<!-- /wp:pagelayer/pl_post_info -->\n<!-- wp:pagelayer/pl_post_excerpt {\"pe_margin\":\"0px,0px,10px,0px\",\"align\":\"left\",\"color\":\"\",\"pagelayer-id\":\"zkk6779\"} /-->\n<!-- wp:pagelayer/pl_featured_img {\"size\":\"full\",\"img_filter\":\"0,100,100,0,0,100,100\",\"caption_color\":\"#0986c0\",\"img_hover_delay\":\"400\",\"custom_size\":\"70%,0%\",\"align\":\"center\",\"pagelayer-id\":\"kii9294\"} /-->\n<!-- wp:pagelayer/pl_post_content {\"ele_margin\":\"10px,0px,20px,0px\",\"font_size\":\"NaN\",\"color\":\"#000000ff\",\"pagelayer-id\":\"dq26758\"} /-->\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"horizontal\",\"space_between\":\"5\",\"align\":\"left\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"input_typo\":\",,,,,,Solid,,,,\",\"icon_color_normal\":\"#000000ff\",\"text_color_normal\":\"#000000ff\",\"pagelayer-id\":\"njg3399\"} -->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"category\",\"info_before\":\"Category :\",\"pagelayer-id\":\"uts5759\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"post_tag\",\"info_before\":\"Tags :\",\"pagelayer-id\":\"ojr6592\"} /-->\n<!-- /wp:pagelayer/pl_post_info -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"pnm8468\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"2516510\"} -->\n<!-- wp:pagelayer/pl_post_nav {\"lables\":\"true\",\"post_title\":\"true\",\"arrows\":\"true\",\"sep_color\":\"#bdbdbd\",\"sep_rotate\":\"20\",\"sep_width\":\"5\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_colors\":\"normal\",\"title_colors\":\"normal\",\"arrows_list\":\"angle-double\",\"icon_colors\":\"normal\",\"label_color\":\"#000000ff\",\"icon_color\":\"#000000ff\",\"disable_sep\":\"true\",\"title_color\":\"#000000ff\",\"pagelayer-id\":\"9fh7017\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"p0c9368\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"cxd6298\"} -->\n<!-- wp:pagelayer/pl_post_comment {\"comment_skin\":\"theme_comment\",\"post_type\":\"current\",\"pagelayer-id\":\"td88453\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Single Template', '', 'publish', 'closed', 'closed', '', 'single-template', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/?p=18', 0, 'pagelayer-template', '', 0),
(19, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#000000ff\",\"hide_tablet\":\"true\",\"hide_mobile\":\"true\",\"pagelayer-id\":\"7n76653\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"content_pos\":\"center\",\"pagelayer-id\":\"bpv6735\"} -->\n<!-- wp:pagelayer/pl_email {\"icon\":\"fas fa-envelope\",\"ele_bg_hover_delay\":\"400\",\"color\":\"#ffffffff\",\"icon_color\":\"#ffffffff\",\"typography\":\",,,,,,Solid,,,,\",\"space\":\"10\",\"pagelayer-id\":\"3x9944\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ybh9744\"} -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"fas fa-map-marker-alt\",\"ele_bg_hover_delay\":\"400\",\"typography\":\",,,,,,Solid,,,,\",\"color\":\"#ffffffff\",\"space\":\"10\",\"icon_color\":\"#ffffffff\",\"pagelayer-id\":\"rkq7261\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"cwn7027\"} -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"3\",\"icon_size\":\"16\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"600\",\"icon_color_hover\":\"#000000ff\",\"ele_bg_hover_delay\":\"400\",\"bg_shape\":\"pagelayer-social-shape-circle\",\"bg_size\":\"6\",\"icon_bg_color\":\"#000000ff\",\"icon_bg_color_hover\":\"#ffffffff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#ffffffff\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"1fe9146\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"4ng7555\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"6dd5711\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https://www.instagram.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"cjq7554\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/google.com/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"gs45595\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"10px,0px,10px,0px\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,2px,0px\",\"border_color\":\"#000000ff\",\"pagelayer-id\":\"1ba5600\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"2\",\"content_pos\":\"center\",\"pagelayer-id\":\"o3q3946\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"EPM\",\"site_title_style\":\",35,,,,,Solid,,,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"border_type\":\"solid\",\"border_width\":\"2px,2px,2px,2px\",\"border_color\":\"#ffffffff\",\"ele_css\":\"{{element}} {margin: 0 auto; width:120px;}\",\"pagelayer-id\":\"hri5712\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"10\",\"content_pos\":\"center\",\"pagelayer-id\":\"gc42343\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch4\\u003eENVIRONMENTAL PROTECTION MANAGEMENT\\u003c/h4\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"mhh2798\"} --><h4>ENVIRONMENTAL PROTECTION MANAGEMENT</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#ffffffff\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,4px,0px\",\"border_color\":\"#28772cff\",\"pagelayer-id\":\"pir7960\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"giq482\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"center\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\" \",\"menu_bg_color_active\":\" \",\"horizontal_padding\":\"10\",\"vertical_padding\":\"10\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#3e8ef7ff\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#28772cff\",\"menu_toggle_size\":\"30\",\"close_hover_delay\":\"600\",\"ele_bg_hover_delay\":\"400\",\"submenu_position\":\"left\",\"menu_typo\":\",,,,,,Solid,,,,\",\"menu_color\":\"#000000ff\",\"menu_colors\":\"active\",\"menu_color_hover\":\"#000000ff\",\"menu_color_active\":\"#000000ff\",\"submenu_align\":\"left\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"menu_items_bg\":\"#ffffff\",\"horizontal_padding_tablet\":\"5\",\"vertical_padding_tablet\":\"10\",\"horizontal_padding_mobile\":\"5\",\"vertical_padding_mobile\":\"10\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_color\":\"#fcfdfdff\",\"dropdown_align_mobile\":\"center\",\"menu_width_mobile\":\"70\",\"menu_toggle_align_mobile\":\"right\",\"menu_toggle_align_tablet\":\"right\",\"dropdown_align_tablet\":\"center\",\"menu_width_tablet\":\"50\",\"pagelayer-id\":\"31w1208\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"16\",\"ele_padding\":\"150px,0px,150px,0px\",\"ele_bg_size\":\"cover\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"100px,0px,20px,0px\",\"ele_padding_tablet\":\"100px,0px,50px,0px\",\"pagelayer-id\":\"bnq5642\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"aly3895\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"\",\"typo\":\",45,,,,,Solid,,,,\",\"typo_mobile\":\",35,,,,,Solid,,,,\",\"pagelayer-id\":\"9xv2443\"} /-->\n<!-- wp:pagelayer/pl_breadcrumb {\"home\":\"Home\",\"alignment\":\"left\",\"separator\":\"\\u0026nbsp;\\u0026#187;\\u0026nbsp;\",\"separator_color\":\"#333333\",\"breadcrumb_color\":\"#000000ff\",\"pagelayer-id\":\"nq18643\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/?p=19', 0, 'pagelayer-template', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(20, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#000000ff\",\"pagelayer-id\":\"vz0463\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"hks224\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eAbout Us\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"h816561\"} --><h3>About Us</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum \\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"left\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"3lo1895\"} --><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum </p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"bqw1331\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eServices\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"ya35090\"} --><h3>Services</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"10\",\"list_text_state\":\"normal\",\"item_indent\":\"0\",\"list_icon_state\":\"normal\",\"icon_color\":\"#0986c0\",\"icon_border_type\":\"\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"list_color\":\"#ffffffff\",\"pagelayer-id\":\"jqa8535\"} -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Enviroment\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"kiy9695\"} -->Enviroment<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Mission\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"fw05002\"} -->Mission<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Vision\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"ifq7774\"} -->Vision<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Aims\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"iyp2226\"} -->Aims<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"6aq2106\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eContact Us\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"fog7926\"} --><h3>Contact Us</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_email {\"icon\":\"fas fa-envelope\",\"color\":\"#f7fbfcff\",\"icon_color\":\"#ffffffff\",\"icon_size\":\"20\",\"space\":\"10\",\"ele_padding\":\"10px,0px,0px,0px\",\"pagelayer-id\":\"jji381\"} /-->\n<!-- wp:pagelayer/pl_address {\"icon\":\"fas fa-map-marker-alt\",\"color\":\"#ffffffff\",\"space\":\"10\",\"icon_size\":\"20\",\"icon_color\":\"#ffffffff\",\"ele_padding\":\"10px,0px,0px,0px\",\"pagelayer-id\":\"2i22394\"} /-->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"fas fa-phone-alt\",\"color\":\"#ffffffff\",\"space\":\"10\",\"icon_size\":\"20\",\"icon_color\":\"#ffffffff\",\"ele_padding\":\"10px,0px,0px,0px\",\"pagelayer-id\":\"1jw8521\"} /-->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-clock\",\"service_alignment\":\"left\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"20\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Mon-Fri 9am-7pm\",\"heading_alignment\":\"left\",\"service_title_spacing\":\"0,0,0,10\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"\",\"service_btn_hover_delay\":\"400\",\"ele_padding\":\"10px,0px,0px,0px\",\"pagelayer-id\":\"pqu4000\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"zid8713\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eVolunteer\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"lmk6745\"} --><h3>Volunteer</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"10\",\"list_text_state\":\"normal\",\"item_indent\":\"0\",\"list_icon_state\":\"normal\",\"icon_color\":\"#0986c0\",\"icon_border_type\":\"\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"list_color\":\"#ffffffff\",\"pagelayer-id\":\"x8a8842\"} -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Harry\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"7t93631\"} -->Harry<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Smith\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"bqw6009\"} -->Smith<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Rods\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"a013743\"} -->Rods<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"James\",\"show_icon\":\"\",\"icon\":\"fas fa-star\",\"pagelayer-id\":\"wbu3965\"} -->James<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"12\",\"pagelayer-id\":\"62g7805\"} -->\n<!-- wp:pagelayer/pl_copyright {\"copyright_text\":\"© 2020 EPM\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"rsz2980\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/?p=20', 0, 'pagelayer-template', '', 0),
(21, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"40px,0px,0px,0px\",\"pagelayer-id\":\"lrz1250\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"vza5503\"} -->\n<!-- wp:pagelayer/pl_archive_title {\"align\":\"center\",\"typo\":\",45,,,,,Solid,,,,\",\"ele_margin\":\"0px,0px,18px,0px\",\"font_size\":\"28\",\"pagelayer-id\":\"5v46324\"} /-->\n<!-- wp:pagelayer/pl_archive_posts {\"type\":\"default\",\"columns\":\"3\",\"columns_mobile\":\"1\",\"col_gap\":\"20\",\"row_gap\":\"40\",\"data_padding\":\"5,5,5,5\",\"bg_color\":\"#ffffff\",\"show_thumb\":\"true\",\"show_title\":\"true\",\"meta\":\"author,date,comments\",\"meta_sep\":\"|\",\"show_content\":\"excerpt\",\"content_color\":\"#121212\",\"content_align\":\"left\",\"pagination\":\"number_prev_next\",\"thumb_size\":\"medium_large\",\"ratio\":\"0.7\",\"title_color\":\"#000000ff\",\"title_typo\":\",22,,,,,Solid,,,,\",\"exc_length\":\"10\",\"pagi_prev_text\":\"Previous\",\"pagi_next_text\":\"Next\",\"pagi_end_size\":\"1\",\"pagi_mid_size\":\"2\",\"pagi_align\":\"center\",\"meta_color\":\"#000000ff\",\"columns_tablet\":\"1\",\"meta_spacing\":\"5,0,5,0\",\"pagelayer-id\":\"k8w8617\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Blog Template', '', 'publish', 'closed', 'closed', '', 'blog-template', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/?p=21', 0, 'pagelayer-template', '', 0),
(22, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"120px,0px,120px,0px\",\"ele_padding\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"rxs3267\"} -->\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width\":\"50\",\"col_width_mobile\":\"40\",\"col_width_tablet\":\"40\",\"pagelayer-id\":\"iyr6907\"} -->\r\n<!-- wp:pagelayer/pl_image {\"id\":\"https://dev.unsap.ac.id/wp-content/plugins/pagelayer/images/404image.jpg\",\"id-size\":\"full\",\"align\":\"right\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"max-width\":\"36\",\"custom_size\":\"400x400\",\"max-width_mobile\":\"100\",\"max-width_tablet\":\"100\",\"pagelayer-id\":\"tem415\"} /-->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width\":\"50\",\"col_width_mobile\":\"55\",\"col_width_tablet\":\"55\",\"pagelayer-id\":\"wnp3287\"} -->\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThe page you requested was not found we suggest you to go back to HomePage\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"left\",\"color\":\"#495057ff\",\"heading_typo\":\",,,,,,,,,,\",\"heading_text_shadow\":\",,,\",\"ele_custom_pos\":\"true\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"ele_custom_width\":\"80%\",\"ele_custom_width_mobile\":\"100%\",\"ele_custom_width_tablet\":\"100%\",\"pagelayer-id\":\"a8q1058\"} --><p>The page you requested was not found we suggest you to go back to HomePage</p><!-- /wp:pagelayer/pl_heading -->\r\n<!-- wp:pagelayer/pl_btn {\"text\":\"Back To HomePage\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"link\":\"29\",\"btn_typo\":\"Roboto,15,Normal,500,Normal,None,,1,Uppercase,1,1\",\"btn_bg_color\":\"#ff8474ff\",\"btn_color\":\"#ffffff\",\"btn_custom_size\":\"25\",\"btn_hover\":\"hover\",\"btn_bg_color_hover\":\"#583d72ff\",\"btn_color_hover\":\"#ffffffff\",\"btn_shadow\":\"1,1,1,#000000ff,1,\",\"btn_typo_mobile\":\",14,,,,,,,,,\",\"btn_typo_tablet\":\",14,,,,,,,,,\",\"pagelayer-id\":\"znu8912\"} /-->\r\n<!-- /wp:pagelayer/pl_col -->\r\n<!-- /wp:pagelayer/pl_row -->', '404', '', 'publish', 'closed', 'closed', '', '404', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/?p=22', 0, 'pagelayer-template', '', 0),
(23, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"s1e4968\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"cqk2464\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eForest Area\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"xhw7826\"} --><h3>Forest Area</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"r7g7791\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"eiy9941\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"20\",\"list_text_state\":\"normal\",\"item_indent\":\"10\",\"list_icon_state\":\"normal\",\"icon_color\":\"#28772cff\",\"icon_border_type\":\"\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"side_spacing\":\"15\",\"pagelayer-id\":\"hof5554\"} -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"There are many variations of passages of Lorem Ipsum available, but the majority.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"g7g3279\"} -->There are many variations of passages of Lorem Ipsum available, but the majority.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Integer bibendum orci eu lectus sodales elementum.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"voc9979\"} -->Integer bibendum orci eu lectus sodales elementum.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Nam sed ligula eu lectus facilisis efficitur.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"a1l7864\"} -->Nam sed ligula eu lectus facilisis efficitur.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Donec ultricies neque vitae pretium pharetra.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"dvy9914\"} -->Donec ultricies neque vitae pretium pharetra.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Sed vehicula libero ut ultricies facilisis.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"7xj4934\"} -->Sed vehicula libero ut ultricies facilisis.<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003e\\u0022Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\u0022\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"1ir7456\"} --><p>\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Climate crisis into the Mainstream and Engages', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form', 'trash', 'open', 'open', '', 'climate-crisis-into-the-mainstream-and-engages__trashed', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 0, 'https://dev.unsap.ac.id/2023/07/09/climate-crisis-into-the-mainstream-and-engages/', 0, 'post', '', 0),
(24, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"g7h1354\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"db97661\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eNature\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"5n42816\"} --><h3>Nature</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\u0022de Finibus Bonorum et Malorum\\u0022 (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\u0022Lorem ipsum dolor sit amet..\\u0022, comes from a line in section 1.10.32.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"wyj5483\"} --><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"oku7235\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"nmd2137\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eSafety\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"vzp7358\"} --><h3>Safety</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"5yl3177\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"iyc416\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Waste Management For Smart Businesses', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin.', 'trash', 'open', 'open', '', 'waste-management-for-smart-businesses__trashed', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 0, 'https://dev.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/', 0, 'post', '', 0),
(25, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"fes9893\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7eo9456\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eSave Environment\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"flr5338\"} --><h3>Save Environment</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"h208780\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"8vj3146\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_quote {\"quote_content\":\"Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised\",\"quote_background_color\":\"\",\"quote_content_color\":\"#050505\",\"quote_style\":\"default\",\"align\":\"left\",\"cite\":\"- John\",\"cite_text_color\":\"\",\"cite_text_align\":\"left\",\"cite_typo\":\",,,,,,Solid,,,,\",\"quote_border_width\":\"5\",\"quote_border_color\":\"#28772cff\",\"quote_lpadding\":\"30\",\"quote_vpadding\":\"20\",\"quotation_pos\":\"default\",\"quotation_size\":\"70\",\"quotation_color\":\"#dadada\",\"quote_content_space\":\"10,10\",\"pagelayer-id\":\"5jo2378\"} -->Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised<!-- /wp:pagelayer/pl_quote -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\u0022de Finibus Bonorum et Malorum\\u0022 (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\u0022Lorem ipsum dolor sit amet..\\u0022, comes from a line in section 1.10.32.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"ele_padding\":\"10px,0px,0px,0px\",\"pagelayer-id\":\"vo74377\"} --><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Trees Forever Statement on Derecho Storm', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece.', 'trash', 'open', 'open', '', 'trees-forever-statement-on-derecho-storm__trashed', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 0, 'https://dev.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/', 0, 'post', '', 0),
(26, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1y89149\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"kt86264\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eOrganic\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"wrs2835\"} --><h3>Organic</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"axy3244\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"9i51687\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"lvi8026\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"sax7353\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"4\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zr39464\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"fch8490\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"4\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"tvq3172\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zp0913\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"xqg7352\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\u0022de Finibus Bonorum et Malorum\\u0022 (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\u0022Lorem ipsum dolor sit amet..\\u0022, comes from a line in section 1.10.32.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"h5r2440\"} --><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Five Public Sector Trends in Ecosystem Services', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.', 'trash', 'open', 'open', '', 'five-public-sector-trends-in-ecosystem-services__trashed', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 0, 'https://dev.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/', 0, 'post', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(27, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,0px,0px\",\"pagelayer-id\":\"bvi4584\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"pni8029\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eMission \\u0026amp; Vision\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"\",\"pagelayer-id\":\"hc15794\"} --><h2>Mission &amp; Vision</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"45px,0px,45px,0px\",\"pagelayer-id\":\"j4m8105\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"8px,8px,8px,8px\",\"pagelayer-id\":\"wru8511\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eGoals\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ycg9477\"} --><h6>Goals</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ejf6143\"} --><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"8px,8px,8px,8px\",\"pagelayer-id\":\"usw806\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eEnviroment\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"tp57765\"} --><h6>Enviroment</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"zfh9311\"} --><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9eu9121\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"14\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\",\"pagelayer-id\":\"qaf7969\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,60px,0px\",\"pagelayer-id\":\"gii1070\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ipf9832\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"14\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Chemistry\\u003c/h4\\u003e\",\"pagelayer-id\":\"93p5409\"} --><h4>Environmental Chemistry</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"dx38693\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Protection\\u003c/h4\\u003e\",\"pagelayer-id\":\"znu7515\"} --><h4>Environmental Protection</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"d6s9416\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_hover_anim\":\"grow\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_bg_img\":\"15\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Enforcement\\u003c/h4\\u003e\",\"pagelayer-id\":\"nqw1667\"} --><h4>Environmental Enforcement</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"0px,0px,60px,0px\",\"pagelayer-id\":\"mm39142\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"border_type\":\"solid\",\"border_width\":\"10px,10px,10px,10px\",\"border_color\":\"#28772cff\",\"col\":\"8\",\"ele_padding\":\"50px,50px,50px,50px\",\"pagelayer-id\":\"vlk2938\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"2rj3992\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#d6d6d6ff\",\"ele_padding\":\"0px,0px,0px,0px\",\"col_width\":\"60\",\"col_width_tablet\":\"100\",\"col_width_mobile\":\"100\",\"content_pos\":\"center\",\"pagelayer-id\":\"aae2930\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch4\\u003eWhat We Offer ?\\u003c/h4\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"0el1167\"} --><h4>What We Offer ?</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. \\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"a4j5190\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. </p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col_width\":\"30\",\"col_width_tablet\":\"100\",\"pagelayer-id\":\"l9i5995\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"12\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"30px,30px,30px,30px\",\"ele_hover_anim\":\"grow\",\"text\":\"\\n\",\"pagelayer-id\":\"uym1359\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Our Mission', '', 'publish', 'closed', 'closed', '', 'our-mission', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/our-mission/', 0, 'page', '', 0),
(28, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/blog/', 0, 'page', '', 0),
(29, 1, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h3>INFORMASI PROGRAM</h3>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n				<h3>Galleri Video</h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-07-09 20:06:34', '2023-07-09 20:06:34', '', 0, 'https://dev.unsap.ac.id/home/', 0, 'page', '', 0),
(30, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"oks8962\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"vgm4095\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWhat We Do ?\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"grx9378\"} --><h2>What We Do ?</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"dpv8851\"} --><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_attachment\":\"fixed\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#000000ff\",\"ele_margin\":\"0px,0px,0px,0px\",\"ele_padding\":\"40px,0px,40px,0px\",\"ele_bg_img\":\"11\",\"pagelayer-id\":\"dbt9405\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"56o8018\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eEnvironmental Info\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#fafcfcff\",\"pagelayer-id\":\"jtu2028\"} --><h2>Environmental Info</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,40px,0px\",\"pagelayer-id\":\"yq32106\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"iwk6077\"} -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"10\",\"list_color\":\"#ffffffff\",\"item_indent\":\"10\",\"icon_color\":\"#3E8EF7\",\"icon_border_type\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"list_typo\":\",,,,,,Solid,,,,\",\"list_text_state\":\"normal\",\"list_icon_state\":\"normal\",\"item_indent_tablet\":\"0\",\"spacing_tablet\":\"NaN\",\"pagelayer-id\":\"yb26302\"} -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Excepteur sint occaecat\",\"pagelayer-id\":\"dez4732\"} -->Excepteur sint occaecat<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Cupidatat non proident\",\"pagelayer-id\":\"dcb3623\"} -->Cupidatat non proident<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Voluptate velit esse\",\"pagelayer-id\":\"1pu2868\"} -->Voluptate velit esse<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Molestiae consequatur\",\"pagelayer-id\":\"p5t8668\"} -->Molestiae consequatur<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Bonorum et Malorum\",\"pagelayer-id\":\"00y1288\"} -->Bonorum et Malorum<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Nam libero tempore\",\"pagelayer-id\":\"arh2247\"} -->Nam libero tempore<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"79s4333\"} -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"10\",\"list_color\":\"#ffffffff\",\"item_indent\":\"10\",\"icon_color\":\"#3E8EF7\",\"icon_border_type\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"list_typo\":\",,,,,,Solid,,,,\",\"list_text_state\":\"normal\",\"list_icon_state\":\"normal\",\"pagelayer-id\":\"vlr7755\"} -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Excepteur sint occaecat\",\"pagelayer-id\":\"cr81957\"} -->Excepteur sint occaecat<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Cupidatat non proident\",\"pagelayer-id\":\"cil1376\"} -->Cupidatat non proident<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Voluptate velit esse\",\"pagelayer-id\":\"md43796\"} -->Voluptate velit esse<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Molestiae consequatur\",\"pagelayer-id\":\"mj34628\"} -->Molestiae consequatur<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Bonorum et Malorum\",\"pagelayer-id\":\"zl75333\"} -->Bonorum et Malorum<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Nam libero tempore\",\"pagelayer-id\":\"l9c4001\"} -->Nam libero tempore<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"6im6766\"} -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"10\",\"list_color\":\"#ffffffff\",\"item_indent\":\"10\",\"icon_color\":\"#3E8EF7\",\"icon_border_type\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"list_typo\":\",,,,,,Solid,,,,\",\"list_text_state\":\"normal\",\"list_icon_state\":\"normal\",\"pagelayer-id\":\"3x16254\"} -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Excepteur sint occaecat\",\"pagelayer-id\":\"lq74949\"} -->Excepteur sint occaecat<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Cupidatat non proident\",\"pagelayer-id\":\"b8m2337\"} -->Cupidatat non proident<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Voluptate velit esse\",\"pagelayer-id\":\"0fa3491\"} -->Voluptate velit esse<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Molestiae consequatur\",\"pagelayer-id\":\"4ma4901\"} -->Molestiae consequatur<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Bonorum et Malorum\",\"pagelayer-id\":\"u6j2739\"} -->Bonorum et Malorum<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"show_icon\":\"\",\"ele_bg_hover_delay\":\"400\",\"icon\":\"star\",\"item_url\":\"\",\"item\":\"Nam libero tempore\",\"pagelayer-id\":\"u502693\"} -->Nam libero tempore<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,0px,0px\",\"pagelayer-id\":\"sz72034\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ojv4251\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eMission \\u0026amp; Vision\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"\",\"pagelayer-id\":\"kjo6691\"} --><h2>Mission &amp; Vision</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"45px,0px,45px,0px\",\"pagelayer-id\":\"o1x9979\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"8px,8px,8px,8px\",\"pagelayer-id\":\"10u2611\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eGoals\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"qgp2087\"} --><h6>Goals</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"kzv5043\"} --><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"ele_padding\":\"8px,8px,8px,8px\",\"pagelayer-id\":\"30k4582\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eEnviroment\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"vvd1334\"} --><h6>Enviroment</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"kbo5061\"} --><p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9m51078\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"14\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\",\"pagelayer-id\":\"x5s4405\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"yar4777\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"wex8556\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eOur Team\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"q14604\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,40px,0px\",\"pagelayer-id\":\"pl28267\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"aox1533\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"8\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Mark Geoki\",\"service_title_spacing\":\"10,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#28772cff\",\"service_heading_typo\":\",28,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_text\":\"\\n\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} img{width:100%}\",\"pagelayer-id\":\"hp14730\"} -->\n<!-- /wp:pagelayer/pl_service -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"djg1512\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"8\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Qualia\",\"service_title_spacing\":\"10,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#28772cff\",\"service_heading_typo\":\",28,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_text\":\"\\n\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} img{width:100%}\",\"pagelayer-id\":\"sx73894\"} -->\n<!-- /wp:pagelayer/pl_service -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9y26717\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"8\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Rosh Dinol\",\"service_title_spacing\":\"10,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#28772cff\",\"service_heading_typo\":\"Raleway,30,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_text\":\"\\n\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} img{width:100%}\",\"pagelayer-id\":\"5ki2568\"} -->\n<!-- /wp:pagelayer/pl_service -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/about/', 0, 'page', '', 0),
(31, 0, '2023-07-09 15:39:36', '2023-07-09 15:39:36', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"30px,0px,0px,0px\",\"pagelayer-id\":\"xh51199\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"vb42535\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eLeave a Message\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"ufn5740\"} --><h6>Leave a Message</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"default\",\"space_label\":\",,10,\",\"input_padding\":\"10,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Send Message\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-custom\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"ele_bg_hover_delay\":\"400\",\"form_input_bg\":\"#90909013\",\"field_border_type\":\"solid\",\"field_border_color\":\"#003b64ff\",\"field_border_width\":\"1,1,1,1\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#003b64ff\",\"field_border_width_focus\":\"2,2,2,2\",\"btn_border_color\":\"#28772cff\",\"btn_border_width\":\"3,3,3,3\",\"btn_border_radius\":\"0,0,0,0\",\"btn_bg_color\":\"#ccccccff\",\"btn_color\":\"#28772cff\",\"btn_custom_size\":\"13,30\",\"btn_typo\":\",,,,,,Solid,,,,\",\"btn_border_type\":\"solid\",\"input_height\":\"20\",\"input_typo\":\"Montserrat,16,,,,,Solid,,,,\",\"input_state\":\"normal\",\"pagelayer-id\":\"9h65255\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"Fieldname\",\"field_width\":\"100\",\"space_between\":\"0,0,20,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"true\",\"pagelayer-id\":\"5p63137\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email\",\"field_type\":\"email\",\"values\":\"One\\nTwo\",\"field_name\":\"Fieldname\",\"field_width\":\"100\",\"space_between\":\"0,0,20,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"true\",\"pagelayer-id\":\"mmh2920\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message\",\"field_type\":\"textarea\",\"values\":\"One\\nTwo\",\"field_name\":\"Fieldname\",\"field_width\":\"100\",\"space_between\":\"0,0,20,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"true\",\"textarea_rows\":\"10\",\"pagelayer-id\":\"zhf5525\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"wh82320\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch6\\u003eContact Information\\u003c/h6\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"gen8471\"} --><h6>Contact Information</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"fas fa-map-marker-alt\",\"ele_bg_hover_delay\":\"400\",\"typography\":\",,,,,,Solid,,,,\",\"space\":\"10\",\"icon_size\":\"34\",\"color\":\"\",\"icon_color\":\"#28772cff\",\"ele_margin\":\"20px,0px,0px,0px\",\"pagelayer-id\":\"uw37375\"} /-->\n<!-- wp:pagelayer/pl_email {\"icon\":\"fas fa-envelope\",\"ele_bg_hover_delay\":\"400\",\"icon_color\":\"#28772cff\",\"icon_size\":\"34\",\"typography\":\",,,,,,Solid,,,,\",\"space\":\"10\",\"ele_margin\":\"20px,0px,0px,0px\",\"color\":\"\",\"pagelayer-id\":\"k2v2522\"} /-->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"fas fa-phone-alt\",\"ele_bg_hover_delay\":\"400\",\"color\":\"\",\"typography\":\",,,,,,Solid,,,,\",\"space\":\"10\",\"icon_color\":\"#28772cff\",\"icon_size\":\"34\",\"ele_margin\":\"20px,0px,0px,0px\",\"pagelayer-id\":\"uez2015\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"10\",\"width_content\":\"full\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,0px,0px\",\"pagelayer-id\":\"jr88741\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"fxh6818\"} -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"450\",\"ele_bg_hover_delay\":\"400\",\"address\":\"\\n\\n\\n\\nNew York, New York, USA\",\"pagelayer-id\":\"ilv7253\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-07-09 15:39:36', '2023-07-09 15:39:36', '', 0, 'https://dev.unsap.ac.id/contact/', 0, 'page', '', 0),
(39, 1, '2023-07-09 16:13:08', '2023-07-09 16:13:08', '', 'IMG-20230707-WA0028', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0028', '', '', '2023-07-09 16:13:08', '2023-07-09 16:13:08', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2023-07-09 16:17:13', '2023-07-09 16:17:13', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2023-07-09 17:22:49', '2023-07-09 17:22:49', '', 0, 'https://demo.unsap.ac.id/?p=40', 0, 'elementor_library', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(41, 1, '2023-07-09 16:26:06', '2023-07-09 16:26:06', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"q581885\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"0e72274\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-leaf\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Resources\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#28772cff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"79l8558\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"dm14639\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-list-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Programs\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#449036ff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"04g4665\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"zsd8641\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-edit\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Information\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#62a53cff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"t1w2816\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,40px,0px\",\"pagelayer-id\":\"vv44149\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"g0v5031\"} -->\r\n\r\n<!-- wp:pagelayer/pl_image {\"id\":\"9\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\",\"pagelayer-id\":\"8tk8838\"} --><!-- /wp:pagelayer/pl_image --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"pagelayer-id\":\"1n99880\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eEnvironmental Management Agency\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ftx4216\"} -->\r\n<h3>Environmental Management Agency</h3>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"f6k6994\"} -->\r\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.</p>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"6\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#000000ff\",\"pagelayer-id\":\"q3i7986\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ne79588\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWe Are Commited To Protect And Enhance Our Environment\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"xpk9\"} -->\r\n<h2>We Are Commited To Protect And Enhance Our Environment</h2>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,60px,0px\",\"pagelayer-id\":\"b8n9221\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"m597254\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"14\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Chemistry\\u003c/h4\\u003e\",\"pagelayer-id\":\"dp96532\"} -->\r\n<h4>Environmental Chemistry</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"8kf3087\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Protection\\u003c/h4\\u003e\",\"pagelayer-id\":\"gjk3917\"} -->\r\n<h4>Environmental Protection</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"k1c6654\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_hover_anim\":\"grow\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_bg_img\":\"15\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Enforcement\\u003c/h4\\u003e\",\"pagelayer-id\":\"obb2192\"} -->\r\n<h4>Environmental Enforcement</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"0px,0px,60px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"chr3742\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"border_type\":\"solid\",\"border_width\":\"10px,10px,10px,10px\",\"border_color\":\"#28772cff\",\"col\":\"8\",\"ele_padding\":\"50px,50px,50px,50px\",\"ele_padding_tablet\":\"1px,1px,1px,1px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_margin\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"0391807\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ptr5695\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#d6d6d6ff\",\"ele_padding\":\"0px,0px,0px,0px\",\"col_width\":\"60\",\"col_width_tablet\":\"100\",\"col_width_mobile\":\"100\",\"content_pos\":\"center\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"bt64284\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch4\\u003eWhat We Offer ?\\u003c/h4\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"bzo8167\"} -->\r\n<h4>What We Offer ?</h4>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. \\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"qpy2741\"} -->\r\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col_width\":\"30\",\"col_width_tablet\":\"100\",\"pagelayer-id\":\"vdp4747\"} -->\r\n\r\n<!-- wp:pagelayer/pl_image {\"id\":\"12\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"30px,30px,30px,30px\",\"ele_hover_anim\":\"grow\",\"text\":\"\\n\",\"pagelayer-id\":\"80c9062\"} --><!-- /wp:pagelayer/pl_image --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"15\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#050606ff\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"pagelayer-id\":\"c615153\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"j6h4418\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWe Are the Saviours Of Plants\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"zw59507\"} -->\r\n<h2>We Are the Saviours Of Plants</h2>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"yxu7369\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"ojo8734\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-tree\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Eco System\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"dwd5593\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"jwd4868\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-cloud-sun\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Solar Light\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"tj83545\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"cuc2253\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-lightbulb\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Eco Ideas\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"2vb5225\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"eai4134\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"far fa-sun\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Energy\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"j288824\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"pvt8035\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7jv4510\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eRecent News\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"diq1300\"} -->\r\n<h2>Recent News</h2>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"ava9589\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"0p79751\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Eco Conference\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"1rr5250\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ltd1382\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Analysis of Ecological\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"gqp3541\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9sv9894\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ecological Study\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"riz9945\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:26:06', '2023-07-09 16:26:06', '', 29, 'https://demo.unsap.ac.id/?p=41', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(42, 1, '2023-07-09 16:27:13', '2023-07-09 16:27:13', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"q581885\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"0e72274\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-leaf\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Resources\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#28772cff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"79l8558\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"dm14639\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-list-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Programs\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#449036ff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"04g4665\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"zsd8641\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-edit\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Information\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#62a53cff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"t1w2816\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,40px,0px\",\"pagelayer-id\":\"vv44149\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"g0v5031\"} -->\r\n\r\n<!-- wp:pagelayer/pl_image {\"id\":\"9\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\",\"pagelayer-id\":\"8tk8838\"} --><!-- /wp:pagelayer/pl_image --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"pagelayer-id\":\"1n99880\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eEnvironmental Management Agency\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ftx4216\"} -->\r\n<h3>Environmental Management Agency</h3>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"f6k6994\"} -->\r\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.</p>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"6\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#000000ff\",\"pagelayer-id\":\"q3i7986\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ne79588\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWe Are Commited To Protect And Enhance Our Environment\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"xpk9\"} -->\r\n<h2>We Are Commited To Protect And Enhance Our Environment</h2>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,60px,0px\",\"pagelayer-id\":\"b8n9221\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"m597254\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"14\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Chemistry\\u003c/h4\\u003e\",\"pagelayer-id\":\"dp96532\"} -->\r\n<h4>Environmental Chemistry</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"8kf3087\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Protection\\u003c/h4\\u003e\",\"pagelayer-id\":\"gjk3917\"} -->\r\n<h4>Environmental Protection</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"k1c6654\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_hover_anim\":\"grow\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_bg_img\":\"15\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Enforcement\\u003c/h4\\u003e\",\"pagelayer-id\":\"obb2192\"} -->\r\n<h4>Environmental Enforcement</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"0px,0px,60px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"chr3742\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"border_type\":\"solid\",\"border_width\":\"10px,10px,10px,10px\",\"border_color\":\"#28772cff\",\"col\":\"8\",\"ele_padding\":\"50px,50px,50px,50px\",\"ele_padding_tablet\":\"1px,1px,1px,1px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_margin\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"0391807\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ptr5695\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#d6d6d6ff\",\"ele_padding\":\"0px,0px,0px,0px\",\"col_width\":\"60\",\"col_width_tablet\":\"100\",\"col_width_mobile\":\"100\",\"content_pos\":\"center\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"bt64284\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch4\\u003eWhat We Offer ?\\u003c/h4\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"bzo8167\"} -->\r\n<h4>What We Offer ?</h4>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. \\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"qpy2741\"} -->\r\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col_width\":\"30\",\"col_width_tablet\":\"100\",\"pagelayer-id\":\"vdp4747\"} -->\r\n\r\n<!-- wp:pagelayer/pl_image {\"id\":\"12\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"30px,30px,30px,30px\",\"ele_hover_anim\":\"grow\",\"text\":\"\\n\",\"pagelayer-id\":\"80c9062\"} --><!-- /wp:pagelayer/pl_image --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"15\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#050606ff\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"pagelayer-id\":\"c615153\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"j6h4418\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWe Are the Saviours Of Plants\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"zw59507\"} -->\r\n<h2>We Are the Saviours Of Plants</h2>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"yxu7369\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"ojo8734\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-tree\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Eco System\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"dwd5593\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"jwd4868\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-cloud-sun\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Solar Light\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"tj83545\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"cuc2253\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-lightbulb\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Eco Ideas\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"2vb5225\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"eai4134\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"far fa-sun\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Energy\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"j288824\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"pvt8035\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7jv4510\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eRecent News\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"diq1300\"} -->\r\n<h2>Recent News</h2>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"ava9589\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"0p79751\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Eco Conference\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"1rr5250\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ltd1382\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Analysis of Ecological\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"gqp3541\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9sv9894\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ecological Study\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"riz9945\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:27:13', '2023-07-09 16:27:13', '', 29, 'https://demo.unsap.ac.id/?p=42', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(43, 1, '2023-07-09 16:27:13', '2023-07-09 16:27:13', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,0px,0px\",\"pagelayer-id\":\"q581885\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"0e72274\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-leaf\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Resources\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#28772cff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"79l8558\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"dm14639\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-list-alt\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Programs\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#449036ff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"04g4665\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"zsd8641\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fa fa-edit\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"50\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Information\",\"service_title_spacing\":\"5,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",20,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_content_spacing\":\"0,10,20,10\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#62a53cff\",\"service_icon_spacing\":\"15,0,0,0\",\"service_text\":\"\\u003cp\\u003eLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.\\u003c/p\\u003e\",\"heading_alignment\":\"center\",\"ele_css\":\"{{element}} .pagelayer-service-text p{color:white}\",\"pagelayer-id\":\"t1w2816\"} -->\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"40px,0px,40px,0px\",\"pagelayer-id\":\"vv44149\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"g0v5031\"} -->\r\n\r\n<!-- wp:pagelayer/pl_image {\"id\":\"9\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\",\"pagelayer-id\":\"8tk8838\"} --><!-- /wp:pagelayer/pl_image --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"pagelayer-id\":\"1n99880\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eEnvironmental Management Agency\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"ftx4216\"} -->\r\n<h3>Environmental Management Agency</h3>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"f6k6994\"} -->\r\n<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.</p>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"6\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"150px,0px,150px,0px\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#000000ff\",\"pagelayer-id\":\"q3i7986\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ne79588\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWe Are Commited To Protect And Enhance Our Environment\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"xpk9\"} -->\r\n<h2>We Are Commited To Protect And Enhance Our Environment</h2>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"60px,0px,60px,0px\",\"pagelayer-id\":\"b8n9221\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"m597254\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"14\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Chemistry\\u003c/h4\\u003e\",\"pagelayer-id\":\"dp96532\"} -->\r\n<h4>Environmental Chemistry</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"8kf3087\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_hover_anim\":\"grow\",\"ele_bg_img\":\"7\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Protection\\u003c/h4\\u003e\",\"pagelayer-id\":\"gjk3917\"} -->\r\n<h4>Environmental Protection</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"k1c6654\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#ffffffff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#28772cff\",\"ele_padding\":\"40px,0px,40px,0px\",\"heading_typo\":\",,,,,,Solid,,,,\",\"border_type\":\"solid\",\"border_width\":\"0px,0px,0px,0px\",\"border_color\":\"#ffffffff\",\"border_radius\":\"0px,0px,0px,0px\",\"border_shadow_hover\":\"0,0,0,#1d1d1bff,0,\",\"ele_hover_anim\":\"grow\",\"ele_margin\":\"0px,15px,0px,15px\",\"ele_bg_img\":\"15\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"text\":\"\\u003ch4\\u003eEnvironmental Enforcement\\u003c/h4\\u003e\",\"pagelayer-id\":\"obb2192\"} -->\r\n<h4>Environmental Enforcement</h4>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"0px,0px,60px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"chr3742\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"border_type\":\"solid\",\"border_width\":\"10px,10px,10px,10px\",\"border_color\":\"#28772cff\",\"col\":\"8\",\"ele_padding\":\"50px,50px,50px,50px\",\"ele_padding_tablet\":\"1px,1px,1px,1px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"ele_margin\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"0391807\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ptr5695\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#d6d6d6ff\",\"ele_padding\":\"0px,0px,0px,0px\",\"col_width\":\"60\",\"col_width_tablet\":\"100\",\"col_width_mobile\":\"100\",\"content_pos\":\"center\",\"ele_padding_tablet\":\"0px,0px,0px,0px\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"pagelayer-id\":\"bt64284\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch4\\u003eWhat We Offer ?\\u003c/h4\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"bzo8167\"} -->\r\n<h4>What We Offer ?</h4>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. \\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"qpy2741\"} -->\r\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.</p>\r\n<!-- /wp:pagelayer/pl_heading --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col_width\":\"30\",\"col_width_tablet\":\"100\",\"pagelayer-id\":\"vdp4747\"} -->\r\n\r\n<!-- wp:pagelayer/pl_image {\"id\":\"12\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"30px,30px,30px,30px\",\"ele_hover_anim\":\"grow\",\"text\":\"\\n\",\"pagelayer-id\":\"80c9062\"} --><!-- /wp:pagelayer/pl_image --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"15\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#050606ff\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"pagelayer-id\":\"c615153\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"j6h4418\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eWe Are the Saviours Of Plants\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"zw59507\"} -->\r\n<h2>We Are the Saviours Of Plants</h2>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"yxu7369\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"ojo8734\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-tree\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Eco System\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"dwd5593\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"jwd4868\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-cloud-sun\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Solar Light\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"tj83545\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"cuc2253\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-lightbulb\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Eco Ideas\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"2vb5225\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"eai4134\"} -->\r\n\r\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"far fa-sun\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"middle\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"75\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"Energy\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,10,0\",\"ele_css\":\"{{element}} .pagelayer-service-text {color:white}\",\"pagelayer-id\":\"j288824\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.</p>\r\n<!-- /wp:pagelayer/pl_iconbox --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->\r\n\r\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_padding\":\"50px,0px,50px,0px\",\"pagelayer-id\":\"pvt8035\"} -->\r\n\r\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7jv4510\"} -->\r\n\r\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch2\\u003eRecent News\\u003c/h2\\u003e\",\"heading_state\":\"normal\",\"align\":\"center\",\"pagelayer-id\":\"diq1300\"} -->\r\n<h2>Recent News</h2>\r\n<!-- /wp:pagelayer/pl_heading -->\r\n\r\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"ava9589\"} -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"0p79751\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Eco Conference\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"1rr5250\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"ltd1382\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Analysis of Ecological\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"gqp3541\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col -->\r\n\r\n<!-- wp:pagelayer/pl_inner_col {\"overlay_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"9sv9894\"} -->\r\n\r\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"full\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ecological Study\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,20,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"\",\"service_heading_typo\":\",25,,,,,Solid,,,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_text\":\"Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,0,20,0\",\"pagelayer-id\":\"riz9945\"} -->\r\n<p>Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>\r\n<!-- /wp:pagelayer/pl_service --><!-- /wp:pagelayer/pl_inner_col --><!-- /wp:pagelayer/pl_inner_row --><!-- /wp:pagelayer/pl_col --><!-- /wp:pagelayer/pl_row -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:27:13', '2023-07-09 16:27:13', '', 29, 'https://demo.unsap.ac.id/?p=43', 0, 'revision', '', 0),
(44, 1, '2023-07-09 16:27:13', '2023-07-09 16:27:13', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:27:13', '2023-07-09 16:27:13', '', 29, 'https://demo.unsap.ac.id/?p=44', 0, 'revision', '', 0),
(150, 1, '2023-07-09 16:33:10', '2023-07-09 16:33:10', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:33:10', '2023-07-09 16:33:10', '', 29, 'https://demo.unsap.ac.id/?p=150', 0, 'revision', '', 0),
(151, 1, '2023-07-09 16:33:10', '2023-07-09 16:33:10', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:33:10', '2023-07-09 16:33:10', '', 29, 'https://demo.unsap.ac.id/?p=151', 0, 'revision', '', 0),
(152, 1, '2023-07-09 16:33:11', '2023-07-09 16:33:11', 'We are here for your care\n					<h2>Book An Appointment with our Doctors</h2>				\n					<p>Heart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.</p>\n							<a href=\"#\" >\n					Book Now				</a>\n			<h2>We are a Group of Professionals</h2>				\n					<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they </p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional Staff                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Medical &amp;  Surgical                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Service                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n						About us\n					<h2>Hospital doctor exam  patient that they can diagnose</h2>				\n					<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.</p>\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n			<h2>Play Now</h2>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"635\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" />															\n			<h2>Our Services</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    General Medical                </h3>\n                        		  <p>College was established in vision by  group of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"39\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Family Physician                </h3>\n                        		  <p>Provide made medical education College was established in vision by  group of dedicated people to</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Eye Surgery                </h3>\n                        		  <p>Vision by  group College was established in  of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"42\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Intensive care                </h3>\n                        		  <p>People to provide made medical education College was established in vision by  group of dedicated </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Lab Tests                </h3>\n                        		  <p>Dedicated education College was established in vision by  group of  people to provide made medical </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"55\" height=\"35\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Care                </h3>\n                        		  <p>Established in vision by  group of dedicated people to provide College was  made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			<h2>Our Specialty</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"49\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional staff                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"40\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Advanced Diagnostic                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Online Medicine                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Ambulance Service                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			<h2>Meet Our Teams</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Harrison Hudson										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"170\" height=\"170\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" sizes=\"(max-width: 170px) 100vw, 170px\" />				<!-- .profile-header END -->\n					<h2>\n											Kirstin Hagen										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Laurel Clark										</h2>\n					<p>Cosmetic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Hakim Heck										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n			<h2>Our Speciality Clinic</h2>				\n					<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment</p>\n												0\n																			+\n					<h3>Support Given</h3>								\n												0\n																			+\n					<h3>Clients Rating</h3>								\n												0\n						M													+\n					<h3>Money Saved</h3>								\n												0\n																			+\n					<h3>Happy Clients</h3>								\n			<h2>Recent News</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:33:11', '2023-07-09 16:33:11', '', 29, 'https://demo.unsap.ac.id/?p=152', 0, 'revision', '', 0),
(154, 1, '2023-07-09 16:35:40', '2023-07-09 16:35:40', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2023-07-09 16:35:40', '2023-07-09 16:35:40', '', 40, 'https://demo.unsap.ac.id/?p=154', 0, 'revision', '', 0),
(155, 1, '2023-07-09 16:35:40', '2023-07-09 16:35:40', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2023-07-09 16:35:40', '2023-07-09 16:35:40', '', 40, 'https://demo.unsap.ac.id/?p=155', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(156, 1, '2023-07-09 16:36:03', '2023-07-09 16:36:03', 'We are here for your care\n					<h2>Book An Appointment with our Doctors</h2>				\n					<p>Heart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.</p>\n							<a href=\"#\" >\n					Book Now				</a>\n			<h2>We are a Group of Professionals</h2>				\n					<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they </p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional Staff                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Medical &amp;  Surgical                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Service                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n						About us\n					<h2>Hospital doctor exam  patient that they can diagnose</h2>				\n					<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.</p>\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n			<h2>Play Now</h2>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"635\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" />															\n			<h2>Our Services</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    General Medical                </h3>\n                        		  <p>College was established in vision by  group of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"39\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Family Physician                </h3>\n                        		  <p>Provide made medical education College was established in vision by  group of dedicated people to</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Eye Surgery                </h3>\n                        		  <p>Vision by  group College was established in  of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"42\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Intensive care                </h3>\n                        		  <p>People to provide made medical education College was established in vision by  group of dedicated </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Lab Tests                </h3>\n                        		  <p>Dedicated education College was established in vision by  group of  people to provide made medical </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"55\" height=\"35\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Care                </h3>\n                        		  <p>Established in vision by  group of dedicated people to provide College was  made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			<h2>Our Specialty</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"49\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional staff                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"40\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Advanced Diagnostic                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Online Medicine                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Ambulance Service                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			<h2>Meet Our Teams</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Harrison Hudson										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"170\" height=\"170\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" sizes=\"(max-width: 170px) 100vw, 170px\" />				<!-- .profile-header END -->\n					<h2>\n											Kirstin Hagen										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Laurel Clark										</h2>\n					<p>Cosmetic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Hakim Heck										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n			<h2>Our Speciality Clinic</h2>				\n					<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment</p>\n												0\n																			+\n					<h3>Support Given</h3>								\n												0\n																			+\n					<h3>Clients Rating</h3>								\n												0\n						M													+\n					<h3>Money Saved</h3>								\n												0\n																			+\n					<h3>Happy Clients</h3>								\n			<h2>Recent News</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:36:03', '2023-07-09 16:36:03', '', 29, 'https://demo.unsap.ac.id/?p=156', 0, 'revision', '', 0),
(157, 1, '2023-07-09 16:36:05', '2023-07-09 16:36:05', 'We are here for your care\n					<h2>Book An Appointment with our Doctors</h2>				\n					<p>Heart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.</p>\n							<a href=\"#\" >\n					Book Now				</a>\n			<h2>We are a Group of Professionals</h2>				\n					<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they </p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional Staff                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Medical &amp;  Surgical                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Service                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n						About us\n					<h2>Hospital doctor exam  patient that they can diagnose</h2>				\n					<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.</p>\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n			<h2>Play Now</h2>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"635\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" />															\n			<h2>Our Services</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    General Medical                </h3>\n                        		  <p>College was established in vision by  group of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"39\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Family Physician                </h3>\n                        		  <p>Provide made medical education College was established in vision by  group of dedicated people to</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Eye Surgery                </h3>\n                        		  <p>Vision by  group College was established in  of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"42\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Intensive care                </h3>\n                        		  <p>People to provide made medical education College was established in vision by  group of dedicated </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Lab Tests                </h3>\n                        		  <p>Dedicated education College was established in vision by  group of  people to provide made medical </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"55\" height=\"35\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Care                </h3>\n                        		  <p>Established in vision by  group of dedicated people to provide College was  made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			<h2>Our Specialty</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"49\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional staff                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"40\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Advanced Diagnostic                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Online Medicine                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Ambulance Service                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			<h2>Meet Our Teams</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Harrison Hudson										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"170\" height=\"170\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" sizes=\"(max-width: 170px) 100vw, 170px\" />				<!-- .profile-header END -->\n					<h2>\n											Kirstin Hagen										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Laurel Clark										</h2>\n					<p>Cosmetic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Hakim Heck										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n			<h2>Our Speciality Clinic</h2>				\n					<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment</p>\n												0\n																			+\n					<h3>Support Given</h3>								\n												0\n																			+\n					<h3>Clients Rating</h3>								\n												0\n						M													+\n					<h3>Money Saved</h3>								\n												0\n																			+\n					<h3>Happy Clients</h3>								\n			<h2>Recent News</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:36:05', '2023-07-09 16:36:05', '', 29, 'https://demo.unsap.ac.id/?p=157', 0, 'revision', '', 0),
(158, 1, '2023-07-09 16:36:07', '2023-07-09 16:36:07', '<h2>We are a Group of Professionals</h2>				\n					<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they </p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional Staff                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Medical &amp;  Surgical                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Service                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n						About us\n					<h2>Hospital doctor exam  patient that they can diagnose</h2>				\n					<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.</p>\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n			<h2>Play Now</h2>		\n															<img width=\"635\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" />															\n			<h2>Our Services</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    General Medical                </h3>\n                        		  <p>College was established in vision by  group of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"39\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Family Physician                </h3>\n                        		  <p>Provide made medical education College was established in vision by  group of dedicated people to</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Eye Surgery                </h3>\n                        		  <p>Vision by  group College was established in  of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"42\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Intensive care                </h3>\n                        		  <p>People to provide made medical education College was established in vision by  group of dedicated </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Lab Tests                </h3>\n                        		  <p>Dedicated education College was established in vision by  group of  people to provide made medical </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"55\" height=\"35\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Care                </h3>\n                        		  <p>Established in vision by  group of dedicated people to provide College was  made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			<h2>Our Specialty</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"49\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional staff                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"40\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Advanced Diagnostic                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Online Medicine                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Ambulance Service                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			<h2>Meet Our Teams</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Harrison Hudson										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"170\" height=\"170\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" sizes=\"(max-width: 170px) 100vw, 170px\" />				<!-- .profile-header END -->\n					<h2>\n											Kirstin Hagen										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Laurel Clark										</h2>\n					<p>Cosmetic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Hakim Heck										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n			<h2>Our Speciality Clinic</h2>				\n					<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment</p>\n												0\n																			+\n					<h3>Support Given</h3>								\n												0\n																			+\n					<h3>Clients Rating</h3>								\n												0\n						M													+\n					<h3>Money Saved</h3>								\n												0\n																			+\n					<h3>Happy Clients</h3>								\n			<h2>Recent News</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:36:07', '2023-07-09 16:36:07', '', 29, 'https://demo.unsap.ac.id/?p=158', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(159, 1, '2023-07-09 16:37:05', '2023-07-09 16:37:05', '<h2>We are a Group of Professionals</h2>				\n					<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they </p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional Staff                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Medical &amp;  Surgical                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Service                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n						About us\n					<h2>Hospital doctor exam  patient that they can diagnose</h2>				\n					<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.</p>\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n			<h2>Play Now</h2>		\n															<img width=\"635\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" />															\n			<h2>Our Services</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    General Medical                </h3>\n                        		  <p>College was established in vision by  group of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"39\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Family Physician                </h3>\n                        		  <p>Provide made medical education College was established in vision by  group of dedicated people to</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Eye Surgery                </h3>\n                        		  <p>Vision by  group College was established in  of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"42\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Intensive care                </h3>\n                        		  <p>People to provide made medical education College was established in vision by  group of dedicated </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Lab Tests                </h3>\n                        		  <p>Dedicated education College was established in vision by  group of  people to provide made medical </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"55\" height=\"35\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Care                </h3>\n                        		  <p>Established in vision by  group of dedicated people to provide College was  made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			<h2>Our Specialty</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"49\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional staff                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"40\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Advanced Diagnostic                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Online Medicine                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Ambulance Service                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			<h2>Meet Our Teams</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Harrison Hudson										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"170\" height=\"170\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" sizes=\"(max-width: 170px) 100vw, 170px\" />				<!-- .profile-header END -->\n					<h2>\n											Kirstin Hagen										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Laurel Clark										</h2>\n					<p>Cosmetic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Hakim Heck										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n			<h2>Our Speciality Clinic</h2>				\n					<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment</p>\n												0\n																			+\n					<h3>Support Given</h3>								\n												0\n																			+\n					<h3>Clients Rating</h3>								\n												0\n						M													+\n					<h3>Money Saved</h3>								\n												0\n																			+\n					<h3>Happy Clients</h3>								\n			<h2>Recent News</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:37:05', '2023-07-09 16:37:05', '', 29, 'https://demo.unsap.ac.id/?p=159', 0, 'revision', '', 0),
(160, 1, '2023-07-09 16:37:07', '2023-07-09 16:37:07', '<h2>We are a Group of Professionals</h2>				\n					<p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they </p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional Staff                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Medical &amp;  Surgical                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"48\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Service                </h3>\n                        		  <p>Behind word mountains the from\ncountries Vokalia and Consonantia\nlive blind texts.</p>\n						About us\n					<h2>Hospital doctor exam  patient that they can diagnose</h2>				\n					<p>Behind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.</p>\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n			<h2>Play Now</h2>		\n															<img width=\"635\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" sizes=\"(max-width: 635px) 100vw, 635px\" />															\n			<h2>Our Services</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    General Medical                </h3>\n                        		  <p>College was established in vision by  group of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"39\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Family Physician                </h3>\n                        		  <p>Provide made medical education College was established in vision by  group of dedicated people to</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Eye Surgery                </h3>\n                        		  <p>Vision by  group College was established in  of dedicated people to provide made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"42\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Intensive care                </h3>\n                        		  <p>People to provide made medical education College was established in vision by  group of dedicated </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"49\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Lab Tests                </h3>\n                        		  <p>Dedicated education College was established in vision by  group of  people to provide made medical </p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"55\" height=\"35\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Emergency Care                </h3>\n                        		  <p>Established in vision by  group of dedicated people to provide College was  made medical education</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                        Learn more \n                                    </a>\n			<h2>Our Specialty</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"45\" height=\"49\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Professional staff                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"40\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Advanced Diagnostic                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"48\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Online Medicine                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			        <!-- link opening -->\n                <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                <!-- end link opening -->\n                    <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" loading=\"lazy\" />                \n                            <h3>\n                    Ambulance Service                </h3>\n                        		  <p>College was established in vision\nquality medical education</p>\n                </a>\n			<h2>Meet Our Teams</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Harrison Hudson										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"170\" height=\"170\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" sizes=\"(max-width: 170px) 100vw, 170px\" />				<!-- .profile-header END -->\n					<h2>\n											Kirstin Hagen										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Laurel Clark										</h2>\n					<p>Cosmetic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n					<img width=\"164\" height=\"164\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" sizes=\"(max-width: 164px) 100vw, 164px\" />				<!-- .profile-header END -->\n					<h2>\n											Hakim Heck										</h2>\n					<p>Plastic Surgeon</p>\n									<!-- .profile-body END -->\n						<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://pinterest.com/\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://linkedin.com\" aria-label=\"Linkedin\">\n							</a>\n		</li>\n	</ul>\n			<h2>Our Speciality Clinic</h2>				\n					<p>International Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment</p>\n												0\n																			+\n					<h3>Support Given</h3>								\n												0\n																			+\n					<h3>Clients Rating</h3>								\n												0\n						M													+\n					<h3>Money Saved</h3>								\n												0\n																			+\n					<h3>Happy Clients</h3>								\n			<h2>Recent News</h2>				\n					<p>The hospital plays a statewide services includes the Acquired</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:37:07', '2023-07-09 16:37:07', '', 29, 'https://demo.unsap.ac.id/?p=160', 0, 'revision', '', 0),
(161, 1, '2023-07-09 16:37:09', '2023-07-09 16:37:09', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:37:09', '2023-07-09 16:37:09', '', 29, 'https://demo.unsap.ac.id/?p=161', 0, 'revision', '', 0),
(162, 1, '2023-07-09 16:38:27', '2023-07-09 16:38:27', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 16:38:26\"\n    },\n    \"page_on_front\": {\n        \"value\": \"29\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 16:38:26\"\n    },\n    \"page_for_posts\": {\n        \"value\": \"28\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 16:38:26\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1edefc02-d958-47fa-9aa0-1ebe41e06db6', '', '', '2023-07-09 16:38:27', '2023-07-09 16:38:27', '', 0, 'https://demo.unsap.ac.id/?p=162', 0, 'customize_changeset', '', 0),
(163, 1, '2023-07-09 16:38:40', '2023-07-09 16:38:40', 'We are here for your care\r\n<h2>Book An Appointment with our Doctors</h2>\r\nHeart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.\r\n\r\n<a href=\"#\">\r\nBook Now </a>\r\n<h2>We are a Group of Professionals</h2>\r\nOn the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Professional Staff</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Medical &amp; Surgical</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Emergency Service</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\nAbout us\r\n<h2>Hospital doctor exam patient that they can diagnose</h2>\r\nBehind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.\r\n\r\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\"> </a>\r\n<h2>Play Now</h2>\r\n<style>/*! elementor - v3.15.0 - 09-07-2023 */<br />\r\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" sizes=\"(max-width: 635px) 100vw, 635px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" alt=\"\" width=\"635\" height=\"606\" />\r\n<h2>Our Services</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>General Medical</h3>\r\nCollege was established in vision by group of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" width=\"39\" height=\"50\" />\r\n<h3>Family Physician</h3>\r\nProvide made medical education College was established in vision by group of dedicated people to\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" width=\"45\" height=\"50\" />\r\n<h3>Eye Surgery</h3>\r\nVision by group College was established in of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" width=\"45\" height=\"42\" />\r\n<h3>Intensive care</h3>\r\nPeople to provide made medical education College was established in vision by group of dedicated\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Lab Tests</h3>\r\nDedicated education College was established in vision by group of people to provide made medical\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" width=\"55\" height=\"35\" />\r\n<h3>Emergency Care</h3>\r\nEstablished in vision by group of dedicated people to provide College was made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<h2>Our Specialty</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" width=\"45\" height=\"49\" /> </a>\r\n<h3>Professional staff</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" width=\"40\" height=\"50\" /> </a>\r\n<h3>Advanced Diagnostic</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" width=\"48\" height=\"50\" /> </a>\r\n<h3>Online Medicine</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" width=\"50\" height=\"50\" /> </a>\r\n<h3>Ambulance Service</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n&nbsp;\r\n<h2>Meet Our Teams</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Harrison Hudson</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" sizes=\"(max-width: 170px) 100vw, 170px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" alt=\"\" width=\"170\" height=\"170\" /> <!-- .profile-header END -->\r\n<h2>Kirstin Hagen</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Laurel Clark</h2>\r\nCosmetic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Hakim Heck</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<h2>Our Speciality Clinic</h2>\r\nInternational Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment\r\n\r\n0\r\n+\r\n<h3>Support Given</h3>\r\n0\r\n+\r\n<h3>Clients Rating</h3>\r\n0\r\nM +\r\n<h3>Money Saved</h3>\r\n0\r\n+\r\n<h3>Happy Clients</h3>\r\n<h2>Recent News</h2>\r\nThe hospital plays a statewide services includes the Acquired', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:38:40', '2023-07-09 16:38:40', '', 29, 'https://demo.unsap.ac.id/?p=163', 0, 'revision', '', 0),
(164, 1, '2023-07-09 16:39:11', '2023-07-09 16:39:11', 'We are here for your care\r\n<h2>Book An Appointment with our Doctors</h2>\r\nHeart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.\r\n\r\n<a href=\"#\">\r\nBook Now </a>\r\n<h2>We are a Group of Professionals</h2>\r\nOn the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Professional Staff</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Medical &amp; Surgical</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Emergency Service</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\nAbout us\r\n<h2>Hospital doctor exam patient that they can diagnose</h2>\r\nBehind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.\r\n\r\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\"> </a>\r\n<h2>Play Now</h2>\r\n<style>/*! elementor - v3.15.0 - 09-07-2023 */<br />.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" sizes=\"(max-width: 635px) 100vw, 635px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" alt=\"\" width=\"635\" height=\"606\" />\r\n<h2>Our Services</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>General Medical</h3>\r\nCollege was established in vision by group of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" width=\"39\" height=\"50\" />\r\n<h3>Family Physician</h3>\r\nProvide made medical education College was established in vision by group of dedicated people to\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" width=\"45\" height=\"50\" />\r\n<h3>Eye Surgery</h3>\r\nVision by group College was established in of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" width=\"45\" height=\"42\" />\r\n<h3>Intensive care</h3>\r\nPeople to provide made medical education College was established in vision by group of dedicated\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Lab Tests</h3>\r\nDedicated education College was established in vision by group of people to provide made medical\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" width=\"55\" height=\"35\" />\r\n<h3>Emergency Care</h3>\r\nEstablished in vision by group of dedicated people to provide College was made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<h2>Our Specialty</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" width=\"45\" height=\"49\" /> </a>\r\n<h3>Professional staff</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" width=\"40\" height=\"50\" /> </a>\r\n<h3>Advanced Diagnostic</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" width=\"48\" height=\"50\" /> </a>\r\n<h3>Online Medicine</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" width=\"50\" height=\"50\" /> </a>\r\n<h3>Ambulance Service</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n&nbsp;\r\n<h2>Meet Our Teams</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Harrison Hudson</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" sizes=\"(max-width: 170px) 100vw, 170px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" alt=\"\" width=\"170\" height=\"170\" /> <!-- .profile-header END -->\r\n<h2>Kirstin Hagen</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Laurel Clark</h2>\r\nCosmetic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Hakim Heck</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<h2>Our Speciality Clinic</h2>\r\nInternational Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment\r\n\r\n0\r\n+\r\n<h3>Support Given</h3>\r\n0\r\n+\r\n<h3>Clients Rating</h3>\r\n0\r\nM +\r\n<h3>Money Saved</h3>\r\n0\r\n+\r\n<h3>Happy Clients</h3>\r\n<h2>Recent News</h2>\r\nThe hospital plays a statewide services includes the Acquired', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:39:11', '2023-07-09 16:39:11', '', 29, 'https://demo.unsap.ac.id/?p=164', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(165, 1, '2023-07-09 16:40:16', '2023-07-09 16:40:16', 'We are here for your care\r\n<h2>Book An Appointment with our Doctors</h2>\r\nHeart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.\r\n\r\n<a href=\"#\">\r\nBook Now </a>\r\n<h2>We are a Group of Professionals</h2>\r\nOn the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Professional Staff</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Medical &amp; Surgical</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Emergency Service</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\nAbout us\r\n<h2>Hospital doctor exam patient that they can diagnose</h2>\r\nBehind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.\r\n\r\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\"> </a>\r\n<h2>Play Now</h2>\r\n<style>/*! elementor - v3.15.0 - 09-07-2023 */<br />.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" sizes=\"(max-width: 635px) 100vw, 635px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" alt=\"\" width=\"635\" height=\"606\" />\r\n<h2>Our Services</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>General Medical</h3>\r\nCollege was established in vision by group of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" width=\"39\" height=\"50\" />\r\n<h3>Family Physician</h3>\r\nProvide made medical education College was established in vision by group of dedicated people to\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" width=\"45\" height=\"50\" />\r\n<h3>Eye Surgery</h3>\r\nVision by group College was established in of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" width=\"45\" height=\"42\" />\r\n<h3>Intensive care</h3>\r\nPeople to provide made medical education College was established in vision by group of dedicated\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Lab Tests</h3>\r\nDedicated education College was established in vision by group of people to provide made medical\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" width=\"55\" height=\"35\" />\r\n<h3>Emergency Care</h3>\r\nEstablished in vision by group of dedicated people to provide College was made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<h2>Our Specialty</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" width=\"45\" height=\"49\" /> </a>\r\n<h3>Professional staff</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" width=\"40\" height=\"50\" /> </a>\r\n<h3>Advanced Diagnostic</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" width=\"48\" height=\"50\" /> </a>\r\n<h3>Online Medicine</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" width=\"50\" height=\"50\" /> </a>\r\n<h3>Ambulance Service</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n&nbsp;\r\n<h2>Meet Our Teams</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Harrison Hudson</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" sizes=\"(max-width: 170px) 100vw, 170px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" alt=\"\" width=\"170\" height=\"170\" /> <!-- .profile-header END -->\r\n<h2>Kirstin Hagen</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Laurel Clark</h2>\r\nCosmetic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Hakim Heck</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<h2>Our Speciality Clinic</h2>\r\nInternational Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment\r\n\r\n0\r\n+\r\n<h3>Support Given</h3>\r\n0\r\n+\r\n<h3>Clients Rating</h3>\r\n0\r\nM +\r\n<h3>Money Saved</h3>\r\n0\r\n+\r\n<h3>Happy Clients</h3>\r\n<h2>Recent News</h2>\r\nThe hospital plays a statewide services includes the Acquired', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:40:16', '2023-07-09 16:40:16', '', 29, 'https://demo.unsap.ac.id/?p=165', 0, 'revision', '', 0),
(166, 1, '2023-07-09 16:40:16', '2023-07-09 16:40:16', 'We are here for your care\r\n<h2>Book An Appointment with our Doctors</h2>\r\nHeart Institute is the leading centre of in Idea to have started article Valve and have best doctors in the same. Hospital doctors examine patients so that they.\r\n\r\n<a href=\"#\">\r\nBook Now </a>\r\n<h2>We are a Group of Professionals</h2>\r\nOn the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/General-Medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Professional Staff</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Medical &amp; Surgical</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-Surgical.png\" alt=\"\" width=\"48\" height=\"48\" />\r\n<h3>Emergency Service</h3>\r\nBehind word mountains the from\r\ncountries Vokalia and Consonantia\r\nlive blind texts.\r\n\r\nAbout us\r\n<h2>Hospital doctor exam patient that they can diagnose</h2>\r\nBehind the word mountains, far from the countries Vokalia &amp; Consonantia there live the blind texts. Separated they live arts Bookmark grove right at the coast without compromising our we do in the world of finance.\r\n\r\n<a href=\"https://www.youtube.com/embed/1MTkZPys7mU?feature=oembed?playlist=1MTkZPys7mU&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\"> </a>\r\n<h2>Play Now</h2>\r\n<style>/*! elementor - v3.15.0 - 09-07-2023 */<br />.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png\" sizes=\"(max-width: 635px) 100vw, 635px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical.png 635w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/Medical-300x286.png 300w\" alt=\"\" width=\"635\" height=\"606\" />\r\n<h2>Our Services</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/generel-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>General Medical</h3>\r\nCollege was established in vision by group of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-medical.png\" alt=\"\" width=\"39\" height=\"50\" />\r\n<h3>Family Physician</h3>\r\nProvide made medical education College was established in vision by group of dedicated people to\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/eye-medical.png\" alt=\"\" width=\"45\" height=\"50\" />\r\n<h3>Eye Surgery</h3>\r\nVision by group College was established in of dedicated people to provide made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/tool-bok-medical.png\" alt=\"\" width=\"45\" height=\"42\" />\r\n<h3>Intensive care</h3>\r\nPeople to provide made medical education College was established in vision by group of dedicated\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/brain-medical.png\" alt=\"\" width=\"49\" height=\"50\" />\r\n<h3>Lab Tests</h3>\r\nDedicated education College was established in vision by group of people to provide made medical\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<!-- link opening -->\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/bed-medical.png\" alt=\"\" width=\"55\" height=\"35\" />\r\n<h3>Emergency Care</h3>\r\nEstablished in vision by group of dedicated people to provide College was made medical education\r\n\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\nLearn more\r\n</a>\r\n<h2>Our Specialty</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-doctor-medical.png\" alt=\"\" width=\"45\" height=\"49\" /> </a>\r\n<h3>Professional staff</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-heart-medical.png\" alt=\"\" width=\"40\" height=\"50\" /> </a>\r\n<h3>Advanced Diagnostic</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-hand-medical.png\" alt=\"\" width=\"48\" height=\"50\" /> </a>\r\n<h3>Online Medicine</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n<!-- link opening -->\r\n<a href=\"#\" target=\"_self\" rel=\"noopener\">\r\n<!-- end link opening -->\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/white-ambulance-medical.png\" alt=\"\" width=\"50\" height=\"50\" /> </a>\r\n<h3>Ambulance Service</h3>\r\nCollege was established in vision\r\nquality medical education\r\n\r\n&nbsp;\r\n<h2>Meet Our Teams</h2>\r\nThe hospital plays a statewide services includes the Acquired\r\n\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-4-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Harrison Hudson</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png\" sizes=\"(max-width: 170px) 100vw, 170px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1.png 170w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-1-150x150.png 150w\" alt=\"\" width=\"170\" height=\"170\" /> <!-- .profile-header END -->\r\n<h2>Kirstin Hagen</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-2-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Laurel Clark</h2>\r\nCosmetic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png\" sizes=\"(max-width: 164px) 100vw, 164px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3.png 164w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/doctor-3-150x150.png 150w\" alt=\"\" width=\"164\" height=\"164\" /> <!-- .profile-header END -->\r\n<h2>Hakim Heck</h2>\r\nPlastic Surgeon\r\n\r\n<!-- .profile-body END -->\r\n<ul>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Facebook\"> </a></li>\r\n 	<li><a href=\"https://facebook.com\" aria-label=\"Twitter\"> </a></li>\r\n 	<li><a href=\"https://pinterest.com/\" aria-label=\"Pinterest\"> </a></li>\r\n 	<li><a href=\"https://linkedin.com\" aria-label=\"Linkedin\"> </a></li>\r\n</ul>\r\n<h2>Our Speciality Clinic</h2>\r\nInternational Medical College Hospital a bed multispecialty tertiary care referral hospital with Outpatient and Inpatient services. It has world-class treatment\r\n\r\n0\r\n+\r\n<h3>Support Given</h3>\r\n0\r\n+\r\n<h3>Clients Rating</h3>\r\n0\r\nM +\r\n<h3>Money Saved</h3>\r\n0\r\n+\r\n<h3>Happy Clients</h3>\r\n<h2>Recent News</h2>\r\nThe hospital plays a statewide services includes the Acquired', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:40:16', '2023-07-09 16:40:16', '', 29, 'https://demo.unsap.ac.id/?p=166', 0, 'revision', '', 0),
(167, 1, '2023-07-09 16:40:16', '2023-07-09 16:40:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:40:16', '2023-07-09 16:40:16', '', 29, 'https://demo.unsap.ac.id/?p=167', 0, 'revision', '', 0),
(169, 1, '2023-07-09 16:41:54', '2023-07-09 16:41:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:41:54', '2023-07-09 16:41:54', '', 29, 'https://demo.unsap.ac.id/?p=169', 0, 'revision', '', 0),
(170, 1, '2023-07-09 16:41:54', '2023-07-09 16:41:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:41:54', '2023-07-09 16:41:54', '', 29, 'https://demo.unsap.ac.id/?p=170', 0, 'revision', '', 0),
(171, 1, '2023-07-09 16:41:54', '2023-07-09 16:41:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:41:54', '2023-07-09 16:41:54', '', 29, 'https://demo.unsap.ac.id/?p=171', 0, 'revision', '', 0),
(172, 1, '2023-07-09 16:50:00', '2023-07-09 16:50:00', '{\n    \"page_for_posts\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 16:50:00\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0280b2f4-79a7-43c3-b5d1-44cfa65ae9c1', '', '', '2023-07-09 16:50:00', '2023-07-09 16:50:00', '', 0, 'https://demo.unsap.ac.id/2023/07/09/0280b2f4-79a7-43c3-b5d1-44cfa65ae9c1/', 0, 'customize_changeset', '', 0),
(174, 1, '2023-07-09 16:54:11', '2023-07-09 16:54:11', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:54:11', '2023-07-09 16:54:11', '', 29, 'https://demo.unsap.ac.id/?p=174', 0, 'revision', '', 0),
(175, 1, '2023-07-09 16:54:11', '2023-07-09 16:54:11', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:54:11', '2023-07-09 16:54:11', '', 29, 'https://demo.unsap.ac.id/?p=175', 0, 'revision', '', 0),
(176, 1, '2023-07-09 16:54:11', '2023-07-09 16:54:11', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 16:54:11', '2023-07-09 16:54:11', '', 29, 'https://demo.unsap.ac.id/?p=176', 0, 'revision', '', 0),
(189, 1, '2023-07-09 17:02:15', '2023-07-09 17:02:15', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:02:15', '2023-07-09 17:02:15', '', 29, 'https://demo.unsap.ac.id/?p=189', 0, 'revision', '', 0),
(190, 1, '2023-07-09 17:02:16', '2023-07-09 17:02:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:02:16', '2023-07-09 17:02:16', '', 29, 'https://demo.unsap.ac.id/?p=190', 0, 'revision', '', 0),
(191, 1, '2023-07-09 17:02:16', '2023-07-09 17:02:16', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"181\" height=\"349\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png 181w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green-156x300.png 156w\" sizes=\"(max-width: 181px) 100vw, 181px\" />															\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Profile                </h3>\n                        		  <p>Temukan Lebih Dalam Profil dan Latar Belakang pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Program                </h3>\n                        		  <p>Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Dukungan                </h3>\n                        		  <p>Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n															<img width=\"229\" height=\"441\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png 229w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow-156x300.png 156w\" sizes=\"(max-width: 229px) 100vw, 229px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:02:16', '2023-07-09 17:02:16', '', 29, 'https://demo.unsap.ac.id/?p=191', 0, 'revision', '', 0),
(192, 1, '2023-07-09 17:07:35', '2023-07-09 17:07:35', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://dev.unsap.ac.id/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-09 17:07:35', '2023-07-09 17:07:35', '', 2, 'https://demo.unsap.ac.id/?p=192', 0, 'revision', '', 0),
(193, 1, '2023-07-09 17:08:54', '2023-07-09 17:08:54', '', 'Area Pendukung', '', 'publish', 'closed', 'closed', '', 'area-pendukung', '', '', '2023-07-09 17:08:54', '2023-07-09 17:08:54', '', 0, 'https://demo.unsap.ac.id/?page_id=193', 0, 'page', '', 0),
(195, 1, '2023-07-09 17:09:16', '2023-07-09 17:09:16', '', 'Area Pendukung', '', 'trash', 'closed', 'closed', '', 'area-pendukung-2__trashed', '', '', '2023-07-09 17:09:25', '2023-07-09 17:09:25', '', 0, 'https://demo.unsap.ac.id/?page_id=195', 0, 'page', '', 0),
(198, 1, '2023-07-09 17:09:25', '2023-07-09 17:09:25', '', 'Area Pendukung', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2023-07-09 17:09:25', '2023-07-09 17:09:25', '', 195, 'https://demo.unsap.ac.id/?p=198', 0, 'revision', '', 0),
(199, 1, '2023-07-09 17:09:56', '2023-07-09 17:09:56', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Selengkapnya                    \n                                    </a>', 'Kegiatan', '', 'publish', 'closed', 'closed', '', 'galeri', '', '', '2023-07-10 16:34:30', '2023-07-10 16:34:30', '', 0, 'https://demo.unsap.ac.id/?page_id=199', 0, 'page', '', 0),
(204, 1, '2023-07-09 17:12:23', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-07-09 17:12:23', '0000-00-00 00:00:00', '', 0, 'https://demo.unsap.ac.id/?p=204', 1, 'nav_menu_item', '', 0),
(206, 1, '2023-07-09 17:12:23', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-07-09 17:12:23', '0000-00-00 00:00:00', '', 0, 'https://demo.unsap.ac.id/?p=206', 1, 'nav_menu_item', '', 0),
(207, 1, '2023-07-09 17:12:23', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-07-09 17:12:23', '0000-00-00 00:00:00', '', 0, 'https://demo.unsap.ac.id/?p=207', 1, 'nav_menu_item', '', 0),
(209, 1, '2023-07-09 17:12:23', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-07-09 17:12:23', '0000-00-00 00:00:00', '', 0, 'https://demo.unsap.ac.id/?p=209', 1, 'nav_menu_item', '', 0),
(211, 1, '2023-07-09 17:14:24', '2023-07-09 17:14:24', '', 'wpr-mega-menu-item-205', '', 'publish', 'closed', 'closed', '', 'wpr-mega-menu-item-205', '', '', '2023-07-09 17:14:24', '2023-07-09 17:14:24', '', 0, 'https://demo.unsap.ac.id/?wpr_mega_menu=wpr-mega-menu-item-205', 0, 'wpr_mega_menu', '', 0),
(212, 1, '2023-07-09 17:20:50', '2023-07-09 17:20:50', '{\n    \"advance-automobile::advance_automobile_preloader_option\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:16:36\"\n    },\n    \"advance-automobile::advance_automobile_menu_text_tranform_option\": {\n        \"value\": \"Uppercase\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:16:36\"\n    },\n    \"advance-automobile::advance_automobile_menu_weight\": {\n        \"value\": \"100\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:16:36\"\n    },\n    \"advance-automobile::advance_automobile_menu_padding\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:16:36\"\n    },\n    \"advance-automobile::advance_automobile_menu_color_settings\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:17:36\"\n    },\n    \"advance-automobile::advance_automobile_slider_hide\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:17:36\"\n    },\n    \"advance-automobile::advance_automobile_footer_widget_bg_image\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:18:29\"\n    },\n    \"advance-automobile::advance_automobile_show_hide_copyright\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:18:29\"\n    },\n    \"advance-automobile::advance_automobile_footer_copy\": {\n        \"value\": \"cvbxcvbcvbcv\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:17:36\"\n    },\n    \"advance-automobile::advance_automobile_footer_widget_areas\": {\n        \"value\": \"3\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:18:29\"\n    },\n    \"advance-automobile::advance_automobile_copyright_content_align\": {\n        \"value\": \"center\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:18:29\"\n    },\n    \"advance-automobile::advance_automobile_display_topbar\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:19:29\"\n    },\n    \"advance-automobile::advance_automobile_search_option\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:19:29\"\n    },\n    \"advance-automobile::advance_automobile_sticky_header\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:19:29\"\n    },\n    \"advance-automobile::advance_automobile_show_noresult_search\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:19:29\"\n    },\n    \"advance-automobile::advance_automobile_mail1\": {\n        \"value\": \"#\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_facebook_url\": {\n        \"value\": \"#\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_twitter_url\": {\n        \"value\": \"#\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_youtube_url\": {\n        \"value\": \"#\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_linkedin_url\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_book1\": {\n        \"value\": \"Area Pendukung\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_book\": {\n        \"value\": \"#\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:30\"\n    },\n    \"advance-automobile::advance_automobile_sticky_header_padding_settings\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:20:50\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f5f90550-c35d-4c9d-b1b6-9b532f45598d', '', '', '2023-07-09 17:20:50', '2023-07-09 17:20:50', '', 0, 'https://demo.unsap.ac.id/?p=212', 0, 'customize_changeset', '', 0),
(213, 1, '2023-07-09 17:21:45', '2023-07-09 17:21:45', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2023-07-09 17:21:45', '2023-07-09 17:21:45', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(214, 1, '2023-07-09 17:22:27', '2023-07-09 17:22:27', 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/cropped-logo.jpg', 'cropped-logo.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-logo-jpg', '', '', '2023-07-09 17:22:27', '2023-07-09 17:22:27', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/cropped-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2023-07-09 17:22:49', '2023-07-09 17:22:49', '{\n    \"blogname\": {\n        \"value\": \"pppmulya\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:22:49\"\n    },\n    \"site_icon\": {\n        \"value\": 214,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:22:49\"\n    },\n    \"advance-automobile::custom_logo\": {\n        \"value\": 213,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:22:49\"\n    },\n    \"advance-automobile::logo_size\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:22:49\"\n    },\n    \"advance-automobile::advance_automobile_site_title\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:22:49\"\n    },\n    \"advance-automobile::advance_automobile_tagline\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:22:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '985a696e-b420-48b3-8568-aab69cd8ea71', '', '', '2023-07-09 17:22:49', '2023-07-09 17:22:49', '', 0, 'https://demo.unsap.ac.id/2023/07/09/985a696e-b420-48b3-8568-aab69cd8ea71/', 0, 'customize_changeset', '', 0),
(216, 1, '2023-07-09 17:24:18', '2023-07-09 17:24:18', '{\n    \"sidebars_widgets[footer-1]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:24:18\"\n    },\n    \"widget_block[8]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:23:52\"\n    },\n    \"widget_media_gallery[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTo2OntzOjU6InRpdGxlIjtzOjc6IkdhbGxlcnkiO3M6MzoiaWRzIjthOjA6e31zOjc6ImNvbHVtbnMiO2k6MztzOjQ6InNpemUiO3M6OToidGh1bWJuYWlsIjtzOjk6ImxpbmtfdHlwZSI7czo0OiJwb3N0IjtzOjE0OiJvcmRlcmJ5X3JhbmRvbSI7YjowO30=\",\n            \"title\": \"Gallery\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"2f734f1fed98db9269650496e3d8566d\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:24:18\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '914983c1-f67b-41c2-962c-074816ba7e13', '', '', '2023-07-09 17:24:18', '2023-07-09 17:24:18', '', 0, 'https://demo.unsap.ac.id/?p=216', 0, 'customize_changeset', '', 0),
(217, 1, '2023-07-09 17:24:29', '2023-07-09 17:24:29', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"181\" height=\"349\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png 181w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green-156x300.png 156w\" sizes=\"(max-width: 181px) 100vw, 181px\" />															\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Profile                </h3>\n                        		  <p>Temukan Lebih Dalam Profil dan Latar Belakang pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Program                </h3>\n                        		  <p>Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Dukungan                </h3>\n                        		  <p>Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n															<img width=\"229\" height=\"441\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png 229w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow-156x300.png 156w\" sizes=\"(max-width: 229px) 100vw, 229px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:24:29', '2023-07-09 17:24:29', '', 29, 'https://demo.unsap.ac.id/?p=217', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(218, 1, '2023-07-09 17:24:29', '2023-07-09 17:24:29', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"181\" height=\"349\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png 181w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green-156x300.png 156w\" sizes=\"(max-width: 181px) 100vw, 181px\" />															\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Profile                </h3>\n                        		  <p>Temukan Lebih Dalam Profil dan Latar Belakang pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Program                </h3>\n                        		  <p>Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Dukungan                </h3>\n                        		  <p>Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n															<img width=\"229\" height=\"441\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png 229w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow-156x300.png 156w\" sizes=\"(max-width: 229px) 100vw, 229px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:24:29', '2023-07-09 17:24:29', '', 29, 'https://demo.unsap.ac.id/?p=218', 0, 'revision', '', 0),
(219, 1, '2023-07-09 17:24:30', '2023-07-09 17:24:30', '<img width=\"181\" height=\"349\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png 181w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green-156x300.png 156w\" sizes=\"(max-width: 181px) 100vw, 181px\" />															\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Profile                </h3>\n                        		  <p>Temukan Lebih Dalam Profil dan Latar Belakang pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Program                </h3>\n                        		  <p>Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Dukungan                </h3>\n                        		  <p>Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n															<img width=\"229\" height=\"441\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png 229w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow-156x300.png 156w\" sizes=\"(max-width: 229px) 100vw, 229px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:24:30', '2023-07-09 17:24:30', '', 29, 'https://demo.unsap.ac.id/?p=219', 0, 'revision', '', 0),
(220, 1, '2023-07-09 17:27:03', '2023-07-09 17:27:03', '{\n    \"advance-automobile::advance_automobile_button_padding_top_bottom\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:26:12\"\n    },\n    \"advance-automobile::advance_automobile_button_padding_left_right\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:26:12\"\n    },\n    \"advance-automobile::advance_automobile_button_border_radius\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:26:12\"\n    },\n    \"advance-automobile::advance_automobile_mail1\": {\n        \"value\": \"ppp.mulya@com\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:26:12\"\n    },\n    \"advance-automobile::advance_automobile_slider_hide\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:27:03\"\n    },\n    \"advance-automobile::advance_automobile_slider_page1\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:27:03\"\n    },\n    \"advance-automobile::advance_automobile_slider_page2\": {\n        \"value\": \"27\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:27:03\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8e263988-acfb-4c36-bc6a-b15705891427', '', '', '2023-07-09 17:27:03', '2023-07-09 17:27:03', '', 0, 'https://demo.unsap.ac.id/?p=220', 0, 'customize_changeset', '', 0),
(221, 1, '2023-07-09 17:27:21', '2023-07-09 17:27:21', '<img width=\"181\" height=\"349\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png 181w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green-156x300.png 156w\" sizes=\"(max-width: 181px) 100vw, 181px\" />															\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Profile                </h3>\n                        		  <p>Temukan Lebih Dalam Profil dan Latar Belakang pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Program                </h3>\n                        		  <p>Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Dukungan                </h3>\n                        		  <p>Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n															<img width=\"229\" height=\"441\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png 229w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow-156x300.png 156w\" sizes=\"(max-width: 229px) 100vw, 229px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:27:21', '2023-07-09 17:27:21', '', 29, 'https://demo.unsap.ac.id/?p=221', 0, 'revision', '', 0),
(222, 1, '2023-07-09 17:27:22', '2023-07-09 17:27:22', '<img width=\"181\" height=\"349\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green.png 181w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-green-156x300.png 156w\" sizes=\"(max-width: 181px) 100vw, 181px\" />															\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Profile                </h3>\n                        		  <p>Temukan Lebih Dalam Profil dan Latar Belakang pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Program                </h3>\n                        		  <p>Satukan Langkah, Wujudkan Perubahan Nyata Bersama pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Dukungan                </h3>\n                        		  <p>Suarakan Pesan Dukungan dan Aspirasi Kepaada pppmulya</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Read More                                    </a>\n															<img width=\"229\" height=\"441\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow.png 229w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/heading-color-splash-yellow-156x300.png 156w\" sizes=\"(max-width: 229px) 100vw, 229px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:27:22', '2023-07-09 17:27:22', '', 29, 'https://demo.unsap.ac.id/?p=222', 0, 'revision', '', 0),
(223, 1, '2023-07-09 17:27:22', '2023-07-09 17:27:22', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:27:22', '2023-07-09 17:27:22', '', 29, 'https://demo.unsap.ac.id/?p=223', 0, 'revision', '', 0),
(224, 1, '2023-07-09 17:28:27', '2023-07-09 17:28:27', '', 'Slider', '', 'publish', 'closed', 'closed', '', 'slider', '', '', '2023-07-09 17:28:27', '2023-07-09 17:28:27', '', 0, 'https://demo.unsap.ac.id/?page_id=224', 0, 'page', '', 0),
(225, 1, '2023-07-09 17:28:17', '2023-07-09 17:28:17', '', 'IMG-20230707-WA0028', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0028-2', '', '', '2023-07-09 17:28:17', '2023-07-09 17:28:17', '', 224, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2023-07-09 17:28:27', '2023-07-09 17:28:27', '', 'Slider', '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2023-07-09 17:28:27', '2023-07-09 17:28:27', '', 224, 'https://demo.unsap.ac.id/?p=226', 0, 'revision', '', 0),
(227, 1, '2023-07-09 17:29:27', '2023-07-09 17:29:27', '{\n    \"advance-automobile::advance_automobile_preloader_option\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_preloader_type_options\": {\n        \"value\": \"Preloader 2\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_address\": {\n        \"value\": \"sdfsdfdsf\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_address1\": {\n        \"value\": \"dsfsdfsdfdsf\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_time\": {\n        \"value\": \"sdfsdfsdf\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_time1\": {\n        \"value\": \"sdfsdfsdf\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_call\": {\n        \"value\": \"rttryrty\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    },\n    \"advance-automobile::advance_automobile_call1\": {\n        \"value\": \"889089098\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:27\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '659de9ce-fc24-4fae-9c65-e80d0a23a776', '', '', '2023-07-09 17:29:27', '2023-07-09 17:29:27', '', 0, 'https://demo.unsap.ac.id/2023/07/09/659de9ce-fc24-4fae-9c65-e80d0a23a776/', 0, 'customize_changeset', '', 0),
(228, 1, '2023-07-09 17:30:54', '2023-07-09 17:30:54', '{\n    \"advance-automobile::advance_automobile_category3\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:29:50\"\n    },\n    \"advance-automobile::advance_automobile_slider_hide\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:30:50\"\n    },\n    \"advance-automobile::advance_automobile_slider_title_Show_hide\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:30:50\"\n    },\n    \"advance-automobile::advance_automobile_slider_content_Show_hide\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:30:50\"\n    },\n    \"advance-automobile::advance_automobile_slider_page1\": {\n        \"value\": \"224\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:30:50\"\n    },\n    \"advance-automobile::advance_automobile_slider_page3\": {\n        \"value\": \"224\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:30:50\"\n    },\n    \"advance-automobile::advance_automobile_slider_page4\": {\n        \"value\": \"224\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:30:50\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bcc2cc2b-452d-46ac-9f32-02065b2bffaa', '', '', '2023-07-09 17:30:54', '2023-07-09 17:30:54', '', 0, 'https://demo.unsap.ac.id/?p=228', 0, 'customize_changeset', '', 0),
(229, 1, '2023-07-09 17:31:30', '2023-07-09 17:31:30', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:31:30\"\n    },\n    \"page_for_posts\": {\n        \"value\": \"0\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-09 17:31:30\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0a17931e-3788-4b5f-971a-66e132825e2e', '', '', '2023-07-09 17:31:30', '2023-07-09 17:31:30', '', 0, 'https://demo.unsap.ac.id/2023/07/09/0a17931e-3788-4b5f-971a-66e132825e2e/', 0, 'customize_changeset', '', 0),
(230, 1, '2023-07-09 17:41:21', '2023-07-09 17:41:21', '', 'IMG-20230707-WA0027', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0027', '', '', '2023-07-09 17:41:21', '2023-07-09 17:41:21', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg', 0, 'attachment', 'image/jpeg', 0),
(231, 1, '2023-07-09 17:41:22', '2023-07-09 17:41:22', '', 'IMG-20230707-WA0028', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0028-3', '', '', '2023-07-09 17:41:22', '2023-07-09 17:41:22', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2023-07-09 17:41:22', '2023-07-09 17:41:22', '', 'IMG-20230707-WA0029', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0029', '', '', '2023-07-09 17:41:22', '2023-07-09 17:41:22', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg', 0, 'attachment', 'image/jpeg', 0),
(233, 1, '2023-07-09 17:41:23', '2023-07-09 17:41:23', '', 'IMG-20230707-WA0030', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0030', '', '', '2023-07-09 17:41:23', '2023-07-09 17:41:23', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2023-07-09 17:41:24', '2023-07-09 17:41:24', '', 'IMG-20230707-WA0031', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0031', '', '', '2023-07-09 17:41:24', '2023-07-09 17:41:24', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 1, '2023-07-09 17:41:25', '2023-07-09 17:41:25', '', 'IMG-20230707-WA0032', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0032', '', '', '2023-07-09 17:41:25', '2023-07-09 17:41:25', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2023-07-09 17:41:25', '2023-07-09 17:41:25', '', 'IMG-20230707-WA0033', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0033', '', '', '2023-07-09 17:41:25', '2023-07-09 17:41:25', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2023-07-09 17:41:26', '2023-07-09 17:41:26', '', 'IMG-20230707-WA0034', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0034', '', '', '2023-07-09 17:41:26', '2023-07-09 17:41:26', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2023-07-09 17:41:27', '2023-07-09 17:41:27', '', 'IMG-20230707-WA0035', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0035', '', '', '2023-07-09 17:41:27', '2023-07-09 17:41:27', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2023-07-09 17:41:28', '2023-07-09 17:41:28', '', 'IMG-20230707-WA0036', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0036', '', '', '2023-07-09 17:41:28', '2023-07-09 17:41:28', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2023-07-09 17:41:28', '2023-07-09 17:41:28', '', 'IMG-20230707-WA0037', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0037', '', '', '2023-07-09 17:41:28', '2023-07-09 17:41:28', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2023-07-09 17:41:29', '2023-07-09 17:41:29', '', 'IMG-20230707-WA0038', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0038', '', '', '2023-07-09 17:41:29', '2023-07-09 17:41:29', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg', 0, 'attachment', 'image/jpeg', 0),
(242, 1, '2023-07-09 17:41:30', '2023-07-09 17:41:30', '', 'IMG-20230707-WA0039', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0039', '', '', '2023-07-09 17:41:30', '2023-07-09 17:41:30', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg', 0, 'attachment', 'image/jpeg', 0),
(243, 1, '2023-07-09 17:41:31', '2023-07-09 17:41:31', '', 'IMG-20230707-WA0040', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0040', '', '', '2023-07-09 17:41:31', '2023-07-09 17:41:31', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0040.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2023-07-09 17:41:31', '2023-07-09 17:41:31', '', 'IMG-20230707-WA0041', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0041', '', '', '2023-07-09 17:41:31', '2023-07-09 17:41:31', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', 0, 'attachment', 'image/jpeg', 0),
(245, 1, '2023-07-09 17:41:32', '2023-07-09 17:41:32', '', 'IMG-20230707-WA0042', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0042', '', '', '2023-07-09 17:41:32', '2023-07-09 17:41:32', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg', 0, 'attachment', 'image/jpeg', 0),
(246, 1, '2023-07-09 17:41:35', '2023-07-09 17:41:35', '', 'IMG-20230707-WA0043', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0043', '', '', '2023-07-09 17:41:35', '2023-07-09 17:41:35', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0043.jpg', 0, 'attachment', 'image/jpeg', 0),
(247, 1, '2023-07-09 17:41:36', '2023-07-09 17:41:36', '', 'IMG-20230707-WA0044', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0044', '', '', '2023-07-09 17:41:36', '2023-07-09 17:41:36', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg', 0, 'attachment', 'image/jpeg', 0),
(248, 1, '2023-07-09 17:41:37', '2023-07-09 17:41:37', '', 'IMG-20230707-WA0045', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0045', '', '', '2023-07-09 17:41:37', '2023-07-09 17:41:37', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 1, '2023-07-09 17:41:38', '2023-07-09 17:41:38', '', 'IMG-20230707-WA0046', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0046', '', '', '2023-07-09 17:41:38', '2023-07-09 17:41:38', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg', 0, 'attachment', 'image/jpeg', 0),
(250, 1, '2023-07-09 17:41:38', '2023-07-09 17:41:38', '', 'IMG-20230707-WA0047', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0047', '', '', '2023-07-09 17:41:38', '2023-07-09 17:41:38', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 1, '2023-07-09 17:41:39', '2023-07-09 17:41:39', '', 'IMG-20230707-WA0048', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0048', '', '', '2023-07-09 17:41:39', '2023-07-09 17:41:39', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg', 0, 'attachment', 'image/jpeg', 0),
(252, 1, '2023-07-09 17:41:40', '2023-07-09 17:41:40', '', 'IMG-20230707-WA0049', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0049', '', '', '2023-07-09 17:41:40', '2023-07-09 17:41:40', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0049.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2023-07-09 17:41:40', '2023-07-09 17:41:40', '', 'IMG-20230707-WA0050', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0050', '', '', '2023-07-09 17:41:40', '2023-07-09 17:41:40', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg', 0, 'attachment', 'image/jpeg', 0),
(254, 1, '2023-07-09 17:41:41', '2023-07-09 17:41:41', '', 'IMG-20230707-WA0051', '', 'inherit', 'open', 'closed', '', 'img-20230707-wa0051', '', '', '2023-07-09 17:41:41', '2023-07-09 17:41:41', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2023-07-09 17:41:45', '2023-07-09 17:41:45', '', 'VID-20230707-WA0002', '', 'inherit', 'open', 'closed', '', 'vid-20230707-wa0002', '', '', '2023-07-09 17:41:45', '2023-07-09 17:41:45', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 0, 'attachment', 'video/mp4', 0),
(256, 1, '2023-07-09 17:41:47', '2023-07-09 17:41:47', '', 'VID-20230707-WA0003', '', 'inherit', 'open', 'closed', '', 'vid-20230707-wa0003', '', '', '2023-07-09 17:41:47', '2023-07-09 17:41:47', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4', 0, 'attachment', 'video/mp4', 0),
(257, 1, '2023-07-09 17:41:49', '2023-07-09 17:41:49', '', 'VID-20230707-WA0004', '', 'inherit', 'open', 'closed', '', 'vid-20230707-wa0004', '', '', '2023-07-09 17:41:49', '2023-07-09 17:41:49', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4', 0, 'attachment', 'video/mp4', 0),
(258, 1, '2023-07-09 17:41:55', '2023-07-09 17:41:55', '', 'VID-20230707-WA0005', '', 'inherit', 'open', 'closed', '', 'vid-20230707-wa0005', '', '', '2023-07-09 17:41:55', '2023-07-09 17:41:55', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4', 0, 'attachment', 'video/mp4', 0),
(259, 1, '2023-07-09 17:41:59', '2023-07-09 17:41:59', '', 'VID-20230707-WA0006', '', 'inherit', 'open', 'closed', '', 'vid-20230707-wa0006', '', '', '2023-07-09 17:41:59', '2023-07-09 17:41:59', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4', 0, 'attachment', 'video/mp4', 0),
(260, 1, '2023-07-09 17:53:22', '2023-07-09 17:53:22', '', 'Green and White Illustrative Coming Soon Twitter Header', '', 'inherit', 'open', 'closed', '', 'green-and-white-illustrative-coming-soon-twitter-header', '', '', '2023-07-09 17:53:22', '2023-07-09 17:53:22', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/Green-and-White-Illustrative-Coming-Soon-Twitter-Header.png', 0, 'attachment', 'image/png', 0),
(261, 1, '2023-07-09 17:57:54', '2023-07-09 17:57:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:57:54', '2023-07-09 17:57:54', '', 29, 'https://demo.unsap.ac.id/?p=261', 0, 'revision', '', 0),
(262, 1, '2023-07-09 17:57:55', '2023-07-09 17:57:55', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:57:55', '2023-07-09 17:57:55', '', 29, 'https://demo.unsap.ac.id/?p=262', 0, 'revision', '', 0),
(263, 1, '2023-07-09 17:57:55', '2023-07-09 17:57:55', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 17:57:55', '2023-07-09 17:57:55', '', 29, 'https://demo.unsap.ac.id/?p=263', 0, 'revision', '', 0),
(264, 1, '2023-07-09 18:00:20', '2023-07-09 18:00:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:00:20', '2023-07-09 18:00:20', '', 29, 'https://demo.unsap.ac.id/?p=264', 0, 'revision', '', 0),
(265, 1, '2023-07-09 18:00:20', '2023-07-09 18:00:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:00:20', '2023-07-09 18:00:20', '', 29, 'https://demo.unsap.ac.id/?p=265', 0, 'revision', '', 0),
(266, 1, '2023-07-09 18:00:21', '2023-07-09 18:00:21', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:00:21', '2023-07-09 18:00:21', '', 29, 'https://demo.unsap.ac.id/?p=266', 0, 'revision', '', 0),
(267, 1, '2023-07-09 18:01:20', '2023-07-09 18:01:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:01:20', '2023-07-09 18:01:20', '', 29, 'https://demo.unsap.ac.id/?p=267', 0, 'revision', '', 0),
(268, 1, '2023-07-09 18:01:20', '2023-07-09 18:01:20', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:01:20', '2023-07-09 18:01:20', '', 29, 'https://demo.unsap.ac.id/?p=268', 0, 'revision', '', 0),
(269, 1, '2023-07-09 18:01:21', '2023-07-09 18:01:21', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:01:21', '2023-07-09 18:01:21', '', 29, 'https://demo.unsap.ac.id/?p=269', 0, 'revision', '', 0),
(270, 1, '2023-07-09 18:01:54', '2023-07-09 18:01:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:01:54', '2023-07-09 18:01:54', '', 29, 'https://demo.unsap.ac.id/?p=270', 0, 'revision', '', 0),
(271, 1, '2023-07-09 18:01:54', '2023-07-09 18:01:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:01:54', '2023-07-09 18:01:54', '', 29, 'https://demo.unsap.ac.id/?p=271', 0, 'revision', '', 0),
(272, 1, '2023-07-09 18:01:54', '2023-07-09 18:01:54', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:01:54', '2023-07-09 18:01:54', '', 29, 'https://demo.unsap.ac.id/?p=272', 0, 'revision', '', 0),
(273, 1, '2023-07-09 18:02:35', '2023-07-09 18:02:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:02:35', '2023-07-09 18:02:35', '', 29, 'https://demo.unsap.ac.id/?p=273', 0, 'revision', '', 0),
(274, 1, '2023-07-09 18:02:35', '2023-07-09 18:02:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:02:35', '2023-07-09 18:02:35', '', 29, 'https://demo.unsap.ac.id/?p=274', 0, 'revision', '', 0),
(275, 1, '2023-07-09 18:02:36', '2023-07-09 18:02:36', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:02:36', '2023-07-09 18:02:36', '', 29, 'https://demo.unsap.ac.id/?p=275', 0, 'revision', '', 0),
(276, 1, '2023-07-09 18:04:21', '2023-07-09 18:04:21', '', 'Dark Green Abstract Background', 'Dark Green Abstract Background', 'inherit', 'open', 'closed', '', 'dark-green-abstract-background', '', '', '2023-07-09 18:04:21', '2023-07-09 18:04:21', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 1, '2023-07-09 18:24:00', '2023-07-09 18:24:00', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:24:00', '2023-07-09 18:24:00', '', 29, 'https://demo.unsap.ac.id/?p=288', 0, 'revision', '', 0),
(289, 1, '2023-07-09 18:24:01', '2023-07-09 18:24:01', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:24:01', '2023-07-09 18:24:01', '', 29, 'https://demo.unsap.ac.id/?p=289', 0, 'revision', '', 0),
(290, 1, '2023-07-09 18:24:01', '2023-07-09 18:24:01', '<h2>Box shadow style</h2>				\n					<p>Get the most amazing design with box shadow style. With this perfect looking </p>\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:24:01', '2023-07-09 18:24:01', '', 29, 'https://demo.unsap.ac.id/?p=290', 0, 'revision', '', 0),
(291, 1, '2023-07-09 18:25:32', '2023-07-09 18:25:32', '<h2>Box shadow style</h2>				\n					<p>Get the most amazing design with box shadow style. With this perfect looking </p>\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:25:32', '2023-07-09 18:25:32', '', 29, 'https://demo.unsap.ac.id/?p=291', 0, 'revision', '', 0),
(292, 1, '2023-07-09 18:25:32', '2023-07-09 18:25:32', '<h2>Box shadow style</h2>				\n					<p>Get the most amazing design with box shadow style. With this perfect looking </p>\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:25:32', '2023-07-09 18:25:32', '', 29, 'https://demo.unsap.ac.id/?p=292', 0, 'revision', '', 0),
(293, 1, '2023-07-09 18:25:32', '2023-07-09 18:25:32', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:25:32', '2023-07-09 18:25:32', '', 29, 'https://demo.unsap.ac.id/?p=293', 0, 'revision', '', 0),
(324, 1, '2023-07-09 18:43:01', '2023-07-09 18:43:01', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:43:01', '2023-07-09 18:43:01', '', 29, 'https://demo.unsap.ac.id/?p=324', 0, 'revision', '', 0),
(325, 1, '2023-07-09 18:43:01', '2023-07-09 18:43:01', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:43:01', '2023-07-09 18:43:01', '', 29, 'https://demo.unsap.ac.id/?p=325', 0, 'revision', '', 0),
(326, 1, '2023-07-09 18:43:02', '2023-07-09 18:43:02', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Best widget collection\n</h2>		\n			<h5>Engage Users\n</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<h5>Start Marketing\n</h5>		\n		Consectetur adipiscing elit, sed do eiusmodLorem ipsum dolor sit amet, consectetur adipiscing elie\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"535\" height=\"333\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a.jpg 535w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a-300x187.jpg 300w\" sizes=\"(max-width: 535px) 100vw, 535px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n					Profil \n				<noscript>\n					H. Mulya Suryadi, S.Pd., M.Kom.				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n            <a href=\"#\" data-text=\"\">\n                    Selengkapnya\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                                    \n	                        </a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:43:02', '2023-07-09 18:43:02', '', 29, 'https://demo.unsap.ac.id/?p=326', 0, 'revision', '', 0),
(327, 1, '2023-07-09 18:49:19', '2023-07-09 18:49:19', '<div class=\"my-4\" align=\"justify\">\r\n<p>...</p>\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-09 18:49:19', '2023-07-09 18:49:19', '', 2, 'https://demo.unsap.ac.id/?p=327', 0, 'revision', '', 0),
(329, 1, '2023-07-09 18:53:45', '2023-07-09 18:53:45', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Best widget collection\n</h2>		\n			<h5>Engage Users\n</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<h5>Start Marketing\n</h5>		\n		Consectetur adipiscing elit, sed do eiusmodLorem ipsum dolor sit amet, consectetur adipiscing elie\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"535\" height=\"333\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a.jpg 535w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a-300x187.jpg 300w\" sizes=\"(max-width: 535px) 100vw, 535px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n					Profil \n				<noscript>\n					H. Mulya Suryadi, S.Pd., M.Kom.				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n            <a href=\"#\" data-text=\"\">\n                    Selengkapnya\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                                    \n	                        </a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:53:45', '2023-07-09 18:53:45', '', 29, 'https://demo.unsap.ac.id/?p=329', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(330, 1, '2023-07-09 18:53:45', '2023-07-09 18:53:45', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Best widget collection\n</h2>		\n			<h5>Engage Users\n</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<h5>Start Marketing\n</h5>		\n		Consectetur adipiscing elit, sed do eiusmodLorem ipsum dolor sit amet, consectetur adipiscing elie\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"535\" height=\"333\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a.jpg 535w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/32a-300x187.jpg 300w\" sizes=\"(max-width: 535px) 100vw, 535px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n					Profil \n				<noscript>\n					H. Mulya Suryadi, S.Pd., M.Kom.				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n            <a href=\"#\" data-text=\"\">\n                    Selengkapnya\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                                    \n	                        </a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:53:45', '2023-07-09 18:53:45', '', 29, 'https://demo.unsap.ac.id/?p=330', 0, 'revision', '', 0),
(331, 1, '2023-07-09 18:53:46', '2023-07-09 18:53:46', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"640\" height=\"1018\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:53:46', '2023-07-09 18:53:46', '', 29, 'https://demo.unsap.ac.id/?p=331', 0, 'revision', '', 0),
(332, 1, '2023-07-09 18:55:05', '2023-07-09 18:55:05', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"640\" height=\"1018\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:55:05', '2023-07-09 18:55:05', '', 29, 'https://demo.unsap.ac.id/?p=332', 0, 'revision', '', 0),
(333, 1, '2023-07-09 18:55:06', '2023-07-09 18:55:06', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"640\" height=\"1018\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 640px) 100vw, 640px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:55:06', '2023-07-09 18:55:06', '', 29, 'https://demo.unsap.ac.id/?p=333', 0, 'revision', '', 0),
(334, 1, '2023-07-09 18:55:06', '2023-07-09 18:55:06', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 18:55:06', '2023-07-09 18:55:06', '', 29, 'https://demo.unsap.ac.id/?p=334', 0, 'revision', '', 0),
(335, 1, '2023-07-09 19:00:52', '2023-07-09 19:00:52', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:00:52', '2023-07-09 19:00:52', '', 29, 'https://demo.unsap.ac.id/?p=335', 0, 'revision', '', 0),
(336, 1, '2023-07-09 19:00:53', '2023-07-09 19:00:53', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:00:53', '2023-07-09 19:00:53', '', 29, 'https://demo.unsap.ac.id/?p=336', 0, 'revision', '', 0),
(337, 1, '2023-07-09 19:00:53', '2023-07-09 19:00:53', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:00:53', '2023-07-09 19:00:53', '', 29, 'https://demo.unsap.ac.id/?p=337', 0, 'revision', '', 0),
(338, 1, '2023-07-09 19:01:06', '2023-07-09 19:01:06', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:01:06', '2023-07-09 19:01:06', '', 29, 'https://demo.unsap.ac.id/?p=338', 0, 'revision', '', 0),
(339, 1, '2023-07-09 19:01:07', '2023-07-09 19:01:07', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:01:07', '2023-07-09 19:01:07', '', 29, 'https://demo.unsap.ac.id/?p=339', 0, 'revision', '', 0),
(340, 1, '2023-07-09 19:01:08', '2023-07-09 19:01:08', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:01:08', '2023-07-09 19:01:08', '', 29, 'https://demo.unsap.ac.id/?p=340', 0, 'revision', '', 0),
(341, 1, '2023-07-09 19:01:34', '2023-07-09 19:01:34', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:01:34', '2023-07-09 19:01:34', '', 29, 'https://demo.unsap.ac.id/?p=341', 0, 'revision', '', 0),
(342, 1, '2023-07-09 19:01:34', '2023-07-09 19:01:34', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:01:34', '2023-07-09 19:01:34', '', 29, 'https://demo.unsap.ac.id/?p=342', 0, 'revision', '', 0),
(343, 1, '2023-07-09 19:01:35', '2023-07-09 19:01:35', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:01:35', '2023-07-09 19:01:35', '', 29, 'https://demo.unsap.ac.id/?p=343', 0, 'revision', '', 0),
(344, 1, '2023-07-09 19:02:27', '2023-07-09 19:02:27', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:02:27', '2023-07-09 19:02:27', '', 29, 'https://demo.unsap.ac.id/?p=344', 0, 'revision', '', 0),
(345, 1, '2023-07-09 19:02:27', '2023-07-09 19:02:27', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n		<a data-text=\"Go\" href=\"#\">\n									Selengkapnya\n									<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>\n		</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:02:27', '2023-07-09 19:02:27', '', 29, 'https://demo.unsap.ac.id/?p=345', 0, 'revision', '', 0),
(346, 1, '2023-07-09 19:02:28', '2023-07-09 19:02:28', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:02:28', '2023-07-09 19:02:28', '', 29, 'https://demo.unsap.ac.id/?p=346', 0, 'revision', '', 0),
(350, 1, '2023-07-09 19:07:25', '2023-07-09 19:07:25', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:07:25', '2023-07-09 19:07:25', '', 29, 'https://demo.unsap.ac.id/?p=350', 0, 'revision', '', 0),
(351, 1, '2023-07-09 19:07:26', '2023-07-09 19:07:26', '<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:07:26', '2023-07-09 19:07:26', '', 29, 'https://demo.unsap.ac.id/?p=351', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(352, 1, '2023-07-09 19:07:26', '2023-07-09 19:07:26', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>List Post Style with Round Image</h2><h3>\n						Display your blog post individually in full grid view on a light background\n					</h3>		\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/places/\" rel=\"category tag\">Places</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/\">\n						Five Public Sector Trends in&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/\">\n						Trees Forever Statement on Derecho&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/\">\n						Waste Management For Smart Businesses					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/climate-crisis-into-the-mainstream-and-engages/\">\n						Climate crisis into the Mainstream&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/hello-world/\">\n						Hello world!					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/admin/\">admin</a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:07:26', '2023-07-09 19:07:26', '', 29, 'https://demo.unsap.ac.id/?p=352', 0, 'revision', '', 0),
(356, 1, '2023-07-09 19:09:36', '2023-07-09 19:09:36', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>List Post Style with Round Image</h2><h3>\n						Display your blog post individually in full grid view on a light background\n					</h3>		\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/places/\" rel=\"category tag\">Places</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/\">\n						Five Public Sector Trends in&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/\">\n						Trees Forever Statement on Derecho&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/\">\n						Waste Management For Smart Businesses					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/climate-crisis-into-the-mainstream-and-engages/\">\n						Climate crisis into the Mainstream&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/hello-world/\">\n						Hello world!					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/admin/\">admin</a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:09:36', '2023-07-09 19:09:36', '', 29, 'https://demo.unsap.ac.id/?p=356', 0, 'revision', '', 0),
(357, 1, '2023-07-09 19:09:37', '2023-07-09 19:09:37', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>List Post Style with Round Image</h2><h3>\n						Display your blog post individually in full grid view on a light background\n					</h3>		\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/places/\" rel=\"category tag\">Places</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/\">\n						Five Public Sector Trends in&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/\">\n						Trees Forever Statement on Derecho&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/\">\n						Waste Management For Smart Businesses					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/climate-crisis-into-the-mainstream-and-engages/\">\n						Climate crisis into the Mainstream&hellip;					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/uncategorized/\" rel=\"category tag\">Uncategorized</a>\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/hello-world/\">\n						Hello world!					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/admin/\">admin</a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n												                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:09:37', '2023-07-09 19:09:37', '', 29, 'https://demo.unsap.ac.id/?p=357', 0, 'revision', '', 0),
(358, 1, '2023-07-09 19:09:37', '2023-07-09 19:09:37', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Program</h2>		\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/places/\" rel=\"category tag\">Places</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/\">\n						Five Public Sector Trends in Ecosystem Services					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.</p>\n																						                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/\">\n						Trees Forever Statement on Derecho Storm					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece.</p>\n																						                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/\">\n						Waste Management For Smart Businesses					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin.</p>\n																						                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:09:37', '2023-07-09 19:09:37', '', 29, 'https://demo.unsap.ac.id/?p=358', 0, 'revision', '', 0),
(359, 1, '2023-07-09 19:09:53', '2023-07-09 19:09:53', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"s1e4968\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"cqk2464\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eForest Area\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"xhw7826\"} --><h3>Forest Area</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"r7g7791\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"eiy9941\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_list {\"list_type\":\"none\",\"spacing\":\"20\",\"list_text_state\":\"normal\",\"item_indent\":\"10\",\"list_icon_state\":\"normal\",\"icon_color\":\"#28772cff\",\"icon_border_type\":\"\",\"icon_border_color\":\"#cbd2dc78\",\"icon_border_width\":\"3\",\"side_spacing\":\"15\",\"pagelayer-id\":\"hof5554\"} -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"There are many variations of passages of Lorem Ipsum available, but the majority.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"g7g3279\"} -->There are many variations of passages of Lorem Ipsum available, but the majority.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Integer bibendum orci eu lectus sodales elementum.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"voc9979\"} -->Integer bibendum orci eu lectus sodales elementum.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Nam sed ligula eu lectus facilisis efficitur.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"a1l7864\"} -->Nam sed ligula eu lectus facilisis efficitur.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Donec ultricies neque vitae pretium pharetra.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"dvy9914\"} -->Donec ultricies neque vitae pretium pharetra.<!-- /wp:pagelayer/pl_list_item -->\n<!-- wp:pagelayer/pl_list_item {\"item\":\"Sed vehicula libero ut ultricies facilisis.\",\"show_icon\":\"true\",\"icon\":\"fas fa-check-square\",\"pagelayer-id\":\"7xj4934\"} -->Sed vehicula libero ut ultricies facilisis.<!-- /wp:pagelayer/pl_list_item -->\n<!-- /wp:pagelayer/pl_list -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003e\\u0022Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\\u0022\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"1ir7456\"} --><p>\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Climate crisis into the Mainstream and Engages', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 23, 'https://demo.unsap.ac.id/?p=359', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(360, 1, '2023-07-09 19:09:53', '2023-07-09 19:09:53', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"g7h1354\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"db97661\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eNature\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"5n42816\"} --><h3>Nature</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\u0022de Finibus Bonorum et Malorum\\u0022 (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\u0022Lorem ipsum dolor sit amet..\\u0022, comes from a line in section 1.10.32.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"wyj5483\"} --><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"oku7235\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"nmd2137\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eSafety\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"vzp7358\"} --><h3>Safety</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"5yl3177\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"iyc416\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary,</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Waste Management For Smart Businesses', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin.', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 24, 'https://demo.unsap.ac.id/?p=360', 0, 'revision', '', 0),
(361, 1, '2023-07-09 19:09:53', '2023-07-09 19:09:53', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"fes9893\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"7eo9456\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eSave Environment\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"flr5338\"} --><h3>Save Environment</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"h208780\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"8vj3146\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_quote {\"quote_content\":\"Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised\",\"quote_background_color\":\"\",\"quote_content_color\":\"#050505\",\"quote_style\":\"default\",\"align\":\"left\",\"cite\":\"- John\",\"cite_text_color\":\"\",\"cite_text_align\":\"left\",\"cite_typo\":\",,,,,,Solid,,,,\",\"quote_border_width\":\"5\",\"quote_border_color\":\"#28772cff\",\"quote_lpadding\":\"30\",\"quote_vpadding\":\"20\",\"quotation_pos\":\"default\",\"quotation_size\":\"70\",\"quotation_color\":\"#dadada\",\"quote_content_space\":\"10,10\",\"pagelayer-id\":\"5jo2378\"} -->Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised<!-- /wp:pagelayer/pl_quote -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\u0022de Finibus Bonorum et Malorum\\u0022 (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\u0022Lorem ipsum dolor sit amet..\\u0022, comes from a line in section 1.10.32.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"ele_padding\":\"10px,0px,0px,0px\",\"pagelayer-id\":\"vo74377\"} --><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Trees Forever Statement on Derecho Storm', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece.', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 25, 'https://demo.unsap.ac.id/?p=361', 0, 'revision', '', 0),
(362, 1, '2023-07-09 19:09:53', '2023-07-09 19:09:53', '<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1y89149\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"kt86264\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003ch3\\u003eOrganic\\u003c/h3\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"wrs2835\"} --><h3>Organic</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"axy3244\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"9i51687\"} --><p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"lvi8026\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"sax7353\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"4\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"zr39464\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"fch8490\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"4\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"pagelayer-id\":\"tvq3172\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zp0913\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"xqg7352\"} -->\n<!-- wp:pagelayer/pl_heading {\"text\":\"\\u003cp\\u003eContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \\u0022de Finibus Bonorum et Malorum\\u0022 (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \\u0022Lorem ipsum dolor sit amet..\\u0022, comes from a line in section 1.10.32.\\u003c/p\\u003e\",\"heading_state\":\"normal\",\"pagelayer-id\":\"h5r2440\"} --><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->', 'Five Public Sector Trends in Ecosystem Services', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.', 'inherit', 'closed', 'closed', '', '26-revision-v1', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 26, 'https://demo.unsap.ac.id/?p=362', 0, 'revision', '', 0),
(363, 1, '2023-07-09 19:09:53', '2023-07-09 19:09:53', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2023-07-09 19:09:53', '2023-07-09 19:09:53', '', 1, 'https://demo.unsap.ac.id/?p=363', 0, 'revision', '', 0),
(364, 1, '2023-07-09 19:11:40', '2023-07-09 19:11:40', '<p style=\"text-align: justify;\"><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electroni</p>', 'Lorem Ipsum', '', 'publish', 'open', 'open', '', 'lorem-ipsum', '', '', '2023-07-09 19:11:40', '2023-07-09 19:11:40', '', 0, 'https://demo.unsap.ac.id/?p=364', 0, 'post', '', 0),
(365, 1, '2023-07-09 19:11:40', '2023-07-09 19:11:40', '<p style=\"text-align: justify;\"><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electroni</p>', 'Lorem Ipsum', '', 'inherit', 'closed', 'closed', '', '364-revision-v1', '', '', '2023-07-09 19:11:40', '2023-07-09 19:11:40', '', 364, 'https://demo.unsap.ac.id/?p=365', 0, 'revision', '', 0),
(366, 1, '2023-07-09 19:12:40', '2023-07-09 19:12:40', '', 'Lorem Ipsum 2', '', 'publish', 'open', 'open', '', 'lorem-ipsum-2', '', '', '2023-07-09 19:12:40', '2023-07-09 19:12:40', '', 0, 'https://demo.unsap.ac.id/?p=366', 0, 'post', '', 0),
(367, 1, '2023-07-09 19:12:40', '2023-07-09 19:12:40', '', 'Lorem Ipsum 2', '', 'inherit', 'closed', 'closed', '', '366-revision-v1', '', '', '2023-07-09 19:12:40', '2023-07-09 19:12:40', '', 366, 'https://demo.unsap.ac.id/?p=367', 0, 'revision', '', 0),
(368, 1, '2023-07-09 19:15:07', '2023-07-09 19:15:07', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Program</h2>		\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/places/\" rel=\"category tag\">Places</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/\">\n						Five Public Sector Trends in Ecosystem Services					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.</p>\n																						                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/\">\n						Trees Forever Statement on Derecho Storm					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece.</p>\n																						                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/\">\n						Waste Management For Smart Businesses					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin.</p>\n																						                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:15:07', '2023-07-09 19:15:07', '', 29, 'https://demo.unsap.ac.id/?p=368', 0, 'revision', '', 0),
(369, 1, '2023-07-09 19:15:08', '2023-07-09 19:15:08', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Program</h2>		\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/ecology/\" rel=\"category tag\">Ecology</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/places/\" rel=\"category tag\">Places</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/five-public-sector-trends-in-ecosystem-services/\">\n						Five Public Sector Trends in Ecosystem Services					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.</p>\n																						                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/trees-forever-statement-on-derecho-storm/\">\n						Trees Forever Statement on Derecho Storm					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece.</p>\n																						                                                    <!-- .elementskit-post-body END -->\n                                        <a href=\"https://demo.unsap.ac.id/category/eco-system/\" rel=\"category tag\">Eco System</a><a href=\"https://demo.unsap.ac.id/category/enviroment/\" rel=\"category tag\">Enviroment</a><a href=\"https://demo.unsap.ac.id/category/management/\" rel=\"category tag\">Management</a><a href=\"https://demo.unsap.ac.id/category/nature/\" rel=\"category tag\">Nature</a><a href=\"https://demo.unsap.ac.id/category/trees/\" rel=\"category tag\">Trees</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://demo.unsap.ac.id/2023/07/09/waste-management-for-smart-businesses/\">\n						Waste Management For Smart Businesses					</a>\n				</h2>\n											<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>\n																				<a href=\"https://demo.unsap.ac.id/author/\"></a>\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>\n											July 9, 2023										\n																																							<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin.</p>\n																						                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:15:08', '2023-07-09 19:15:08', '', 29, 'https://demo.unsap.ac.id/?p=369', 0, 'revision', '', 0),
(370, 1, '2023-07-09 19:15:08', '2023-07-09 19:15:08', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Program</h2>		\n                                                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">\n                                    <img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"Lorem Ipsum 2\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																													                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">\n                                    <img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg\" alt=\"Lorem Ipsum\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																													                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:15:08', '2023-07-09 19:15:08', '', 29, 'https://demo.unsap.ac.id/?p=370', 0, 'revision', '', 0),
(372, 1, '2023-07-09 19:21:29', '2023-07-09 19:21:29', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Program</h2>		\n                                                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">\n                                    <img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"Lorem Ipsum 2\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																													                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">\n                                    <img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg\" alt=\"Lorem Ipsum\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																													                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:21:29', '2023-07-09 19:21:29', '', 29, 'https://demo.unsap.ac.id/?p=372', 0, 'revision', '', 0),
(373, 1, '2023-07-09 19:21:30', '2023-07-09 19:21:30', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Program</h2>		\n                                                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">\n                                    <img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"Lorem Ipsum 2\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																													                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">\n                                    <img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg\" alt=\"Lorem Ipsum\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																													                                                    <!-- .elementskit-post-body END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:21:30', '2023-07-09 19:21:30', '', 29, 'https://demo.unsap.ac.id/?p=373', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(374, 1, '2023-07-09 19:21:31', '2023-07-09 19:21:31', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n            <article data-id=\"366\">\n            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\"></a>\n                <img width=\"300\" height=\"232\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-768x595.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n    </article><article data-id=\"364\">\n            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\"></a>\n                <img width=\"267\" height=\"300\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-267x300.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-267x300.jpg 267w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-768x861.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg 913w\" sizes=\"(max-width: 267px) 100vw, 267px\" />\n    </article>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:21:31', '2023-07-09 19:21:31', '', 29, 'https://demo.unsap.ac.id/?p=374', 0, 'revision', '', 0),
(375, 1, '2023-07-09 19:26:08', '2023-07-09 19:26:08', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n            <article data-id=\"366\">\n            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\"></a>\n                <img width=\"300\" height=\"232\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-768x595.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n    </article><article data-id=\"364\">\n            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\"></a>\n                <img width=\"267\" height=\"300\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-267x300.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-267x300.jpg 267w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-768x861.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg 913w\" sizes=\"(max-width: 267px) 100vw, 267px\" />\n    </article>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:26:08', '2023-07-09 19:26:08', '', 29, 'https://demo.unsap.ac.id/?p=375', 0, 'revision', '', 0),
(376, 1, '2023-07-09 19:26:09', '2023-07-09 19:26:09', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n            <article data-id=\"366\">\n            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\"></a>\n                <img width=\"300\" height=\"232\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-768x595.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n    </article><article data-id=\"364\">\n            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\"></a>\n                <img width=\"267\" height=\"300\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-267x300.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-267x300.jpg 267w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036-768x861.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg 913w\" sizes=\"(max-width: 267px) 100vw, 267px\" />\n    </article>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:26:09', '2023-07-09 19:26:09', '', 29, 'https://demo.unsap.ac.id/?p=376', 0, 'revision', '', 0),
(377, 1, '2023-07-09 19:26:09', '2023-07-09 19:26:09', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:26:09', '2023-07-09 19:26:09', '', 29, 'https://demo.unsap.ac.id/?p=377', 0, 'revision', '', 0),
(378, 1, '2023-07-09 19:28:21', '2023-07-09 19:28:21', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:28:21', '2023-07-09 19:28:21', '', 29, 'https://demo.unsap.ac.id/?p=378', 0, 'revision', '', 0),
(379, 1, '2023-07-09 19:28:22', '2023-07-09 19:28:22', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:28:22', '2023-07-09 19:28:22', '', 29, 'https://demo.unsap.ac.id/?p=379', 0, 'revision', '', 0),
(380, 1, '2023-07-09 19:28:22', '2023-07-09 19:28:22', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:28:22', '2023-07-09 19:28:22', '', 29, 'https://demo.unsap.ac.id/?p=380', 0, 'revision', '', 0),
(381, 1, '2023-07-09 19:31:39', '2023-07-09 19:31:39', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:31:39', '2023-07-09 19:31:39', '', 29, 'https://demo.unsap.ac.id/?p=381', 0, 'revision', '', 0),
(382, 1, '2023-07-09 19:31:40', '2023-07-09 19:31:40', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:31:40', '2023-07-09 19:31:40', '', 29, 'https://demo.unsap.ac.id/?p=382', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(383, 1, '2023-07-09 19:31:41', '2023-07-09 19:31:41', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:31:41', '2023-07-09 19:31:41', '', 29, 'https://demo.unsap.ac.id/?p=383', 0, 'revision', '', 0),
(384, 1, '2023-07-09 19:34:31', '2023-07-09 19:34:31', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:34:31', '2023-07-09 19:34:31', '', 29, 'https://demo.unsap.ac.id/?p=384', 0, 'revision', '', 0),
(385, 1, '2023-07-09 19:34:32', '2023-07-09 19:34:32', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:34:32', '2023-07-09 19:34:32', '', 29, 'https://demo.unsap.ac.id/?p=385', 0, 'revision', '', 0),
(386, 1, '2023-07-09 19:34:32', '2023-07-09 19:34:32', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-gallery-item\">Gallery Item</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:34:32', '2023-07-09 19:34:32', '', 29, 'https://demo.unsap.ac.id/?p=386', 0, 'revision', '', 0),
(387, 1, '2023-07-09 19:35:02', '2023-07-09 19:35:02', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-gallery-item\">Gallery Item</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:35:02', '2023-07-09 19:35:02', '', 29, 'https://demo.unsap.ac.id/?p=387', 0, 'revision', '', 0),
(388, 1, '2023-07-09 19:35:03', '2023-07-09 19:35:03', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-gallery-item\">Gallery Item</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:35:03', '2023-07-09 19:35:03', '', 29, 'https://demo.unsap.ac.id/?p=388', 0, 'revision', '', 0),
(389, 1, '2023-07-09 19:35:04', '2023-07-09 19:35:04', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"https://www.youtube.com/watch?v=kB4U67tiQLA\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:35:04', '2023-07-09 19:35:04', '', 29, 'https://demo.unsap.ac.id/?p=389', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(390, 1, '2023-07-09 19:37:09', '2023-07-09 19:37:09', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"https://www.youtube.com/watch?v=kB4U67tiQLA\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:37:09', '2023-07-09 19:37:09', '', 29, 'https://demo.unsap.ac.id/?p=390', 0, 'revision', '', 0),
(391, 1, '2023-07-09 19:37:10', '2023-07-09 19:37:10', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-cd51d09\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-cd51d09 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-cd51d09  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><a aria-label=\"eael-magnific-video-link\" href=\"https://www.youtube.com/watch?v=kB4U67tiQLA\"><img width=\"62\" height=\"62\" src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/play-icon.png\" alt=\"eael-fg-video-play-icon\" ></a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:37:10', '2023-07-09 19:37:10', '', 29, 'https://demo.unsap.ac.id/?p=391', 0, 'revision', '', 0),
(392, 1, '2023-07-09 19:37:11', '2023-07-09 19:37:11', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>		\n			<figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"696\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042-300x204.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042-768x522.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1020\" height=\"738\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg 1020w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041-300x217.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041-768x556.jpg 768w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"473\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039-300x139.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039-768x355.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"682\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"477\" height=\"936\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg 477w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030-153x300.jpg 153w\" sizes=\"(max-width: 477px) 100vw, 477px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"680\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031-300x199.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031-768x510.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"575\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032-300x168.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032-768x431.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"683\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"768\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034-225x300.jpg 225w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg 365w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035-217x300.jpg 217w\" sizes=\"(max-width: 365px) 100vw, 365px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"793\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-768x595.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"415\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg 415w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027-205x300.jpg 205w\" sizes=\"(max-width: 415px) 100vw, 415px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"577\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg 577w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047-169x300.jpg 169w\" sizes=\"(max-width: 577px) 100vw, 577px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"768\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044-225x300.jpg 225w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:37:11', '2023-07-09 19:37:11', '', 29, 'https://demo.unsap.ac.id/?p=392', 0, 'revision', '', 0),
(393, 1, '2023-07-09 19:42:10', '2023-07-09 19:42:10', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>		\n			<figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"696\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042-300x204.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042-768x522.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1020\" height=\"738\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg 1020w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041-300x217.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041-768x556.jpg 768w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"473\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039-300x139.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039-768x355.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"682\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"477\" height=\"936\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg 477w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030-153x300.jpg 153w\" sizes=\"(max-width: 477px) 100vw, 477px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"680\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031-300x199.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031-768x510.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"575\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032-300x168.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032-768x431.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"683\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"768\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034-225x300.jpg 225w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg 365w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035-217x300.jpg 217w\" sizes=\"(max-width: 365px) 100vw, 365px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"793\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-768x595.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"415\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg 415w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027-205x300.jpg 205w\" sizes=\"(max-width: 415px) 100vw, 415px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"577\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg 577w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047-169x300.jpg 169w\" sizes=\"(max-width: 577px) 100vw, 577px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"768\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044-225x300.jpg 225w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:42:10', '2023-07-09 19:42:10', '', 29, 'https://demo.unsap.ac.id/?p=393', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(394, 1, '2023-07-09 19:42:11', '2023-07-09 19:42:11', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}</style>		\n			<figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"696\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042-300x204.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042-768x522.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1020\" height=\"738\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg 1020w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041-300x217.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041-768x556.jpg 768w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"473\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039-300x139.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039-768x355.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-2-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"682\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0029-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"477\" height=\"936\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030.jpg 477w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0030-153x300.jpg 153w\" sizes=\"(max-width: 477px) 100vw, 477px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"680\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031-300x199.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031-768x510.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"575\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032-300x168.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0032-768x431.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"683\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"768\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034-225x300.jpg 225w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg 365w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035-217x300.jpg 217w\" sizes=\"(max-width: 365px) 100vw, 365px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"793\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-300x232.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037-768x595.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"415\" height=\"606\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg 415w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027-205x300.jpg 205w\" sizes=\"(max-width: 415px) 100vw, 415px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"577\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg 577w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047-169x300.jpg 169w\" sizes=\"(max-width: 577px) 100vw, 577px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"768\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044-225x300.jpg 225w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n			</figure><figure class=\'gallery-item\'>\n				<img width=\"1024\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-150x150.jpg 150w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0045-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n			</figure>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:42:11', '2023-07-09 19:42:11', '', 29, 'https://demo.unsap.ac.id/?p=394', 0, 'revision', '', 0),
(395, 1, '2023-07-09 19:42:12', '2023-07-09 19:42:12', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:42:12', '2023-07-09 19:42:12', '', 29, 'https://demo.unsap.ac.id/?p=395', 0, 'revision', '', 0),
(396, 1, '2023-07-09 19:45:52', '2023-07-09 19:45:52', '', 'Informasi', '', 'publish', 'closed', 'closed', '', 'informasi', '', '', '2023-07-09 19:45:52', '2023-07-09 19:45:52', '', 0, 'https://demo.unsap.ac.id/?page_id=396', 0, 'page', '', 0),
(397, 1, '2023-07-09 19:45:52', '2023-07-09 19:45:52', '', 'Informasi', '', 'inherit', 'closed', 'closed', '', '396-revision-v1', '', '', '2023-07-09 19:45:52', '2023-07-09 19:45:52', '', 396, 'https://demo.unsap.ac.id/?p=397', 0, 'revision', '', 0),
(400, 1, '2023-07-09 19:48:03', '2023-07-09 19:48:03', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png', '', '', '2023-07-09 19:48:03', '2023-07-09 19:48:03', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder.png', 0, 'attachment', 'image/png', 0),
(403, 1, '2023-07-09 19:50:38', '2023-07-09 19:50:38', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:50:38', '2023-07-09 19:50:38', '', 29, 'https://demo.unsap.ac.id/?p=403', 0, 'revision', '', 0),
(404, 1, '2023-07-09 19:50:38', '2023-07-09 19:50:38', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Galleri</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:50:38', '2023-07-09 19:50:38', '', 29, 'https://demo.unsap.ac.id/?p=404', 0, 'revision', '', 0),
(405, 1, '2023-07-09 19:50:39', '2023-07-09 19:50:39', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:50:39', '2023-07-09 19:50:39', '', 29, 'https://demo.unsap.ac.id/?p=405', 0, 'revision', '', 0),
(406, 1, '2023-07-09 19:51:49', '2023-07-09 19:51:49', '', 'Baner 1', '', 'publish', 'open', 'open', '', 'baner-1', '', '', '2023-07-09 19:51:49', '2023-07-09 19:51:49', '', 0, 'https://demo.unsap.ac.id/?p=406', 0, 'post', '', 0),
(407, 1, '2023-07-09 19:51:49', '2023-07-09 19:51:49', '', 'Baner 1', '', 'inherit', 'closed', 'closed', '', '406-revision-v1', '', '', '2023-07-09 19:51:49', '2023-07-09 19:51:49', '', 406, 'https://demo.unsap.ac.id/?p=407', 0, 'revision', '', 0),
(408, 1, '2023-07-09 19:52:38', '2023-07-09 19:52:38', '', 'Baner 2', '', 'publish', 'open', 'open', '', 'baner-2', '', '', '2023-07-09 19:52:38', '2023-07-09 19:52:38', '', 0, 'https://demo.unsap.ac.id/?p=408', 0, 'post', '', 0),
(409, 1, '2023-07-09 19:52:38', '2023-07-09 19:52:38', '', 'Baner 2', '', 'inherit', 'closed', 'closed', '', '408-revision-v1', '', '', '2023-07-09 19:52:38', '2023-07-09 19:52:38', '', 408, 'https://demo.unsap.ac.id/?p=409', 0, 'revision', '', 0),
(410, 1, '2023-07-09 19:53:08', '2023-07-09 19:53:08', '', 'Baner 3', '', 'publish', 'open', 'open', '', 'baner-3', '', '', '2023-07-09 19:53:08', '2023-07-09 19:53:08', '', 0, 'https://demo.unsap.ac.id/?p=410', 0, 'post', '', 0),
(411, 1, '2023-07-09 19:53:08', '2023-07-09 19:53:08', '', 'Baner 3', '', 'inherit', 'closed', 'closed', '', '410-revision-v1', '', '', '2023-07-09 19:53:08', '2023-07-09 19:53:08', '', 410, 'https://demo.unsap.ac.id/?p=411', 0, 'revision', '', 0),
(412, 1, '2023-07-09 19:53:34', '2023-07-09 19:53:34', '', 'Baner 4', '', 'publish', 'open', 'open', '', 'baner-4', '', '', '2023-07-09 19:53:34', '2023-07-09 19:53:34', '', 0, 'https://demo.unsap.ac.id/?p=412', 0, 'post', '', 0),
(413, 1, '2023-07-09 19:53:34', '2023-07-09 19:53:34', '', 'Baner 4', '', 'inherit', 'closed', 'closed', '', '412-revision-v1', '', '', '2023-07-09 19:53:34', '2023-07-09 19:53:34', '', 412, 'https://demo.unsap.ac.id/?p=413', 0, 'revision', '', 0),
(414, 1, '2023-07-09 19:54:35', '2023-07-09 19:54:35', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:54:35', '2023-07-09 19:54:35', '', 29, 'https://demo.unsap.ac.id/?p=414', 0, 'revision', '', 0),
(415, 1, '2023-07-09 19:54:35', '2023-07-09 19:54:35', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:54:35', '2023-07-09 19:54:35', '', 29, 'https://demo.unsap.ac.id/?p=415', 0, 'revision', '', 0),
(416, 1, '2023-07-09 19:54:36', '2023-07-09 19:54:36', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 19:54:36', '2023-07-09 19:54:36', '', 29, 'https://demo.unsap.ac.id/?p=416', 0, 'revision', '', 0),
(417, 1, '2023-07-09 20:01:39', '2023-07-09 20:01:39', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:01:39', '2023-07-09 20:01:39', '', 29, 'https://demo.unsap.ac.id/?p=417', 0, 'revision', '', 0),
(418, 1, '2023-07-09 20:01:40', '2023-07-09 20:01:40', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:01:40', '2023-07-09 20:01:40', '', 29, 'https://demo.unsap.ac.id/?p=418', 0, 'revision', '', 0),
(419, 1, '2023-07-09 20:01:41', '2023-07-09 20:01:41', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:01:41', '2023-07-09 20:01:41', '', 29, 'https://demo.unsap.ac.id/?p=419', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(420, 1, '2023-07-09 20:03:25', '2023-07-09 20:03:25', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:03:25', '2023-07-09 20:03:25', '', 29, 'https://demo.unsap.ac.id/?p=420', 0, 'revision', '', 0),
(421, 1, '2023-07-09 20:03:25', '2023-07-09 20:03:25', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:03:25', '2023-07-09 20:03:25', '', 29, 'https://demo.unsap.ac.id/?p=421', 0, 'revision', '', 0),
(422, 1, '2023-07-09 20:03:26', '2023-07-09 20:03:26', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:03:26', '2023-07-09 20:03:26', '', 29, 'https://demo.unsap.ac.id/?p=422', 0, 'revision', '', 0),
(423, 1, '2023-07-09 20:06:32', '2023-07-09 20:06:32', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:06:32', '2023-07-09 20:06:32', '', 29, 'https://demo.unsap.ac.id/?p=423', 0, 'revision', '', 0),
(424, 1, '2023-07-09 20:06:33', '2023-07-09 20:06:33', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h2>Informasi Program</h2>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:06:33', '2023-07-09 20:06:33', '', 29, 'https://demo.unsap.ac.id/?p=424', 0, 'revision', '', 0),
(425, 1, '2023-07-09 20:06:34', '2023-07-09 20:06:34', '<img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Profile</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Program</h3>								\n									 <img width=\"50\" height=\"50\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png\" alt=\"\" loading=\"lazy\" />\n												0\n					<h3>Dukungan</h3>								\n			<h2> PROFIL</h2>		\n			<h5>H. Surya Mulyadi, S.Pd., M.Kom</h5>		\n		Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore		\n			<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>			\n						Selengkapnya\n					</a>\n															<img width=\"348\" height=\"590\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg 348w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1-177x300.jpg 177w\" sizes=\"(max-width: 348px) 100vw, 348px\" />															\n			<h3>INFORMASI PROGRAM</h3>		\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-4/\">Baner 4</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-3/\">Baner 3</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-2/\">Baner 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/baner-1/\">Baner 1</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/\">Lorem Ipsum 2</a></h3>\n                            <a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\" aria-label=\"url\">\n                                                            </a>\n                            <h3><a href=\"https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/\">Lorem Ipsum</a></h3>\n				<h3>Galleri Video</h3>\n		https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0006.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0005.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0004.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0003.mp4https://demo.unsap.ac.id/wp-content/uploads/2023/07/VID-20230707-WA0002.mp4', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2023-07-09 20:06:34', '2023-07-09 20:06:34', '', 29, 'https://demo.unsap.ac.id/?p=425', 0, 'revision', '', 0),
(426, 1, '2023-07-10 15:00:35', '2023-07-10 15:00:35', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'publish', 'closed', 'closed', '', 'my-profile', '', '', '2023-07-12 13:18:02', '2023-07-12 13:18:02', '', 0, 'https://demo.unsap.ac.id/?page_id=426', 0, 'page', '', 0),
(427, 1, '2023-07-10 15:00:35', '2023-07-10 15:00:35', '', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:00:35', '2023-07-10 15:00:35', '', 426, 'https://demo.unsap.ac.id/?p=427', 0, 'revision', '', 0),
(429, 1, '2023-07-10 15:22:36', '2023-07-10 15:22:36', '', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:22:36', '2023-07-10 15:22:36', '', 426, 'https://demo.unsap.ac.id/?p=429', 0, 'revision', '', 0),
(430, 1, '2023-07-10 15:22:36', '2023-07-10 15:22:36', '', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:22:36', '2023-07-10 15:22:36', '', 426, 'https://demo.unsap.ac.id/?p=430', 0, 'revision', '', 0),
(431, 1, '2023-07-10 15:22:36', '2023-07-10 15:22:36', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:22:36', '2023-07-10 15:22:36', '', 426, 'https://demo.unsap.ac.id/?p=431', 0, 'revision', '', 0),
(433, 1, '2023-07-10 15:34:29', '2023-07-10 15:34:29', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:34:29', '2023-07-10 15:34:29', '', 426, 'https://demo.unsap.ac.id/?p=433', 0, 'revision', '', 0),
(434, 1, '2023-07-10 15:34:30', '2023-07-10 15:34:30', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:34:30', '2023-07-10 15:34:30', '', 426, 'https://demo.unsap.ac.id/?p=434', 0, 'revision', '', 0),
(435, 1, '2023-07-10 15:34:30', '2023-07-10 15:34:30', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:34:30', '2023-07-10 15:34:30', '', 426, 'https://demo.unsap.ac.id/?p=435', 0, 'revision', '', 0),
(437, 1, '2023-07-10 15:48:35', '2023-07-10 15:48:35', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:48:35', '2023-07-10 15:48:35', '', 426, 'https://demo.unsap.ac.id/?p=437', 0, 'revision', '', 0),
(438, 1, '2023-07-10 15:48:35', '2023-07-10 15:48:35', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                    Click Me!\n	                        </a>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:48:35', '2023-07-10 15:48:35', '', 426, 'https://demo.unsap.ac.id/?p=438', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(439, 1, '2023-07-10 15:48:36', '2023-07-10 15:48:36', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:48:36', '2023-07-10 15:48:36', '', 426, 'https://demo.unsap.ac.id/?p=439', 0, 'revision', '', 0),
(441, 1, '2023-07-10 15:54:09', '2023-07-10 15:54:09', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:54:09', '2023-07-10 15:54:09', '', 426, 'https://demo.unsap.ac.id/?p=441', 0, 'revision', '', 0),
(442, 1, '2023-07-10 15:54:09', '2023-07-10 15:54:09', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:54:09', '2023-07-10 15:54:09', '', 426, 'https://demo.unsap.ac.id/?p=442', 0, 'revision', '', 0),
(443, 1, '2023-07-10 15:54:09', '2023-07-10 15:54:09', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:54:09', '2023-07-10 15:54:09', '', 426, 'https://demo.unsap.ac.id/?p=443', 0, 'revision', '', 0),
(444, 1, '2023-07-10 15:55:09', '2023-07-10 15:55:09', '{\n    \"page_on_front\": {\n        \"value\": \"426\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-10 15:55:09\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a2f2130c-aa67-4737-b484-836369765bde', '', '', '2023-07-10 15:55:09', '2023-07-10 15:55:09', '', 0, 'https://demo.unsap.ac.id/2023/07/10/a2f2130c-aa67-4737-b484-836369765bde/', 0, 'customize_changeset', '', 0),
(445, 1, '2023-07-10 15:58:42', '2023-07-10 15:58:42', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:58:42', '2023-07-10 15:58:42', '', 426, 'https://demo.unsap.ac.id/?p=445', 0, 'revision', '', 0),
(446, 1, '2023-07-10 15:58:42', '2023-07-10 15:58:42', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:58:42', '2023-07-10 15:58:42', '', 426, 'https://demo.unsap.ac.id/?p=446', 0, 'revision', '', 0),
(447, 1, '2023-07-10 15:58:43', '2023-07-10 15:58:43', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 15:58:43', '2023-07-10 15:58:43', '', 426, 'https://demo.unsap.ac.id/?p=447', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(448, 1, '2023-07-10 16:00:32', '2023-07-10 16:00:32', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:00:32', '2023-07-10 16:00:32', '', 426, 'https://demo.unsap.ac.id/?p=448', 0, 'revision', '', 0),
(449, 1, '2023-07-10 16:00:32', '2023-07-10 16:00:32', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:00:32', '2023-07-10 16:00:32', '', 426, 'https://demo.unsap.ac.id/?p=449', 0, 'revision', '', 0),
(450, 1, '2023-07-10 16:00:33', '2023-07-10 16:00:33', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:00:33', '2023-07-10 16:00:33', '', 426, 'https://demo.unsap.ac.id/?p=450', 0, 'revision', '', 0),
(451, 1, '2023-07-10 16:01:10', '2023-07-10 16:01:10', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:01:10', '2023-07-10 16:01:10', '', 426, 'https://demo.unsap.ac.id/?p=451', 0, 'revision', '', 0),
(452, 1, '2023-07-10 16:01:10', '2023-07-10 16:01:10', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:01:10', '2023-07-10 16:01:10', '', 426, 'https://demo.unsap.ac.id/?p=452', 0, 'revision', '', 0),
(453, 1, '2023-07-10 16:01:10', '2023-07-10 16:01:10', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:01:10', '2023-07-10 16:01:10', '', 426, 'https://demo.unsap.ac.id/?p=453', 0, 'revision', '', 0),
(454, 1, '2023-07-10 16:02:29', '2023-07-10 16:02:29', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:02:29', '2023-07-10 16:02:29', '', 426, 'https://demo.unsap.ac.id/?p=454', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(455, 1, '2023-07-10 16:02:30', '2023-07-10 16:02:30', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:02:30', '2023-07-10 16:02:30', '', 426, 'https://demo.unsap.ac.id/?p=455', 0, 'revision', '', 0),
(456, 1, '2023-07-10 16:02:30', '2023-07-10 16:02:30', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:02:30', '2023-07-10 16:02:30', '', 426, 'https://demo.unsap.ac.id/?p=456', 0, 'revision', '', 0),
(457, 1, '2023-07-10 16:03:34', '2023-07-10 16:03:34', '', 'Galeri', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:03:34', '2023-07-10 16:03:34', '', 199, 'https://demo.unsap.ac.id/?p=457', 0, 'revision', '', 0),
(458, 1, '2023-07-10 16:04:44', '2023-07-10 16:04:44', '', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:04:44', '2023-07-10 16:04:44', '', 199, 'https://demo.unsap.ac.id/?p=458', 0, 'revision', '', 0),
(460, 1, '2023-07-10 16:05:15', '2023-07-10 16:05:15', '', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:05:15', '2023-07-10 16:05:15', '', 199, 'https://demo.unsap.ac.id/?p=460', 0, 'revision', '', 0),
(461, 1, '2023-07-10 16:05:15', '2023-07-10 16:05:15', '', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:05:15', '2023-07-10 16:05:15', '', 199, 'https://demo.unsap.ac.id/?p=461', 0, 'revision', '', 0),
(462, 1, '2023-07-10 16:05:15', '2023-07-10 16:05:15', '', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:05:15', '2023-07-10 16:05:15', '', 199, 'https://demo.unsap.ac.id/?p=462', 0, 'revision', '', 0),
(464, 1, '2023-07-10 16:15:46', '2023-07-10 16:15:46', '', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:15:46', '2023-07-10 16:15:46', '', 199, 'https://demo.unsap.ac.id/?p=464', 0, 'revision', '', 0),
(465, 1, '2023-07-10 16:15:46', '2023-07-10 16:15:46', '', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:15:46', '2023-07-10 16:15:46', '', 199, 'https://demo.unsap.ac.id/?p=465', 0, 'revision', '', 0),
(466, 1, '2023-07-10 16:15:47', '2023-07-10 16:15:47', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:15:47', '2023-07-10 16:15:47', '', 199, 'https://demo.unsap.ac.id/?p=466', 0, 'revision', '', 0),
(467, 1, '2023-07-10 16:18:15', '2023-07-10 16:18:15', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:18:15', '2023-07-10 16:18:15', '', 199, 'https://demo.unsap.ac.id/?p=467', 0, 'revision', '', 0),
(468, 1, '2023-07-10 16:18:15', '2023-07-10 16:18:15', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:18:15', '2023-07-10 16:18:15', '', 199, 'https://demo.unsap.ac.id/?p=468', 0, 'revision', '', 0),
(469, 1, '2023-07-10 16:18:15', '2023-07-10 16:18:15', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-gallery-item\">Gallery Item</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:18:15', '2023-07-10 16:18:15', '', 199, 'https://demo.unsap.ac.id/?p=469', 0, 'revision', '', 0),
(470, 1, '2023-07-10 16:21:00', '2023-07-10 16:21:00', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-gallery-item\">Gallery Item</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:21:00', '2023-07-10 16:21:00', '', 199, 'https://demo.unsap.ac.id/?p=470', 0, 'revision', '', 0),
(471, 1, '2023-07-10 16:21:00', '2023-07-10 16:21:00', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-gallery-item\">Gallery Item</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" alt=\"\"><h5>Gallery Item Name</h5><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident.</p>\n<a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/plugins/essential-addons-for-elementor-lite//assets/front-end/img/flexia-preview.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:21:00', '2023-07-10 16:21:00', '', 199, 'https://demo.unsap.ac.id/?p=471', 0, 'revision', '', 0),
(472, 1, '2023-07-10 16:21:00', '2023-07-10 16:21:00', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:21:00', '2023-07-10 16:21:00', '', 199, 'https://demo.unsap.ac.id/?p=472', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(473, 1, '2023-07-10 16:23:17', '2023-07-10 16:23:17', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:23:17', '2023-07-10 16:23:17', '', 199, 'https://demo.unsap.ac.id/?p=473', 0, 'revision', '', 0),
(474, 1, '2023-07-10 16:23:17', '2023-07-10 16:23:17', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:23:17', '2023-07-10 16:23:17', '', 199, 'https://demo.unsap.ac.id/?p=474', 0, 'revision', '', 0),
(475, 1, '2023-07-10 16:23:17', '2023-07-10 16:23:17', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:23:17', '2023-07-10 16:23:17', '', 199, 'https://demo.unsap.ac.id/?p=475', 0, 'revision', '', 0),
(476, 1, '2023-07-10 16:26:43', '2023-07-10 16:26:43', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:26:43', '2023-07-10 16:26:43', '', 199, 'https://demo.unsap.ac.id/?p=476', 0, 'revision', '', 0),
(477, 1, '2023-07-10 16:26:43', '2023-07-10 16:26:43', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" alt=\"\"><h5>Gallery item name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:26:43', '2023-07-10 16:26:43', '', 199, 'https://demo.unsap.ac.id/?p=477', 0, 'revision', '', 0),
(478, 1, '2023-07-10 16:26:43', '2023-07-10 16:26:43', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:26:43', '2023-07-10 16:26:43', '', 199, 'https://demo.unsap.ac.id/?p=478', 0, 'revision', '', 0),
(479, 1, '2023-07-10 16:27:12', '2023-07-10 16:27:12', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:27:12', '2023-07-10 16:27:12', '', 199, 'https://demo.unsap.ac.id/?p=479', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(480, 1, '2023-07-10 16:27:13', '2023-07-10 16:27:13', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:27:13', '2023-07-10 16:27:13', '', 199, 'https://demo.unsap.ac.id/?p=480', 0, 'revision', '', 0),
(481, 1, '2023-07-10 16:27:13', '2023-07-10 16:27:13', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:27:13', '2023-07-10 16:27:13', '', 199, 'https://demo.unsap.ac.id/?p=481', 0, 'revision', '', 0),
(482, 1, '2023-07-10 16:27:27', '2023-07-10 16:27:27', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:27:27', '2023-07-10 16:27:27', '', 199, 'https://demo.unsap.ac.id/?p=482', 0, 'revision', '', 0),
(483, 1, '2023-07-10 16:27:27', '2023-07-10 16:27:27', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:27:27', '2023-07-10 16:27:27', '', 199, 'https://demo.unsap.ac.id/?p=483', 0, 'revision', '', 0),
(484, 1, '2023-07-10 16:27:28', '2023-07-10 16:27:28', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:27:28', '2023-07-10 16:27:28', '', 199, 'https://demo.unsap.ac.id/?p=484', 0, 'revision', '', 0),
(485, 1, '2023-07-10 16:28:08', '2023-07-10 16:28:08', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:28:08', '2023-07-10 16:28:08', '', 199, 'https://demo.unsap.ac.id/?p=485', 0, 'revision', '', 0),
(486, 1, '2023-07-10 16:28:08', '2023-07-10 16:28:08', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:28:08', '2023-07-10 16:28:08', '', 199, 'https://demo.unsap.ac.id/?p=486', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(487, 1, '2023-07-10 16:28:08', '2023-07-10 16:28:08', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:28:08', '2023-07-10 16:28:08', '', 199, 'https://demo.unsap.ac.id/?p=487', 0, 'revision', '', 0),
(488, 1, '2023-07-10 16:29:06', '2023-07-10 16:29:06', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:29:06', '2023-07-10 16:29:06', '', 199, 'https://demo.unsap.ac.id/?p=488', 0, 'revision', '', 0),
(489, 1, '2023-07-10 16:29:06', '2023-07-10 16:29:06', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:29:06', '2023-07-10 16:29:06', '', 199, 'https://demo.unsap.ac.id/?p=489', 0, 'revision', '', 0),
(490, 1, '2023-07-10 16:29:06', '2023-07-10 16:29:06', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:29:06', '2023-07-10 16:29:06', '', 199, 'https://demo.unsap.ac.id/?p=490', 0, 'revision', '', 0),
(491, 1, '2023-07-10 16:30:05', '2023-07-10 16:30:05', '', '31199-middle', '', 'inherit', 'open', 'closed', '', '31199-middle', '', '', '2023-07-10 16:30:05', '2023-07-10 16:30:05', '', 199, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png', 0, 'attachment', 'image/png', 0),
(492, 1, '2023-07-10 16:30:12', '2023-07-10 16:30:12', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:30:12', '2023-07-10 16:30:12', '', 199, 'https://demo.unsap.ac.id/?p=492', 0, 'revision', '', 0),
(493, 1, '2023-07-10 16:30:13', '2023-07-10 16:30:13', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:30:13', '2023-07-10 16:30:13', '', 199, 'https://demo.unsap.ac.id/?p=493', 0, 'revision', '', 0),
(494, 1, '2023-07-10 16:30:13', '2023-07-10 16:30:13', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:30:13', '2023-07-10 16:30:13', '', 199, 'https://demo.unsap.ac.id/?p=494', 0, 'revision', '', 0),
(495, 1, '2023-07-10 16:30:48', '2023-07-10 16:30:48', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:30:48', '2023-07-10 16:30:48', '', 199, 'https://demo.unsap.ac.id/?p=495', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(496, 1, '2023-07-10 16:30:48', '2023-07-10 16:30:48', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:30:48', '2023-07-10 16:30:48', '', 199, 'https://demo.unsap.ac.id/?p=496', 0, 'revision', '', 0),
(497, 1, '2023-07-10 16:30:48', '2023-07-10 16:30:48', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:30:48', '2023-07-10 16:30:48', '', 199, 'https://demo.unsap.ac.id/?p=497', 0, 'revision', '', 0),
(498, 1, '2023-07-10 16:32:53', '2023-07-10 16:32:53', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:32:53', '2023-07-10 16:32:53', '', 199, 'https://demo.unsap.ac.id/?p=498', 0, 'revision', '', 0),
(499, 1, '2023-07-10 16:32:54', '2023-07-10 16:32:54', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:32:54', '2023-07-10 16:32:54', '', 199, 'https://demo.unsap.ac.id/?p=499', 0, 'revision', '', 0),
(500, 1, '2023-07-10 16:32:54', '2023-07-10 16:32:54', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Selengkapnya                    \n                                    </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:32:54', '2023-07-10 16:32:54', '', 199, 'https://demo.unsap.ac.id/?p=500', 0, 'revision', '', 0),
(501, 1, '2023-07-10 16:34:30', '2023-07-10 16:34:30', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Selengkapnya                    \n                                    </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:34:30', '2023-07-10 16:34:30', '', 199, 'https://demo.unsap.ac.id/?p=501', 0, 'revision', '', 0),
(502, 1, '2023-07-10 16:34:30', '2023-07-10 16:34:30', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Selengkapnya                    \n                                    </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:34:30', '2023-07-10 16:34:30', '', 199, 'https://demo.unsap.ac.id/?p=502', 0, 'revision', '', 0),
(503, 1, '2023-07-10 16:34:30', '2023-07-10 16:34:30', '<h2>\n											Galleri\n											Kegiatan\n										</h2>\n			<a href=\"#section-one\"><svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"></path></svg></a><a href=\"#section-two\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg></a><a href=\"#section-three\"><svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"></path></svg></a>		\n			<style id=\"eael-fg-inline-css-fca1d25\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-fca1d25 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-fca1d25  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">Video</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" alt=\"\"><h5>Gallery Item Name</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>                <a href=\"#\" aria-label=\"eael-item-maybe-link\"> </a>            \n                <a href=\"#\">\n                        Selengkapnya                    \n                                    </a>', 'Kegiatan', '', 'inherit', 'closed', 'closed', '', '199-revision-v1', '', '', '2023-07-10 16:34:30', '2023-07-10 16:34:30', '', 199, 'https://demo.unsap.ac.id/?p=503', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(504, 1, '2023-07-10 16:35:29', '2023-07-10 16:35:29', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:35:29', '2023-07-10 16:35:29', '', 426, 'https://demo.unsap.ac.id/?p=504', 0, 'revision', '', 0),
(505, 1, '2023-07-10 16:35:30', '2023-07-10 16:35:30', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:35:30', '2023-07-10 16:35:30', '', 426, 'https://demo.unsap.ac.id/?p=505', 0, 'revision', '', 0),
(506, 1, '2023-07-10 16:35:30', '2023-07-10 16:35:30', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-10 16:35:30', '2023-07-10 16:35:30', '', 426, 'https://demo.unsap.ac.id/?p=506', 0, 'revision', '', 0),
(507, 1, '2023-07-12 12:09:23', '2023-07-12 12:09:23', '{\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:09:23\"\n    },\n    \"exs-portfolio::intro_teaser_section_layout\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:09:23\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '139d3f80-3cc2-48b5-9d9f-582c829b7f5f', '', '', '2023-07-12 12:09:23', '2023-07-12 12:09:23', '', 0, 'https://demo.unsap.ac.id/2023/07/12/139d3f80-3cc2-48b5-9d9f-582c829b7f5f/', 0, 'customize_changeset', '', 0),
(508, 1, '2023-07-12 12:10:19', '2023-07-12 12:10:19', '<div class=\"my-4\" align=\"justify\">\r\n\r\n...\r\n\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 12:10:19', '2023-07-12 12:10:19', '', 2, 'https://demo.unsap.ac.id/?p=508', 0, 'revision', '', 0),
(512, 1, '2023-07-12 12:50:16', '2023-07-12 12:50:16', '{\n    \"portfoliox::custom_logo\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:32:25\"\n    },\n    \"portfoliox::header_textcolor\": {\n        \"value\": \"blank\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:32:25\"\n    },\n    \"page_on_front\": {\n        \"value\": \"2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:32:25\"\n    },\n    \"portfoliox::portfoliox_main_menu_style\": {\n        \"value\": \"style1\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:49:49\"\n    },\n    \"portfoliox::nav_menu_locations[main-menu]\": {\n        \"value\": 24,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:32:25\"\n    },\n    \"portfoliox::portfoliox_intro_img\": {\n        \"value\": \"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:49:49\"\n    },\n    \"portfoliox::portfoliox_blog_container\": {\n        \"value\": \"container\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:49:49\"\n    },\n    \"portfoliox::portfoliox_blog_layout\": {\n        \"value\": \"fullwidth\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:50:16\"\n    },\n    \"portfoliox::portfoliox_blog_style\": {\n        \"value\": \"grid\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:50:16\"\n    },\n    \"portfoliox::portfoliox_page_header\": {\n        \"value\": \"hide\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 12:50:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '5a4d7d28-cfc6-4995-8594-01f025f7af27', '', '', '2023-07-12 12:50:16', '2023-07-12 12:50:16', '', 0, 'https://demo.unsap.ac.id/?p=512', 0, 'customize_changeset', '', 0),
(515, 1, '2023-07-12 13:05:28', '2023-07-12 13:05:28', '<div class=\"my-4\" align=\"justify\">\r\n\r\n...\r\n\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 13:05:28', '2023-07-12 13:05:28', '', 2, 'https://demo.unsap.ac.id/?p=515', 0, 'revision', '', 0),
(516, 1, '2023-07-12 13:05:28', '2023-07-12 13:05:28', '<div class=\"my-4\" align=\"justify\">\r\n\r\n...\r\n\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 13:05:28', '2023-07-12 13:05:28', '', 2, 'https://demo.unsap.ac.id/?p=516', 0, 'revision', '', 0),
(517, 1, '2023-07-12 13:05:28', '2023-07-12 13:05:28', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 13:05:28', '2023-07-12 13:05:28', '', 2, 'https://demo.unsap.ac.id/?p=517', 0, 'revision', '', 0),
(518, 1, '2023-07-12 13:10:53', '2023-07-12 13:10:53', '{\n    \"portfoliox::portfoliox_intro_img\": {\n        \"value\": \"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:07:18\"\n    },\n    \"portfoliox::portfoliox_intro_title\": {\n        \"value\": \"Hi, I\'m\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:08:18\"\n    },\n    \"portfoliox::portfoliox_intro_designation\": {\n        \"value\": \"H. Mulya Suryadi, S.Pd., M.Kom.\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:08:18\"\n    },\n    \"portfoliox::portfoliox_btn_text_two\": {\n        \"value\": \"Lihat CV\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:08:18\"\n    },\n    \"portfoliox::portfoliox_intro_desc\": {\n        \"value\": \"dfgdfgdfgdfgdfgdfg\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:09:21\"\n    },\n    \"portfoliox::portfoliox_btn_text_one\": {\n        \"value\": \"Daftar Relawan\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:09:21\"\n    },\n    \"portfoliox::portfoliox_intro_subtitle\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:10:21\"\n    },\n    \"nav_menu_item[203]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:10:43\"\n    },\n    \"nav_menu_item[210]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:10:43\"\n    },\n    \"nav_menu_item[208]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:10:43\"\n    },\n    \"nav_menu_item[398]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:10:43\"\n    },\n    \"nav_menu_item[205]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:10:43\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a77090a8-5079-4df8-881d-a0550ec9f28f', '', '', '2023-07-12 13:10:53', '2023-07-12 13:10:53', '', 0, 'https://demo.unsap.ac.id/?p=518', 0, 'customize_changeset', '', 0),
(519, 1, '2023-07-12 13:11:59', '2023-07-12 13:11:59', '{\n    \"portfoliox::nav_menu_locations[main-menu]\": {\n        \"value\": 24,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:11:43\"\n    },\n    \"nav_menu_item[-1647812312807712800]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"custom\",\n            \"title\": \"Daftar Relawan\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Daftar Relawan\",\n            \"nav_menu_term_id\": 24,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:11:43\"\n    },\n    \"portfoliox::portfoliox_intro_desc\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 13:11:59\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd2e70d47-a5fd-4c7a-88fc-f7b0b121f282', '', '', '2023-07-12 13:11:59', '2023-07-12 13:11:59', '', 0, 'https://demo.unsap.ac.id/?p=519', 0, 'customize_changeset', '', 0),
(520, 1, '2023-07-12 13:11:59', '2023-07-12 13:11:59', '', 'Daftar Relawan', '', 'publish', 'closed', 'closed', '', 'daftar-relawan', '', '', '2023-07-12 13:11:59', '2023-07-12 13:11:59', '', 0, 'https://demo.unsap.ac.id/2023/07/12/daftar-relawan/', 1, 'nav_menu_item', '', 0),
(521, 1, '2023-07-12 13:13:28', '2023-07-12 13:13:28', '<div class=\"my-4\" align=\"justify\">\r\n\r\n...\r\n\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 13:13:28', '2023-07-12 13:13:28', '', 2, 'https://demo.unsap.ac.id/?p=521', 0, 'revision', '', 0),
(522, 1, '2023-07-12 13:16:32', '2023-07-12 13:16:32', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'template_linktree', '', 'publish', 'closed', 'closed', '', 'template_linktree', '', '', '2023-07-12 13:16:33', '2023-07-12 13:16:33', '', 0, 'https://demo.unsap.ac.id/?elementor_library=template_linktree', 0, 'elementor_library', '', 0),
(523, 1, '2023-07-12 13:16:32', '2023-07-12 13:16:32', '', 'template_linktree', '', 'inherit', 'closed', 'closed', '', '522-revision-v1', '', '', '2023-07-12 13:16:32', '2023-07-12 13:16:32', '', 522, 'https://demo.unsap.ac.id/?p=523', 0, 'revision', '', 0),
(524, 1, '2023-07-12 13:16:33', '2023-07-12 13:16:33', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'template_linktree', '', 'inherit', 'closed', 'closed', '', '522-revision-v1', '', '', '2023-07-12 13:16:33', '2023-07-12 13:16:33', '', 522, 'https://demo.unsap.ac.id/?p=524', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(525, 1, '2023-07-12 13:18:01', '2023-07-12 13:18:01', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-12 13:18:01', '2023-07-12 13:18:01', '', 426, 'https://demo.unsap.ac.id/?p=525', 0, 'revision', '', 0),
(526, 1, '2023-07-12 13:18:02', '2023-07-12 13:18:02', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n			<h6>Ketua Komisi III DPRD Kabupaten Sumedang</h6>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-12 13:18:02', '2023-07-12 13:18:02', '', 426, 'https://demo.unsap.ac.id/?p=526', 0, 'revision', '', 0),
(527, 1, '2023-07-12 13:18:02', '2023-07-12 13:18:02', '<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />															\n			<h4>H. Mulya Suryadi, S.Pd., M.Kom.</h4>		\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"></path></svg>                    \n                    Profile\n	                        </a>\n            <a href=\"https://demo.unsap.ac.id/galeri/\" target=\"_blank _blank\" rel=\"nofollow noopener\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"></path></svg>                    \n                    Kegiatan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"></path></svg>                    \n                    Daftar Relawan\n	                        </a>\n            <a href=\"#\" data-text=\"Go!\">\n                                            <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"></path></svg>                    \n                    Contact Me!\n	                        </a>\n						 <ul>\n														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://facebook.com\" aria-label=\"Facebook\" >\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Tiktok\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>									\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"#\" aria-label=\"Youtube\" >\n                                                                                                            </a>\n                    </li>\n                    							</ul>', 'My Profile', '', 'inherit', 'closed', 'closed', '', '426-revision-v1', '', '', '2023-07-12 13:18:02', '2023-07-12 13:18:02', '', 426, 'https://demo.unsap.ac.id/?p=527', 0, 'revision', '', 0),
(529, 1, '2023-07-12 14:48:16', '2023-07-12 14:48:16', '{\n    \"sidebars_widgets[frontpage-1]\": {\n        \"value\": [\n            \"cvee_intro_one_widget-3\",\n            \"cvee_education_one_widget-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:48:16\"\n    },\n    \"widget_cvee_education_one_widget[3]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:47:25\"\n    },\n    \"widget_cvee_intro_one_widget[3]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:48:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7e64ef01-f896-4c29-b0ef-28e7631ee951', '', '', '2023-07-12 14:48:16', '2023-07-12 14:48:16', '', 0, 'https://demo.unsap.ac.id/?p=529', 0, 'customize_changeset', '', 0),
(530, 1, '2023-07-12 14:49:13', '2023-07-12 14:49:13', '{\n    \"cvee::header_textcolor\": {\n        \"value\": \"blank\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:49:13\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0e10e4cc-ee12-43ae-ae9c-193cb6fbc9d7', '', '', '2023-07-12 14:49:13', '2023-07-12 14:49:13', '', 0, 'https://demo.unsap.ac.id/2023/07/12/0e10e4cc-ee12-43ae-ae9c-193cb6fbc9d7/', 0, 'customize_changeset', '', 0),
(531, 1, '2023-07-12 14:53:29', '2023-07-12 14:53:29', '{\n    \"sidebars_widgets[frontpage-1]\": {\n        \"value\": [\n            \"cvee_intro_one_widget-3\",\n            \"cvee_education_one_widget-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:53:29\"\n    },\n    \"widget_cvee_experience_three_widget[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToyNzp7czo1OiJpY29uMSI7czoxOToiZmFyIGZhLWFkZHJlc3MtYm9vayI7czo1OiJ0aXRsZSI7czoxNToiV29yayBFeHBlcmllbmNlIjtzOjg6ImV4cDF0aW1lIjtzOjMwOiJTZXB0ZW1iZXIgMjAxMyAtIEZlYnJ1YXJ5IDIwMTQiO3M6OToiZXhwMWRlc2lnIjtzOjExOiJVSSBEZXNpZ25lciI7czo3OiJleHAxY29tIjtzOjE0OiJBc3BoYWx0IFRoZW1lcyI7czoxMToiZXhwMWNvbXNpdGUiO3M6MjU6Imh0dHBzOi8vYXNwaGFsdHRoZW1lcy5jb20iO3M6MTA6ImV4cDFkZXRhaWwiO3M6MzA3OiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQaGFzZWxsdXMgaWFjdWxpcyBtZXR1cyBldCBsaWJlcm8gZGljdHVtLCB2aXRhZSBzdXNjaXBpdCBvcmNpIG9ybmFyZS4gUGVsbGVudGVzcXVlIGJpYmVuZHVtIHF1YW0gYXQgbnVuYyBwb3J0YSBjb25ndWUuIE51bmMgbnVsbGEgZXJhdCwgZmV1Z2lhdCBub24gcHVydXMgYSwgZWZmaWNpdHVyIGFjY3Vtc2FuIGxlY3R1cy4gUHJvaW4gbmVxdWUgYXVndWUsIGN1cnN1cyBldCBmZXVnaWF0IGV0LCBmYXVjaWJ1cyBzaXQgYW1ldCBsZWN0dXMuIjtzOjg6ImV4cDJ0aW1lIjtzOjMwOiJTZXB0ZW1iZXIgMjAxMyAtIEZlYnJ1YXJ5IDIwMTQiO3M6OToiZXhwMmRlc2lnIjtzOjExOiJVSSBEZXNpZ25lciI7czo3OiJleHAyY29tIjtzOjE0OiJBc3BoYWx0IFRoZW1lcyI7czoxMToiZXhwMmNvbXNpdGUiO3M6MjU6Imh0dHBzOi8vYXNwaGFsdHRoZW1lcy5jb20iO3M6MTA6ImV4cDJkZXRhaWwiO3M6MzA3OiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQaGFzZWxsdXMgaWFjdWxpcyBtZXR1cyBldCBsaWJlcm8gZGljdHVtLCB2aXRhZSBzdXNjaXBpdCBvcmNpIG9ybmFyZS4gUGVsbGVudGVzcXVlIGJpYmVuZHVtIHF1YW0gYXQgbnVuYyBwb3J0YSBjb25ndWUuIE51bmMgbnVsbGEgZXJhdCwgZmV1Z2lhdCBub24gcHVydXMgYSwgZWZmaWNpdHVyIGFjY3Vtc2FuIGxlY3R1cy4gUHJvaW4gbmVxdWUgYXVndWUsIGN1cnN1cyBldCBmZXVnaWF0IGV0LCBmYXVjaWJ1cyBzaXQgYW1ldCBsZWN0dXMuIjtzOjg6ImV4cDN0aW1lIjtzOjMwOiJTZXB0ZW1iZXIgMjAxMyAtIEZlYnJ1YXJ5IDIwMTQiO3M6OToiZXhwM2Rlc2lnIjtzOjExOiJVSSBEZXNpZ25lciI7czo3OiJleHAzY29tIjtzOjE0OiJBc3BoYWx0IFRoZW1lcyI7czoxMToiZXhwM2NvbXNpdGUiO3M6MjU6Imh0dHBzOi8vYXNwaGFsdHRoZW1lcy5jb20iO3M6MTA6ImV4cDNkZXRhaWwiO3M6MzA3OiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQaGFzZWxsdXMgaWFjdWxpcyBtZXR1cyBldCBsaWJlcm8gZGljdHVtLCB2aXRhZSBzdXNjaXBpdCBvcmNpIG9ybmFyZS4gUGVsbGVudGVzcXVlIGJpYmVuZHVtIHF1YW0gYXQgbnVuYyBwb3J0YSBjb25ndWUuIE51bmMgbnVsbGEgZXJhdCwgZmV1Z2lhdCBub24gcHVydXMgYSwgZWZmaWNpdHVyIGFjY3Vtc2FuIGxlY3R1cy4gUHJvaW4gbmVxdWUgYXVndWUsIGN1cnN1cyBldCBmZXVnaWF0IGV0LCBmYXVjaWJ1cyBzaXQgYW1ldCBsZWN0dXMuIjtzOjg6ImV4cDR0aW1lIjtzOjMwOiJTZXB0ZW1iZXIgMjAxMyAtIEZlYnJ1YXJ5IDIwMTQiO3M6OToiZXhwNGRlc2lnIjtzOjExOiJVSSBEZXNpZ25lciI7czo3OiJleHA0Y29tIjtzOjE0OiJBc3BoYWx0IFRoZW1lcyI7czoxMToiZXhwNGNvbXNpdGUiO3M6MjU6Imh0dHBzOi8vYXNwaGFsdHRoZW1lcy5jb20iO3M6MTA6ImV4cDRkZXRhaWwiO3M6MzA3OiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQaGFzZWxsdXMgaWFjdWxpcyBtZXR1cyBldCBsaWJlcm8gZGljdHVtLCB2aXRhZSBzdXNjaXBpdCBvcmNpIG9ybmFyZS4gUGVsbGVudGVzcXVlIGJpYmVuZHVtIHF1YW0gYXQgbnVuYyBwb3J0YSBjb25ndWUuIE51bmMgbnVsbGEgZXJhdCwgZmV1Z2lhdCBub24gcHVydXMgYSwgZWZmaWNpdHVyIGFjY3Vtc2FuIGxlY3R1cy4gUHJvaW4gbmVxdWUgYXVndWUsIGN1cnN1cyBldCBmZXVnaWF0IGV0LCBmYXVjaWJ1cyBzaXQgYW1ldCBsZWN0dXMuIjtzOjg6ImV4cDV0aW1lIjtzOjMwOiJTZXB0ZW1iZXIgMjAxMyAtIEZlYnJ1YXJ5IDIwMTQiO3M6OToiZXhwNWRlc2lnIjtzOjExOiJVSSBEZXNpZ25lciI7czo3OiJleHA1Y29tIjtzOjE0OiJBc3BoYWx0IFRoZW1lcyI7czoxMToiZXhwNWNvbXNpdGUiO3M6MjU6Imh0dHBzOi8vYXNwaGFsdHRoZW1lcy5jb20iO3M6MTA6ImV4cDVkZXRhaWwiO3M6MzA3OiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQaGFzZWxsdXMgaWFjdWxpcyBtZXR1cyBldCBsaWJlcm8gZGljdHVtLCB2aXRhZSBzdXNjaXBpdCBvcmNpIG9ybmFyZS4gUGVsbGVudGVzcXVlIGJpYmVuZHVtIHF1YW0gYXQgbnVuYyBwb3J0YSBjb25ndWUuIE51bmMgbnVsbGEgZXJhdCwgZmV1Z2lhdCBub24gcHVydXMgYSwgZWZmaWNpdHVyIGFjY3Vtc2FuIGxlY3R1cy4gUHJvaW4gbmVxdWUgYXVndWUsIGN1cnN1cyBldCBmZXVnaWF0IGV0LCBmYXVjaWJ1cyBzaXQgYW1ldCBsZWN0dXMuIjt9\",\n            \"title\": \"Work Experience\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"8ee085c6f6c98ae5daa6abc6273398cb\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:50:10\"\n    },\n    \"widget_media_image[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxNTp7czo0OiJzaXplIjtzOjY6Im1lZGl1bSI7czo1OiJ3aWR0aCI7aTo1MTI7czo2OiJoZWlnaHQiO2k6NTEyO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo5OiJsaW5rX3R5cGUiO3M6NjoiY3VzdG9tIjtzOjg6ImxpbmtfdXJsIjtzOjA6IiI7czoxMzoiaW1hZ2VfY2xhc3NlcyI7czowOiIiO3M6MTI6ImxpbmtfY2xhc3NlcyI7czowOiIiO3M6ODoibGlua19yZWwiO3M6MDoiIjtzOjE3OiJsaW5rX3RhcmdldF9ibGFuayI7YjowO3M6MTE6ImltYWdlX3RpdGxlIjtzOjA6IiI7czoxMzoiYXR0YWNobWVudF9pZCI7aToyNTE7czozOiJ1cmwiO3M6ODM6Imh0dHBzOi8vZGVtby51bnNhcC5hYy5pZC93cC1jb250ZW50L3VwbG9hZHMvMjAyMy8wNy9JTUctMjAyMzA3MDctV0EwMDQ4LTMwMHgzMDAuanBnIjtzOjU6InRpdGxlIjtzOjA6IiI7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"ece53ea9bcb4d6155060c80f8b7f0d1b\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:51:17\"\n    },\n    \"widget_raratheme_author_bio[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxMjp7czo1OiJ0aXRsZSI7czo1OiJqampqaiI7czo2OiJ0YXJnZXQiO3M6MToiMSI7czo0OiJuYW1lIjtzOjY6Imtra2trayI7czo1OiJlbWFpbCI7czoyMToiYWRtaW5AZGV2LnVuc2FwLmFjLmlkIjtzOjc6ImNvbnRlbnQiO3M6MDoiIjtzOjU6ImltYWdlIjtzOjM6IjI1MSI7czoxMjoiYXV0aG9yLWltYWdlIjtzOjA6IiI7czo1OiJsYWJlbCI7czozOiJoaGgiO3M6NDoibGluayI7czoxOiIjIjtzOjE0OiJzaWduYXR1cmUtdGV4dCI7czowOiIiO3M6MTk6ImF1dGhvci1pbWFnZS1vcHRpb24iO3M6ODoiZ3JhdmF0YXIiO3M6MjM6ImF1dGhvci1zaWduYXR1cmUtb3B0aW9uIjtzOjU6InBob3RvIjt9\",\n            \"title\": \"jjjjj\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"aa31cedb1a1bf4a53dc05f2d0f69b80b\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:52:10\"\n    },\n    \"widget_raratheme_image_widget[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTo3OntzOjU6InRpdGxlIjtzOjQ6ImpqamoiO3M6NzoiY29udGVudCI7czo1OiJqampqaiI7czo1OiJpbWFnZSI7czozOiIyNTEiO3M6NDoibGluayI7czoxOiIjIjtzOjU6ImxhYmVsIjtzOjU6ImpqampqIjtzOjQ6InNpemUiO3M6NDoiZnVsbCI7czo2OiJ0YXJnZXQiO3M6MDoiIjt9\",\n            \"title\": \"jjjj\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"833423993f4b165804a92cd9cc0e6594\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:53:11\"\n    },\n    \"widget_smartslider3[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjY6ImpqampqaiI7czo2OiJzbGlkZXIiO3M6MToiMSI7fQ==\",\n            \"title\": \"jjjjjj\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"b4d2b375abe86991dd69f5127c6dc7db\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-07-12 14:53:29\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9d5ae712-9850-4524-a23e-5689f11f7640', '', '', '2023-07-12 14:53:29', '2023-07-12 14:53:29', '', 0, 'https://demo.unsap.ac.id/?p=531', 0, 'customize_changeset', '', 0),
(532, 1, '2023-07-12 14:57:00', '2023-07-12 14:57:00', '<div class=\"my-4\" align=\"justify\">\r\n\r\n...\r\n\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 14:57:00', '2023-07-12 14:57:00', '', 2, 'https://demo.unsap.ac.id/?p=532', 0, 'revision', '', 0),
(533, 1, '2023-07-12 14:57:00', '2023-07-12 14:57:00', '<div class=\"my-4\" align=\"justify\">\r\n\r\n...\r\n\r\n</div>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 14:57:00', '2023-07-12 14:57:00', '', 2, 'https://demo.unsap.ac.id/?p=533', 0, 'revision', '', 0),
(534, 1, '2023-07-12 14:57:00', '2023-07-12 14:57:00', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 14:57:00', '2023-07-12 14:57:00', '', 2, 'https://demo.unsap.ac.id/?p=534', 0, 'revision', '', 0),
(536, 1, '2023-07-12 14:59:20', '2023-07-12 14:59:20', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 14:59:20', '2023-07-12 14:59:20', '', 2, 'https://demo.unsap.ac.id/?p=536', 0, 'revision', '', 0),
(537, 1, '2023-07-12 14:59:20', '2023-07-12 14:59:20', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 14:59:20', '2023-07-12 14:59:20', '', 2, 'https://demo.unsap.ac.id/?p=537', 0, 'revision', '', 0),
(538, 1, '2023-07-12 14:59:20', '2023-07-12 14:59:20', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 14:59:20', '2023-07-12 14:59:20', '', 2, 'https://demo.unsap.ac.id/?p=538', 0, 'revision', '', 0),
(539, 1, '2023-07-12 15:00:11', '2023-07-12 15:00:11', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:00:11', '2023-07-12 15:00:11', '', 2, 'https://demo.unsap.ac.id/?p=539', 0, 'revision', '', 0),
(540, 1, '2023-07-12 15:00:11', '2023-07-12 15:00:11', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:00:11', '2023-07-12 15:00:11', '', 2, 'https://demo.unsap.ac.id/?p=540', 0, 'revision', '', 0),
(541, 1, '2023-07-12 15:00:11', '2023-07-12 15:00:11', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:00:11', '2023-07-12 15:00:11', '', 2, 'https://demo.unsap.ac.id/?p=541', 0, 'revision', '', 0),
(542, 1, '2023-07-12 15:00:55', '2023-07-12 15:00:55', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:00:55', '2023-07-12 15:00:55', '', 2, 'https://demo.unsap.ac.id/?p=542', 0, 'revision', '', 0),
(543, 1, '2023-07-12 15:00:56', '2023-07-12 15:00:56', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:00:56', '2023-07-12 15:00:56', '', 2, 'https://demo.unsap.ac.id/?p=543', 0, 'revision', '', 0),
(544, 1, '2023-07-12 15:00:56', '2023-07-12 15:00:56', 'Latest News\n                    <ul>\n                                                            <li>Baner 4</li>\n                                                            <li>Baner 3</li>\n                                                            <li>Baner 2</li>\n                                                            <li>Baner 1</li>\n                                                            <li>Lorem Ipsum 2</li>\n                                                            <li>Lorem Ipsum</li>\n                                            </ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:00:56', '2023-07-12 15:00:56', '', 2, 'https://demo.unsap.ac.id/?p=544', 0, 'revision', '', 0),
(545, 1, '2023-07-12 15:01:04', '2023-07-12 15:01:04', 'Latest News\n                    <ul>\n                                                            <li>Baner 4</li>\n                                                            <li>Baner 3</li>\n                                                            <li>Baner 2</li>\n                                                            <li>Baner 1</li>\n                                                            <li>Lorem Ipsum 2</li>\n                                                            <li>Lorem Ipsum</li>\n                                            </ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:01:04', '2023-07-12 15:01:04', '', 2, 'https://demo.unsap.ac.id/?p=545', 0, 'revision', '', 0),
(546, 1, '2023-07-12 15:01:04', '2023-07-12 15:01:04', 'Latest News\n                    <ul>\n                                                            <li>Baner 4</li>\n                                                            <li>Baner 3</li>\n                                                            <li>Baner 2</li>\n                                                            <li>Baner 1</li>\n                                                            <li>Lorem Ipsum 2</li>\n                                                            <li>Lorem Ipsum</li>\n                                            </ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:01:04', '2023-07-12 15:01:04', '', 2, 'https://demo.unsap.ac.id/?p=546', 0, 'revision', '', 0),
(547, 1, '2023-07-12 15:01:04', '2023-07-12 15:01:04', 'Latest News\n                    <ul>\n                                                            <li>Baner 4</li>\n                                                            <li>Baner 3</li>\n                                                            <li>Baner 2</li>\n                                                            <li>Baner 1</li>\n                                                            <li>Lorem Ipsum 2</li>\n                                                            <li>Lorem Ipsum</li>\n                                            </ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:01:04', '2023-07-12 15:01:04', '', 2, 'https://demo.unsap.ac.id/?p=547', 0, 'revision', '', 0),
(548, 1, '2023-07-12 15:01:11', '2023-07-12 15:01:11', 'Latest News\n                    <ul>\n                                                            <li>Baner 4</li>\n                                                            <li>Baner 3</li>\n                                                            <li>Baner 2</li>\n                                                            <li>Baner 1</li>\n                                                            <li>Lorem Ipsum 2</li>\n                                                            <li>Lorem Ipsum</li>\n                                            </ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:01:11', '2023-07-12 15:01:11', '', 2, 'https://demo.unsap.ac.id/?p=548', 0, 'revision', '', 0),
(549, 1, '2023-07-12 15:01:11', '2023-07-12 15:01:11', 'Latest News\n                    <ul>\n                                                            <li>Baner 4</li>\n                                                            <li>Baner 3</li>\n                                                            <li>Baner 2</li>\n                                                            <li>Baner 1</li>\n                                                            <li>Lorem Ipsum 2</li>\n                                                            <li>Lorem Ipsum</li>\n                                            </ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:01:11', '2023-07-12 15:01:11', '', 2, 'https://demo.unsap.ac.id/?p=549', 0, 'revision', '', 0),
(550, 1, '2023-07-12 15:01:11', '2023-07-12 15:01:11', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:01:11', '2023-07-12 15:01:11', '', 2, 'https://demo.unsap.ac.id/?p=550', 0, 'revision', '', 0),
(551, 1, '2023-07-12 15:06:33', '2023-07-12 15:06:33', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:06:33', '2023-07-12 15:06:33', '', 2, 'https://demo.unsap.ac.id/?p=551', 0, 'revision', '', 0),
(552, 1, '2023-07-12 15:06:33', '2023-07-12 15:06:33', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:06:33', '2023-07-12 15:06:33', '', 2, 'https://demo.unsap.ac.id/?p=552', 0, 'revision', '', 0),
(553, 1, '2023-07-12 15:06:34', '2023-07-12 15:06:34', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:06:34', '2023-07-12 15:06:34', '', 2, 'https://demo.unsap.ac.id/?p=553', 0, 'revision', '', 0),
(554, 1, '2023-07-12 15:16:32', '2023-07-12 15:16:32', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:16:32', '2023-07-12 15:16:32', '', 2, 'https://demo.unsap.ac.id/?p=554', 0, 'revision', '', 0),
(555, 1, '2023-07-12 15:16:32', '2023-07-12 15:16:32', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:16:32', '2023-07-12 15:16:32', '', 2, 'https://demo.unsap.ac.id/?p=555', 0, 'revision', '', 0),
(556, 1, '2023-07-12 15:16:32', '2023-07-12 15:16:32', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:16:32', '2023-07-12 15:16:32', '', 2, 'https://demo.unsap.ac.id/?p=556', 0, 'revision', '', 0),
(557, 1, '2023-07-12 15:17:23', '2023-07-12 15:17:23', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:17:23', '2023-07-12 15:17:23', '', 2, 'https://demo.unsap.ac.id/?p=557', 0, 'revision', '', 0),
(558, 1, '2023-07-12 15:17:24', '2023-07-12 15:17:24', '<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:17:24', '2023-07-12 15:17:24', '', 2, 'https://demo.unsap.ac.id/?p=558', 0, 'revision', '', 0),
(559, 1, '2023-07-12 15:17:24', '2023-07-12 15:17:24', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:17:24', '2023-07-12 15:17:24', '', 2, 'https://demo.unsap.ac.id/?p=559', 0, 'revision', '', 0),
(560, 1, '2023-07-12 15:21:05', '2023-07-12 15:21:05', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:21:05', '2023-07-12 15:21:05', '', 2, 'https://demo.unsap.ac.id/?p=560', 0, 'revision', '', 0),
(561, 1, '2023-07-12 15:21:05', '2023-07-12 15:21:05', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:21:05', '2023-07-12 15:21:05', '', 2, 'https://demo.unsap.ac.id/?p=561', 0, 'revision', '', 0),
(562, 1, '2023-07-12 15:21:05', '2023-07-12 15:21:05', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:21:05', '2023-07-12 15:21:05', '', 2, 'https://demo.unsap.ac.id/?p=562', 0, 'revision', '', 0),
(563, 1, '2023-07-12 15:22:40', '2023-07-12 15:22:40', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:22:40', '2023-07-12 15:22:40', '', 2, 'https://demo.unsap.ac.id/?p=563', 0, 'revision', '', 0),
(564, 1, '2023-07-12 15:22:40', '2023-07-12 15:22:40', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:22:40', '2023-07-12 15:22:40', '', 2, 'https://demo.unsap.ac.id/?p=564', 0, 'revision', '', 0),
(565, 1, '2023-07-12 15:22:40', '2023-07-12 15:22:40', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:22:40', '2023-07-12 15:22:40', '', 2, 'https://demo.unsap.ac.id/?p=565', 0, 'revision', '', 0),
(566, 1, '2023-07-12 15:24:08', '2023-07-12 15:24:08', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:24:08', '2023-07-12 15:24:08', '', 2, 'https://demo.unsap.ac.id/?p=566', 0, 'revision', '', 0),
(567, 1, '2023-07-12 15:24:08', '2023-07-12 15:24:08', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:24:08', '2023-07-12 15:24:08', '', 2, 'https://demo.unsap.ac.id/?p=567', 0, 'revision', '', 0),
(568, 1, '2023-07-12 15:24:08', '2023-07-12 15:24:08', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:24:08', '2023-07-12 15:24:08', '', 2, 'https://demo.unsap.ac.id/?p=568', 0, 'revision', '', 0),
(584, 1, '2023-07-12 15:29:29', '2023-07-12 15:29:29', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:29:29', '2023-07-12 15:29:29', '', 2, 'https://demo.unsap.ac.id/?p=584', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(585, 1, '2023-07-12 15:29:29', '2023-07-12 15:29:29', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:29:29', '2023-07-12 15:29:29', '', 2, 'https://demo.unsap.ac.id/?p=585', 0, 'revision', '', 0),
(586, 1, '2023-07-12 15:29:29', '2023-07-12 15:29:29', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:29:29', '2023-07-12 15:29:29', '', 2, 'https://demo.unsap.ac.id/?p=586', 0, 'revision', '', 0),
(587, 1, '2023-07-12 15:31:08', '2023-07-12 15:31:08', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:31:08', '2023-07-12 15:31:08', '', 2, 'https://demo.unsap.ac.id/?p=587', 0, 'revision', '', 0),
(588, 1, '2023-07-12 15:31:09', '2023-07-12 15:31:09', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:31:09', '2023-07-12 15:31:09', '', 2, 'https://demo.unsap.ac.id/?p=588', 0, 'revision', '', 0),
(589, 1, '2023-07-12 15:31:09', '2023-07-12 15:31:09', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:31:09', '2023-07-12 15:31:09', '', 2, 'https://demo.unsap.ac.id/?p=589', 0, 'revision', '', 0),
(590, 1, '2023-07-12 15:37:30', '2023-07-12 15:37:30', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:37:30', '2023-07-12 15:37:30', '', 2, 'https://demo.unsap.ac.id/?p=590', 0, 'revision', '', 0),
(591, 1, '2023-07-12 15:37:30', '2023-07-12 15:37:30', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:37:30', '2023-07-12 15:37:30', '', 2, 'https://demo.unsap.ac.id/?p=591', 0, 'revision', '', 0),
(592, 1, '2023-07-12 15:37:31', '2023-07-12 15:37:31', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:37:31', '2023-07-12 15:37:31', '', 2, 'https://demo.unsap.ac.id/?p=592', 0, 'revision', '', 0),
(593, 1, '2023-07-12 15:39:29', '2023-07-12 15:39:29', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:39:29', '2023-07-12 15:39:29', '', 2, 'https://demo.unsap.ac.id/?p=593', 0, 'revision', '', 0),
(594, 1, '2023-07-12 15:39:29', '2023-07-12 15:39:29', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:39:29', '2023-07-12 15:39:29', '', 2, 'https://demo.unsap.ac.id/?p=594', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(595, 1, '2023-07-12 15:39:29', '2023-07-12 15:39:29', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n									<figure><img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:39:29', '2023-07-12 15:39:29', '', 2, 'https://demo.unsap.ac.id/?p=595', 0, 'revision', '', 0),
(597, 1, '2023-07-12 15:44:08', '2023-07-12 15:44:08', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n									<figure><img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:44:08', '2023-07-12 15:44:08', '', 2, 'https://demo.unsap.ac.id/?p=597', 0, 'revision', '', 0),
(598, 1, '2023-07-12 15:44:09', '2023-07-12 15:44:09', '<img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n									<figure><img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:44:09', '2023-07-12 15:44:09', '', 2, 'https://demo.unsap.ac.id/?p=598', 0, 'revision', '', 0),
(599, 1, '2023-07-12 15:44:09', '2023-07-12 15:44:09', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:44:09', '2023-07-12 15:44:09', '', 2, 'https://demo.unsap.ac.id/?p=599', 0, 'revision', '', 0),
(600, 1, '2023-07-12 15:52:44', '2023-07-12 15:52:44', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:52:44', '2023-07-12 15:52:44', '', 2, 'https://demo.unsap.ac.id/?p=600', 0, 'revision', '', 0),
(601, 1, '2023-07-12 15:52:44', '2023-07-12 15:52:44', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:52:44', '2023-07-12 15:52:44', '', 2, 'https://demo.unsap.ac.id/?p=601', 0, 'revision', '', 0),
(602, 1, '2023-07-12 15:52:44', '2023-07-12 15:52:44', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:52:44', '2023-07-12 15:52:44', '', 2, 'https://demo.unsap.ac.id/?p=602', 0, 'revision', '', 0),
(620, 1, '2023-07-12 15:56:54', '2023-07-12 15:56:54', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-5', '', '', '2023-07-12 15:56:54', '2023-07-12 15:56:54', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-4.png', 0, 'attachment', 'image/png', 0),
(633, 1, '2023-07-12 15:57:34', '2023-07-12 15:57:34', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:57:34', '2023-07-12 15:57:34', '', 2, 'https://demo.unsap.ac.id/?p=633', 0, 'revision', '', 0),
(634, 1, '2023-07-12 15:57:35', '2023-07-12 15:57:35', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:57:35', '2023-07-12 15:57:35', '', 2, 'https://demo.unsap.ac.id/?p=634', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(635, 1, '2023-07-12 15:57:35', '2023-07-12 15:57:35', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-1.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-2.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-3.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 15:57:35', '2023-07-12 15:57:35', '', 2, 'https://demo.unsap.ac.id/?p=635', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(636, 1, '2023-07-12 16:00:29', '2023-07-12 16:00:29', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-1.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-2.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-3.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:00:29', '2023-07-12 16:00:29', '', 2, 'https://demo.unsap.ac.id/?p=636', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(637, 1, '2023-07-12 16:00:30', '2023-07-12 16:00:30', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-1-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-1.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-4.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-4-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-2.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-2-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-2.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"427\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-768x512.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-768x512.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-300x200.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-1024x683.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3-1536x1024.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/mohammad-rahmani-_Fx34KeqIEw-unsplash-3.jpg 1920w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"600\" height=\"600\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3.jpg 600w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/img-6-3-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<figure>\n							<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/handwritten-email-signature-removebg-preview-3.png\" title=\"handwritten-email-signature-removebg-preview.png\" alt=\"handwritten-email-signature-removebg-preview.png\" loading=\"lazy\" />						</figure>\n						<ul>\n															<li><a href=\"https://facebook.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>									</a></li>\n															<li><a href=\"https://twitter.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n															<li><a href=\"https://linkedin.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>									</a></li>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:00:30', '2023-07-12 16:00:30', '', 2, 'https://demo.unsap.ac.id/?p=637', 0, 'revision', '', 0),
(638, 1, '2023-07-12 16:00:30', '2023-07-12 16:00:30', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:00:30', '2023-07-12 16:00:30', '', 2, 'https://demo.unsap.ac.id/?p=638', 0, 'revision', '', 0),
(639, 1, '2023-07-12 16:01:07', '2023-07-12 16:01:07', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:01:07', '2023-07-12 16:01:07', '', 2, 'https://demo.unsap.ac.id/?p=639', 0, 'revision', '', 0),
(640, 1, '2023-07-12 16:01:07', '2023-07-12 16:01:07', '<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>\n			<h1>About me</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:01:07', '2023-07-12 16:01:07', '', 2, 'https://demo.unsap.ac.id/?p=640', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(641, 1, '2023-07-12 16:01:08', '2023-07-12 16:01:08', '<h1>About me</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:01:08', '2023-07-12 16:01:08', '', 2, 'https://demo.unsap.ac.id/?p=641', 0, 'revision', '', 0),
(642, 1, '2023-07-12 16:21:20', '2023-07-12 16:21:20', '<h1>About me</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:21:20', '2023-07-12 16:21:20', '', 2, 'https://demo.unsap.ac.id/?p=642', 0, 'revision', '', 0),
(643, 1, '2023-07-12 16:21:21', '2023-07-12 16:21:21', '<h1>About me</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>John Doe</h3>									Senior developer\n													<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit, <br>\nsed do eiusmod tempo, dummy text you can edit or remove it.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n													</ul>\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:21:21', '2023-07-12 16:21:21', '', 2, 'https://demo.unsap.ac.id/?p=643', 0, 'revision', '', 0),
(644, 1, '2023-07-12 16:21:21', '2023-07-12 16:21:21', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:21:21', '2023-07-12 16:21:21', '', 2, 'https://demo.unsap.ac.id/?p=644', 0, 'revision', '', 0),
(645, 1, '2023-07-12 16:22:04', '2023-07-12 16:22:04', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'profil 2', '', 'publish', 'closed', 'closed', '', 'profil-2', '', '', '2023-07-12 16:22:04', '2023-07-12 16:22:04', '', 0, 'https://demo.unsap.ac.id/?elementor_library=profil-2', 0, 'elementor_library', '', 0),
(646, 1, '2023-07-12 16:22:04', '2023-07-12 16:22:04', '', 'profil 2', '', 'inherit', 'closed', 'closed', '', '645-revision-v1', '', '', '2023-07-12 16:22:04', '2023-07-12 16:22:04', '', 645, 'https://demo.unsap.ac.id/?p=646', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(647, 1, '2023-07-12 16:22:04', '2023-07-12 16:22:04', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'profil 2', '', 'inherit', 'closed', 'closed', '', '645-revision-v1', '', '', '2023-07-12 16:22:04', '2023-07-12 16:22:04', '', 645, 'https://demo.unsap.ac.id/?p=647', 0, 'revision', '', 0),
(648, 1, '2023-07-12 16:22:20', '2023-07-12 16:22:20', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:22:20', '2023-07-12 16:22:20', '', 2, 'https://demo.unsap.ac.id/?p=648', 0, 'revision', '', 0),
(649, 1, '2023-07-12 16:22:21', '2023-07-12 16:22:21', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<img width=\"365\" height=\"504\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0035.jpg\" alt=\"\" loading=\"lazy\" />						\n														H. Mulya Suryadi, S.Pd., M.Kom.\n																						Caleg DPRD Kab. Sumedang\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:22:21', '2023-07-12 16:22:21', '', 2, 'https://demo.unsap.ac.id/?p=649', 0, 'revision', '', 0),
(650, 1, '2023-07-12 16:22:21', '2023-07-12 16:22:21', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:22:21', '2023-07-12 16:22:21', '', 2, 'https://demo.unsap.ac.id/?p=650', 0, 'revision', '', 0),
(651, 1, '2023-07-12 16:22:57', '2023-07-12 16:22:57', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:22:57', '2023-07-12 16:22:57', '', 2, 'https://demo.unsap.ac.id/?p=651', 0, 'revision', '', 0),
(652, 1, '2023-07-12 16:22:57', '2023-07-12 16:22:57', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:22:57', '2023-07-12 16:22:57', '', 2, 'https://demo.unsap.ac.id/?p=652', 0, 'revision', '', 0),
(653, 1, '2023-07-12 16:22:57', '2023-07-12 16:22:57', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:22:57', '2023-07-12 16:22:57', '', 2, 'https://demo.unsap.ac.id/?p=653', 0, 'revision', '', 0),
(669, 1, '2023-07-12 16:27:09', '2023-07-12 16:27:09', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:27:09', '2023-07-12 16:27:09', '', 2, 'https://demo.unsap.ac.id/?p=669', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(670, 1, '2023-07-12 16:27:09', '2023-07-12 16:27:09', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:27:09', '2023-07-12 16:27:09', '', 2, 'https://demo.unsap.ac.id/?p=670', 0, 'revision', '', 0),
(671, 1, '2023-07-12 16:27:09', '2023-07-12 16:27:09', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<h2>DAFTAR RELAWAN</h2>\n						<spna></spna>\n													<spna></spna>\n																			<spna></spna>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:27:09', '2023-07-12 16:27:09', '', 2, 'https://demo.unsap.ac.id/?p=671', 0, 'revision', '', 0),
(672, 1, '2023-07-12 16:28:51', '2023-07-12 16:28:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<h2>DAFTAR RELAWAN</h2>\n						<spna></spna>\n													<spna></spna>\n																			<spna></spna>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:28:51', '2023-07-12 16:28:51', '', 2, 'https://demo.unsap.ac.id/?p=672', 0, 'revision', '', 0),
(673, 1, '2023-07-12 16:28:51', '2023-07-12 16:28:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<h2>DAFTAR RELAWAN</h2>\n						<spna></spna>\n													<spna></spna>\n																			<spna></spna>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:28:51', '2023-07-12 16:28:51', '', 2, 'https://demo.unsap.ac.id/?p=673', 0, 'revision', '', 0),
(674, 1, '2023-07-12 16:28:51', '2023-07-12 16:28:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<h2>DAFTAR RELAWAN</h2>\n						<spna></spna>\n													<spna></spna>\n																			<spna></spna>\n			<a href=\"#\" rel=\"nofollow\">Button Text</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:28:51', '2023-07-12 16:28:51', '', 2, 'https://demo.unsap.ac.id/?p=674', 0, 'revision', '', 0),
(675, 1, '2023-07-12 16:29:44', '2023-07-12 16:29:44', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<h2>DAFTAR RELAWAN</h2>\n						<spna></spna>\n													<spna></spna>\n																			<spna></spna>\n			<a href=\"#\" rel=\"nofollow\">Button Text</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:29:44', '2023-07-12 16:29:44', '', 2, 'https://demo.unsap.ac.id/?p=675', 0, 'revision', '', 0),
(676, 1, '2023-07-12 16:29:44', '2023-07-12 16:29:44', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n							<h2>DAFTAR RELAWAN</h2>\n						<spna></spna>\n													<spna></spna>\n																			<spna></spna>\n			<a href=\"#\" rel=\"nofollow\">Button Text</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:29:44', '2023-07-12 16:29:44', '', 2, 'https://demo.unsap.ac.id/?p=676', 0, 'revision', '', 0),
(677, 1, '2023-07-12 16:29:44', '2023-07-12 16:29:44', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n			<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 16:29:44', '2023-07-12 16:29:44', '', 2, 'https://demo.unsap.ac.id/?p=677', 0, 'revision', '', 0),
(678, 1, '2023-07-12 18:05:29', '2023-07-12 18:05:29', '<h1>PROFILE</h1>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" alt=\"\" width=\"640\" height=\"320\" />\r\n<figure><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" alt=\"\" width=\"512\" height=\"512\" /></figure>\r\n<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>\r\nCaleg DPRD Kab. Sumedang\r\n\r\nDapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\r\n<ul>\r\n 	<li><a href=\"https://instagram.com\"> </a></li>\r\n 	<li><a href=\"https://your-link.com\"> </a></li>\r\n</ul>\r\n<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:05:29', '2023-07-12 18:05:29', '', 2, 'https://demo.unsap.ac.id/?p=678', 0, 'revision', '', 0),
(680, 1, '2023-07-12 18:09:15', '2023-07-12 18:09:15', '<h1>PROFILE</h1>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" alt=\"\" width=\"640\" height=\"320\" />\r\n<figure><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" alt=\"\" width=\"512\" height=\"512\" /></figure>\r\n<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>\r\nCaleg DPRD Kab. Sumedang\r\n\r\nDapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\r\n<ul>\r\n 	<li><a href=\"https://instagram.com\"> </a></li>\r\n 	<li><a href=\"https://your-link.com\"> </a></li>\r\n</ul>\r\n<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:09:15', '2023-07-12 18:09:15', '', 2, 'https://demo.unsap.ac.id/?p=680', 0, 'revision', '', 0),
(681, 1, '2023-07-12 18:09:17', '2023-07-12 18:09:17', '<h1>PROFILE</h1>\r\n<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" alt=\"\" width=\"640\" height=\"320\" />\r\n<figure><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" alt=\"\" width=\"512\" height=\"512\" /></figure>\r\n<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>\r\nCaleg DPRD Kab. Sumedang\r\n\r\nDapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.\r\n<ul>\r\n 	<li><a href=\"https://instagram.com\"> </a></li>\r\n 	<li><a href=\"https://your-link.com\"> </a></li>\r\n</ul>\r\n<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:09:17', '2023-07-12 18:09:17', '', 2, 'https://demo.unsap.ac.id/?p=681', 0, 'revision', '', 0),
(682, 1, '2023-07-12 18:09:17', '2023-07-12 18:09:17', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>\n        <h2>Sample Call to Action Heading</h2><p>Add a strong one liner supporting the heading above and giving users a reason to click on the button below.</p><a href=\"http://\">Click Here</a>	\n			<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:09:17', '2023-07-12 18:09:17', '', 2, 'https://demo.unsap.ac.id/?p=682', 0, 'revision', '', 0),
(683, 1, '2023-07-12 18:13:57', '2023-07-12 18:13:57', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>\n        <h2>Sample Call to Action Heading</h2><p>Add a strong one liner supporting the heading above and giving users a reason to click on the button below.</p><a href=\"http://\">Click Here</a>	\n			<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:13:57', '2023-07-12 18:13:57', '', 2, 'https://demo.unsap.ac.id/?p=683', 0, 'revision', '', 0),
(684, 1, '2023-07-12 18:13:57', '2023-07-12 18:13:57', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>\n        <h2>Sample Call to Action Heading</h2><p>Add a strong one liner supporting the heading above and giving users a reason to click on the button below.</p><a href=\"http://\">Click Here</a>	\n			<a href=\"#\" rel=\"nofollow\">DAFTAR RELAWAN</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:13:57', '2023-07-12 18:13:57', '', 2, 'https://demo.unsap.ac.id/?p=684', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(685, 1, '2023-07-12 18:13:58', '2023-07-12 18:13:58', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:13:58', '2023-07-12 18:13:58', '', 2, 'https://demo.unsap.ac.id/?p=685', 0, 'revision', '', 0),
(694, 1, '2023-07-12 18:23:55', '2023-07-12 18:23:55', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:23:55', '2023-07-12 18:23:55', '', 2, 'https://demo.unsap.ac.id/?p=694', 0, 'revision', '', 0),
(695, 1, '2023-07-12 18:23:55', '2023-07-12 18:23:55', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:23:55', '2023-07-12 18:23:55', '', 2, 'https://demo.unsap.ac.id/?p=695', 0, 'revision', '', 0),
(696, 1, '2023-07-12 18:23:56', '2023-07-12 18:23:56', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                            <svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>                        \n                        <h2>Lihat CV</h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                                                        <a href=\"# #\">Lihat</a>\n                            <svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"></path></svg>                        \n                        <h2>Graphic Design</h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                            <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"></path></svg>                        \n                        <h2>Digital Marketing </h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:23:56', '2023-07-12 18:23:56', '', 2, 'https://demo.unsap.ac.id/?p=696', 0, 'revision', '', 0),
(697, 1, '2023-07-12 18:27:43', '2023-07-12 18:27:43', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                            <svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>                        \n                        <h2>Lihat CV</h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                                                        <a href=\"# #\">Lihat</a>\n                            <svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"></path></svg>                        \n                        <h2>Graphic Design</h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                            <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"></path></svg>                        \n                        <h2>Digital Marketing </h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:27:43', '2023-07-12 18:27:43', '', 2, 'https://demo.unsap.ac.id/?p=697', 0, 'revision', '', 0),
(698, 1, '2023-07-12 18:27:43', '2023-07-12 18:27:43', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                            <svg viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>                        \n                        <h2>Lihat CV</h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                                                        <a href=\"# #\">Lihat</a>\n                            <svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"></path></svg>                        \n                        <h2>Graphic Design</h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                            <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"></path></svg>                        \n                        <h2>Digital Marketing </h2>                                            \n                                                                <p >Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, necessitatibus?</p>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:27:43', '2023-07-12 18:27:43', '', 2, 'https://demo.unsap.ac.id/?p=698', 0, 'revision', '', 0),
(699, 1, '2023-07-12 18:27:43', '2023-07-12 18:27:43', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-12 18:27:43', '2023-07-12 18:27:43', '', 2, 'https://demo.unsap.ac.id/?p=699', 0, 'revision', '', 0),
(700, 1, '2023-07-13 07:57:37', '2023-07-13 07:57:37', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-13 07:57:37', '2023-07-13 07:57:37', '', 2, 'https://demo.unsap.ac.id/?p=700', 0, 'revision', '', 0),
(701, 1, '2023-07-13 07:57:38', '2023-07-13 07:57:38', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <h1>DAFTAR RELAWAN</h1>\n                                    <p >Daftar relawan sekarang juga</p>\n                            <a href=\"#\">\n                                DAFTAR\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-13 07:57:38', '2023-07-13 07:57:38', '', 2, 'https://demo.unsap.ac.id/?p=701', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(702, 1, '2023-07-13 07:57:38', '2023-07-13 07:57:38', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n			<ul id=\"eael-feature-list-613b33a\">\n			                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>								\n							<h6							>Feature Item 1</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n				                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>								\n							<h6							>Feature Item 2</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n				                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"></path></svg>								\n							<h6							>Feature Item 3</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n							</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-13 07:57:38', '2023-07-13 07:57:38', '', 2, 'https://demo.unsap.ac.id/?p=702', 0, 'revision', '', 0),
(710, 1, '2023-07-14 15:03:36', '2023-07-14 15:03:36', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n			<ul id=\"eael-feature-list-613b33a\">\n			                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>								\n							<h6							>Feature Item 1</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n				                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>								\n							<h6							>Feature Item 2</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n				                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"></path></svg>								\n							<h6							>Feature Item 3</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n							</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:03:36', '2023-07-14 15:03:36', '', 2, 'https://demo.unsap.ac.id/?p=710', 0, 'revision', '', 0),
(711, 1, '2023-07-14 15:03:36', '2023-07-14 15:03:36', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n			<ul id=\"eael-feature-list-613b33a\">\n			                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>								\n							<h6							>Feature Item 1</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n				                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>								\n							<h6							>Feature Item 2</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n				                <li>\n		<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"></path></svg>								\n							<h6							>Feature Item 3</h6						>\n						<p>Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magna</p>\n					</li>\n							</ul>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:03:36', '2023-07-14 15:03:36', '', 2, 'https://demo.unsap.ac.id/?p=711', 0, 'revision', '', 0),
(712, 1, '2023-07-14 15:03:36', '2023-07-14 15:03:36', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab465403840\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab465403841\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:03:36', '2023-07-14 15:03:36', '', 2, 'https://demo.unsap.ac.id/?p=712', 0, 'revision', '', 0),
(713, 1, '2023-07-14 15:05:02', '2023-07-14 15:05:02', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab465403840\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab465403841\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:05:02', '2023-07-14 15:05:02', '', 2, 'https://demo.unsap.ac.id/?p=713', 0, 'revision', '', 0),
(714, 1, '2023-07-14 15:05:02', '2023-07-14 15:05:02', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab465403840\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab465403841\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:05:02', '2023-07-14 15:05:02', '', 2, 'https://demo.unsap.ac.id/?p=714', 0, 'revision', '', 0),
(715, 1, '2023-07-14 15:05:03', '2023-07-14 15:05:03', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab557142290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab557142291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:05:03', '2023-07-14 15:05:03', '', 2, 'https://demo.unsap.ac.id/?p=715', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(716, 1, '2023-07-14 15:05:19', '2023-07-14 15:05:19', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab557142290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab557142291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:05:19', '2023-07-14 15:05:19', '', 2, 'https://demo.unsap.ac.id/?p=716', 0, 'revision', '', 0),
(717, 1, '2023-07-14 15:05:19', '2023-07-14 15:05:19', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab557142290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab557142291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:05:19', '2023-07-14 15:05:19', '', 2, 'https://demo.unsap.ac.id/?p=717', 0, 'revision', '', 0),
(718, 1, '2023-07-14 15:05:19', '2023-07-14 15:05:19', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab536899260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab536899261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:05:19', '2023-07-14 15:05:19', '', 2, 'https://demo.unsap.ac.id/?p=718', 0, 'revision', '', 0),
(719, 1, '2023-07-14 15:06:11', '2023-07-14 15:06:11', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab536899260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab536899261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:06:11', '2023-07-14 15:06:11', '', 2, 'https://demo.unsap.ac.id/?p=719', 0, 'revision', '', 0),
(720, 1, '2023-07-14 15:06:11', '2023-07-14 15:06:11', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab536899260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab536899261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi. Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Ut justo. Suspendisse potenti.</p><p>Sed egestas, ante et vulputate volutpat, eros pede semper est, vitae luctus metus libero eu augue. Morbi purus libero, faucibus adipiscing, commodo quis, gravida id, est. Sed lectus. Praesent elementum hendrerit tortor. Sed semper lorem at felis. Vestibulum volutpat, lacus a ultrices sagittis, mi neque euismod dui, eu pulvinar nunc sapien ornare nisl. Phasellus pede arcu, dapibus eu, fermentum et, dapibus sed, urna.</p>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:06:11', '2023-07-14 15:06:11', '', 2, 'https://demo.unsap.ac.id/?p=720', 0, 'revision', '', 0),
(721, 1, '2023-07-14 15:06:11', '2023-07-14 15:06:11', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab420176260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                    <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>                                                \n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab420176261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:06:11', '2023-07-14 15:06:11', '', 2, 'https://demo.unsap.ac.id/?p=721', 0, 'revision', '', 0),
(722, 1, '2023-07-14 15:07:50', '2023-07-14 15:07:50', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab420176260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                    <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>                                                \n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab420176261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:07:50', '2023-07-14 15:07:50', '', 2, 'https://demo.unsap.ac.id/?p=722', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(723, 1, '2023-07-14 15:07:51', '2023-07-14 15:07:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab420176260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                    <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>                                                \n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab420176261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:07:51', '2023-07-14 15:07:51', '', 2, 'https://demo.unsap.ac.id/?p=723', 0, 'revision', '', 0),
(724, 1, '2023-07-14 15:07:51', '2023-07-14 15:07:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508597340\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508597341\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:07:51', '2023-07-14 15:07:51', '', 2, 'https://demo.unsap.ac.id/?p=724', 0, 'revision', '', 0),
(725, 1, '2023-07-14 15:08:30', '2023-07-14 15:08:30', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508597340\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508597341\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:08:30', '2023-07-14 15:08:30', '', 2, 'https://demo.unsap.ac.id/?p=725', 0, 'revision', '', 0),
(726, 1, '2023-07-14 15:08:30', '2023-07-14 15:08:30', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508597340\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508597341\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:08:30', '2023-07-14 15:08:30', '', 2, 'https://demo.unsap.ac.id/?p=726', 0, 'revision', '', 0),
(727, 1, '2023-07-14 15:08:30', '2023-07-14 15:08:30', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab81103460\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab81103461\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:08:30', '2023-07-14 15:08:30', '', 2, 'https://demo.unsap.ac.id/?p=727', 0, 'revision', '', 0),
(728, 1, '2023-07-14 15:11:06', '2023-07-14 15:11:06', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab81103460\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab81103461\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:11:06', '2023-07-14 15:11:06', '', 2, 'https://demo.unsap.ac.id/?p=728', 0, 'revision', '', 0),
(729, 1, '2023-07-14 15:11:06', '2023-07-14 15:11:06', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://instagram.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab81103460\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab81103461\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:11:06', '2023-07-14 15:11:06', '', 2, 'https://demo.unsap.ac.id/?p=729', 0, 'revision', '', 0),
(730, 1, '2023-07-14 15:11:06', '2023-07-14 15:11:06', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253129810\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253129811\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:11:06', '2023-07-14 15:11:06', '', 2, 'https://demo.unsap.ac.id/?p=730', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(731, 1, '2023-07-14 15:12:09', '2023-07-14 15:12:09', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253129810\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253129811\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:12:09', '2023-07-14 15:12:09', '', 2, 'https://demo.unsap.ac.id/?p=731', 0, 'revision', '', 0),
(732, 1, '2023-07-14 15:12:09', '2023-07-14 15:12:09', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253129810\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253129811\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:12:09', '2023-07-14 15:12:09', '', 2, 'https://demo.unsap.ac.id/?p=732', 0, 'revision', '', 0),
(733, 1, '2023-07-14 15:12:10', '2023-07-14 15:12:10', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab38088170\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab38088171\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:12:10', '2023-07-14 15:12:10', '', 2, 'https://demo.unsap.ac.id/?p=733', 0, 'revision', '', 0),
(734, 1, '2023-07-14 15:13:28', '2023-07-14 15:13:28', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab38088170\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab38088171\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:13:28', '2023-07-14 15:13:28', '', 2, 'https://demo.unsap.ac.id/?p=734', 0, 'revision', '', 0),
(735, 1, '2023-07-14 15:13:28', '2023-07-14 15:13:28', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab38088170\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab38088171\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:13:28', '2023-07-14 15:13:28', '', 2, 'https://demo.unsap.ac.id/?p=735', 0, 'revision', '', 0),
(736, 1, '2023-07-14 15:13:28', '2023-07-14 15:13:28', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab329466040\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab329466041\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:13:28', '2023-07-14 15:13:28', '', 2, 'https://demo.unsap.ac.id/?p=736', 0, 'revision', '', 0),
(738, 1, '2023-07-14 15:16:45', '2023-07-14 15:16:45', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab329466040\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab329466041\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:16:45', '2023-07-14 15:16:45', '', 2, 'https://demo.unsap.ac.id/?p=738', 0, 'revision', '', 0),
(739, 1, '2023-07-14 15:16:46', '2023-07-14 15:16:46', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab329466040\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab329466041\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:16:46', '2023-07-14 15:16:46', '', 2, 'https://demo.unsap.ac.id/?p=739', 0, 'revision', '', 0),
(740, 1, '2023-07-14 15:16:46', '2023-07-14 15:16:46', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab445640110\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab445640111\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:16:46', '2023-07-14 15:16:46', '', 2, 'https://demo.unsap.ac.id/?p=740', 0, 'revision', '', 0),
(741, 1, '2023-07-14 15:17:44', '2023-07-14 15:17:44', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab445640110\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab445640111\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:17:44', '2023-07-14 15:17:44', '', 2, 'https://demo.unsap.ac.id/?p=741', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(742, 1, '2023-07-14 15:17:44', '2023-07-14 15:17:44', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab445640110\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab445640111\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:17:44', '2023-07-14 15:17:44', '', 2, 'https://demo.unsap.ac.id/?p=742', 0, 'revision', '', 0),
(743, 1, '2023-07-14 15:17:44', '2023-07-14 15:17:44', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab221728670\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab221728671\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:17:44', '2023-07-14 15:17:44', '', 2, 'https://demo.unsap.ac.id/?p=743', 0, 'revision', '', 0),
(744, 1, '2023-07-14 15:19:11', '2023-07-14 15:19:11', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab221728670\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab221728671\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:11', '2023-07-14 15:19:11', '', 2, 'https://demo.unsap.ac.id/?p=744', 0, 'revision', '', 0),
(745, 1, '2023-07-14 15:19:12', '2023-07-14 15:19:12', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab221728670\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab221728671\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:12', '2023-07-14 15:19:12', '', 2, 'https://demo.unsap.ac.id/?p=745', 0, 'revision', '', 0),
(746, 1, '2023-07-14 15:19:12', '2023-07-14 15:19:12', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab493199740\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab493199741\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:12', '2023-07-14 15:19:12', '', 2, 'https://demo.unsap.ac.id/?p=746', 0, 'revision', '', 0),
(747, 1, '2023-07-14 15:19:35', '2023-07-14 15:19:35', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab493199740\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab493199741\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:35', '2023-07-14 15:19:35', '', 2, 'https://demo.unsap.ac.id/?p=747', 0, 'revision', '', 0),
(748, 1, '2023-07-14 15:19:36', '2023-07-14 15:19:36', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n																			</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab493199740\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab493199741\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:36', '2023-07-14 15:19:36', '', 2, 'https://demo.unsap.ac.id/?p=748', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(749, 1, '2023-07-14 15:19:36', '2023-07-14 15:19:36', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab99643630\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab99643631\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:36', '2023-07-14 15:19:36', '', 2, 'https://demo.unsap.ac.id/?p=749', 0, 'revision', '', 0),
(750, 1, '2023-07-14 15:19:45', '2023-07-14 15:19:45', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab99643630\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab99643631\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:45', '2023-07-14 15:19:45', '', 2, 'https://demo.unsap.ac.id/?p=750', 0, 'revision', '', 0),
(751, 1, '2023-07-14 15:19:45', '2023-07-14 15:19:45', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n						<ul>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>									</a></li>\n															<li><a href=\"https://your-link.com\">\n										<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>									</a></li>\n													</ul>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab99643630\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab99643631\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:45', '2023-07-14 15:19:45', '', 2, 'https://demo.unsap.ac.id/?p=751', 0, 'revision', '', 0),
(752, 1, '2023-07-14 15:19:45', '2023-07-14 15:19:45', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab115883570\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab115883571\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:19:45', '2023-07-14 15:19:45', '', 2, 'https://demo.unsap.ac.id/?p=752', 0, 'revision', '', 0),
(753, 1, '2023-07-14 15:23:15', '2023-07-14 15:23:15', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab115883570\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab115883571\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:23:15', '2023-07-14 15:23:15', '', 2, 'https://demo.unsap.ac.id/?p=753', 0, 'revision', '', 0),
(754, 1, '2023-07-14 15:23:16', '2023-07-14 15:23:16', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab115883570\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab115883571\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p><p><img src=\"http://magic.wpcolors.net/wp-content/uploads/2020/07/layers.svg\" alt=\"\" width=\"133\" height=\"133\" /></p><p>Lorem ispam dummy text, you can edit or remove it. far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:23:16', '2023-07-14 15:23:16', '', 2, 'https://demo.unsap.ac.id/?p=754', 0, 'revision', '', 0),
(755, 1, '2023-07-14 15:23:16', '2023-07-14 15:23:16', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab471659870\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab471659871\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:23:16', '2023-07-14 15:23:16', '', 2, 'https://demo.unsap.ac.id/?p=755', 0, 'revision', '', 0),
(759, 1, '2023-07-14 15:32:06', '2023-07-14 15:32:06', '', 'Call_to_Actions1.jpg', '', 'inherit', 'open', 'closed', '', 'call_to_actions1-jpg', '', '', '2023-07-14 15:32:06', '2023-07-14 15:32:06', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/Call_to_Actions1.jpg', 0, 'attachment', 'image/jpeg', 0),
(766, 1, '2023-07-14 15:39:15', '2023-07-14 15:39:15', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab471659870\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab471659871\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:39:15', '2023-07-14 15:39:15', '', 2, 'https://demo.unsap.ac.id/?p=766', 0, 'revision', '', 0),
(767, 1, '2023-07-14 15:39:16', '2023-07-14 15:39:16', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab471659870\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab471659871\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:39:16', '2023-07-14 15:39:16', '', 2, 'https://demo.unsap.ac.id/?p=767', 0, 'revision', '', 0),
(768, 1, '2023-07-14 15:39:16', '2023-07-14 15:39:16', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab552947230\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab552947231\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:39:16', '2023-07-14 15:39:16', '', 2, 'https://demo.unsap.ac.id/?p=768', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(770, 1, '2023-07-14 15:43:52', '2023-07-14 15:43:52', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab552947230\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab552947231\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:43:52', '2023-07-14 15:43:52', '', 2, 'https://demo.unsap.ac.id/?p=770', 0, 'revision', '', 0),
(771, 1, '2023-07-14 15:43:52', '2023-07-14 15:43:52', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab552947230\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab552947231\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:43:52', '2023-07-14 15:43:52', '', 2, 'https://demo.unsap.ac.id/?p=771', 0, 'revision', '', 0),
(772, 1, '2023-07-14 15:43:53', '2023-07-14 15:43:53', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab149966520\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab149966521\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:43:53', '2023-07-14 15:43:53', '', 2, 'https://demo.unsap.ac.id/?p=772', 0, 'revision', '', 0),
(773, 1, '2023-07-14 15:44:50', '2023-07-14 15:44:50', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab149966520\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab149966521\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:44:50', '2023-07-14 15:44:50', '', 2, 'https://demo.unsap.ac.id/?p=773', 0, 'revision', '', 0),
(774, 1, '2023-07-14 15:44:51', '2023-07-14 15:44:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab149966520\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab149966521\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>\n			<h2>Sahabat Haji Ute (SAHATE)</h2>				\n					<h4>Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</h4>\n							<a href=\"#\" >\n					<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>\n					Daftar Relawan!				</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:44:51', '2023-07-14 15:44:51', '', 2, 'https://demo.unsap.ac.id/?p=774', 0, 'revision', '', 0),
(775, 1, '2023-07-14 15:44:51', '2023-07-14 15:44:51', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab541527570\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab541527571\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:44:51', '2023-07-14 15:44:51', '', 2, 'https://demo.unsap.ac.id/?p=775', 0, 'revision', '', 0),
(776, 1, '2023-07-14 15:46:35', '2023-07-14 15:46:35', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab541527570\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab541527571\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:46:35', '2023-07-14 15:46:35', '', 2, 'https://demo.unsap.ac.id/?p=776', 0, 'revision', '', 0),
(777, 1, '2023-07-14 15:46:35', '2023-07-14 15:46:35', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab541527570\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab541527571\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:46:35', '2023-07-14 15:46:35', '', 2, 'https://demo.unsap.ac.id/?p=777', 0, 'revision', '', 0),
(778, 1, '2023-07-14 15:46:36', '2023-07-14 15:46:36', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab30554430\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab30554431\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:46:36', '2023-07-14 15:46:36', '', 2, 'https://demo.unsap.ac.id/?p=778', 0, 'revision', '', 0),
(779, 1, '2023-07-14 15:47:04', '2023-07-14 15:47:04', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab30554430\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab30554431\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:47:04', '2023-07-14 15:47:04', '', 2, 'https://demo.unsap.ac.id/?p=779', 0, 'revision', '', 0),
(780, 1, '2023-07-14 15:47:04', '2023-07-14 15:47:04', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab30554430\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab30554431\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:47:04', '2023-07-14 15:47:04', '', 2, 'https://demo.unsap.ac.id/?p=780', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(781, 1, '2023-07-14 15:47:04', '2023-07-14 15:47:04', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253674230\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253674231\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:47:04', '2023-07-14 15:47:04', '', 2, 'https://demo.unsap.ac.id/?p=781', 0, 'revision', '', 0),
(782, 1, '2023-07-14 15:47:53', '2023-07-14 15:47:53', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253674230\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253674231\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:47:53', '2023-07-14 15:47:53', '', 2, 'https://demo.unsap.ac.id/?p=782', 0, 'revision', '', 0),
(783, 1, '2023-07-14 15:47:53', '2023-07-14 15:47:53', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253674230\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab253674231\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:47:53', '2023-07-14 15:47:53', '', 2, 'https://demo.unsap.ac.id/?p=783', 0, 'revision', '', 0),
(784, 1, '2023-07-14 15:47:53', '2023-07-14 15:47:53', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab438135740\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab438135741\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:47:53', '2023-07-14 15:47:53', '', 2, 'https://demo.unsap.ac.id/?p=784', 0, 'revision', '', 0),
(785, 1, '2023-07-14 15:49:06', '2023-07-14 15:49:06', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab438135740\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab438135741\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:49:06', '2023-07-14 15:49:06', '', 2, 'https://demo.unsap.ac.id/?p=785', 0, 'revision', '', 0),
(786, 1, '2023-07-14 15:49:06', '2023-07-14 15:49:06', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab438135740\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab438135741\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:49:06', '2023-07-14 15:49:06', '', 2, 'https://demo.unsap.ac.id/?p=786', 0, 'revision', '', 0),
(787, 1, '2023-07-14 15:49:07', '2023-07-14 15:49:07', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab497396850\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab497396851\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:49:07', '2023-07-14 15:49:07', '', 2, 'https://demo.unsap.ac.id/?p=787', 0, 'revision', '', 0),
(788, 1, '2023-07-14 15:49:52', '2023-07-14 15:49:52', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab497396850\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab497396851\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:49:52', '2023-07-14 15:49:52', '', 2, 'https://demo.unsap.ac.id/?p=788', 0, 'revision', '', 0),
(789, 1, '2023-07-14 15:49:52', '2023-07-14 15:49:52', '<h1>PROFILE</h1>							\n							<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab497396850\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab497396851\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:49:52', '2023-07-14 15:49:52', '', 2, 'https://demo.unsap.ac.id/?p=789', 0, 'revision', '', 0),
(790, 1, '2023-07-14 15:49:53', '2023-07-14 15:49:53', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28098950\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28098951\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:49:53', '2023-07-14 15:49:53', '', 2, 'https://demo.unsap.ac.id/?p=790', 0, 'revision', '', 0),
(791, 1, '2023-07-14 15:52:36', '2023-07-14 15:52:36', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28098950\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28098951\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:52:36', '2023-07-14 15:52:36', '', 2, 'https://demo.unsap.ac.id/?p=791', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(792, 1, '2023-07-14 15:52:37', '2023-07-14 15:52:37', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28098950\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28098951\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Beautiful Landing Page with Elements</h1>\n                                    <p >A small river named Duden flows by their place and supplies it with the necessary regelialia.\n                It is a paradisematic country, in which</p>\n                            <a href=\"#\">\n                                VIEW DEALS\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:52:37', '2023-07-14 15:52:37', '', 2, 'https://demo.unsap.ac.id/?p=792', 0, 'revision', '', 0),
(793, 1, '2023-07-14 15:52:37', '2023-07-14 15:52:37', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab186533850\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab186533851\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:52:37', '2023-07-14 15:52:37', '', 2, 'https://demo.unsap.ac.id/?p=793', 0, 'revision', '', 0),
(794, 1, '2023-07-14 15:53:50', '2023-07-14 15:53:50', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab186533850\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab186533851\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:53:50', '2023-07-14 15:53:50', '', 2, 'https://demo.unsap.ac.id/?p=794', 0, 'revision', '', 0),
(795, 1, '2023-07-14 15:53:50', '2023-07-14 15:53:50', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab186533850\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab186533851\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:53:50', '2023-07-14 15:53:50', '', 2, 'https://demo.unsap.ac.id/?p=795', 0, 'revision', '', 0),
(796, 1, '2023-07-14 15:53:51', '2023-07-14 15:53:51', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab209318940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab209318941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:53:51', '2023-07-14 15:53:51', '', 2, 'https://demo.unsap.ac.id/?p=796', 0, 'revision', '', 0),
(797, 1, '2023-07-14 15:55:50', '2023-07-14 15:55:50', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab209318940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab209318941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:55:50', '2023-07-14 15:55:50', '', 2, 'https://demo.unsap.ac.id/?p=797', 0, 'revision', '', 0),
(798, 1, '2023-07-14 15:55:50', '2023-07-14 15:55:50', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab209318940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab209318941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:55:50', '2023-07-14 15:55:50', '', 2, 'https://demo.unsap.ac.id/?p=798', 0, 'revision', '', 0),
(799, 1, '2023-07-14 15:55:50', '2023-07-14 15:55:50', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab268376270\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab268376271\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 15:55:50', '2023-07-14 15:55:50', '', 2, 'https://demo.unsap.ac.id/?p=799', 0, 'revision', '', 0),
(800, 1, '2023-07-14 16:02:40', '2023-07-14 16:02:40', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab268376270\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab268376271\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:02:40', '2023-07-14 16:02:40', '', 2, 'https://demo.unsap.ac.id/?p=800', 0, 'revision', '', 0),
(801, 1, '2023-07-14 16:02:41', '2023-07-14 16:02:41', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab268376270\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab268376271\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Daftar Sahabat Haji Ute SAHATE</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                            <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:02:41', '2023-07-14 16:02:41', '', 2, 'https://demo.unsap.ac.id/?p=801', 0, 'revision', '', 0),
(802, 1, '2023-07-14 16:02:41', '2023-07-14 16:02:41', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab453656920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab453656921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"640\" height=\"1018\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:02:41', '2023-07-14 16:02:41', '', 2, 'https://demo.unsap.ac.id/?p=802', 0, 'revision', '', 0),
(803, 1, '2023-07-14 16:04:37', '2023-07-14 16:04:37', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab453656920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab453656921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"640\" height=\"1018\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:04:37', '2023-07-14 16:04:37', '', 2, 'https://demo.unsap.ac.id/?p=803', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(804, 1, '2023-07-14 16:04:38', '2023-07-14 16:04:38', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab453656920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab453656921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"640\" height=\"1018\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:04:38', '2023-07-14 16:04:38', '', 2, 'https://demo.unsap.ac.id/?p=804', 0, 'revision', '', 0),
(805, 1, '2023-07-14 16:04:38', '2023-07-14 16:04:38', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab458743250\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab458743251\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:04:38', '2023-07-14 16:04:38', '', 2, 'https://demo.unsap.ac.id/?p=805', 0, 'revision', '', 0),
(806, 1, '2023-07-14 16:05:05', '2023-07-14 16:05:05', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab458743250\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab458743251\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:05:05', '2023-07-14 16:05:05', '', 2, 'https://demo.unsap.ac.id/?p=806', 0, 'revision', '', 0),
(807, 1, '2023-07-14 16:05:05', '2023-07-14 16:05:05', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab458743250\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab458743251\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:05:05', '2023-07-14 16:05:05', '', 2, 'https://demo.unsap.ac.id/?p=807', 0, 'revision', '', 0),
(808, 1, '2023-07-14 16:05:06', '2023-07-14 16:05:06', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240183760\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240183761\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:05:06', '2023-07-14 16:05:06', '', 2, 'https://demo.unsap.ac.id/?p=808', 0, 'revision', '', 0),
(809, 1, '2023-07-14 16:06:13', '2023-07-14 16:06:13', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240183760\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240183761\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:06:13', '2023-07-14 16:06:13', '', 2, 'https://demo.unsap.ac.id/?p=809', 0, 'revision', '', 0),
(810, 1, '2023-07-14 16:06:14', '2023-07-14 16:06:14', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240183760\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240183761\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:06:14', '2023-07-14 16:06:14', '', 2, 'https://demo.unsap.ac.id/?p=810', 0, 'revision', '', 0),
(811, 1, '2023-07-14 16:06:14', '2023-07-14 16:06:14', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab259139510\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab259139511\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                                    <svg viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"></path></svg>\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:06:14', '2023-07-14 16:06:14', '', 2, 'https://demo.unsap.ac.id/?p=811', 0, 'revision', '', 0),
(812, 1, '2023-07-14 16:07:08', '2023-07-14 16:07:08', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab259139510\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab259139511\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                                    <svg viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"></path></svg>\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:07:08', '2023-07-14 16:07:08', '', 2, 'https://demo.unsap.ac.id/?p=812', 0, 'revision', '', 0),
(813, 1, '2023-07-14 16:07:08', '2023-07-14 16:07:08', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab259139510\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab259139511\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                                    <svg viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"></path></svg>\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:07:08', '2023-07-14 16:07:08', '', 2, 'https://demo.unsap.ac.id/?p=813', 0, 'revision', '', 0),
(814, 1, '2023-07-14 16:07:09', '2023-07-14 16:07:09', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab454909010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab454909011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:07:09', '2023-07-14 16:07:09', '', 2, 'https://demo.unsap.ac.id/?p=814', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(815, 1, '2023-07-14 16:08:22', '2023-07-14 16:08:22', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab454909010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab454909011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:08:22', '2023-07-14 16:08:22', '', 2, 'https://demo.unsap.ac.id/?p=815', 0, 'revision', '', 0),
(816, 1, '2023-07-14 16:08:22', '2023-07-14 16:08:22', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab454909010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab454909011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:08:22', '2023-07-14 16:08:22', '', 2, 'https://demo.unsap.ac.id/?p=816', 0, 'revision', '', 0),
(817, 1, '2023-07-14 16:08:23', '2023-07-14 16:08:23', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab19699180\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab19699181\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Area Relawan</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:08:23', '2023-07-14 16:08:23', '', 2, 'https://demo.unsap.ac.id/?p=817', 0, 'revision', '', 0),
(818, 1, '2023-07-14 16:12:31', '2023-07-14 16:12:31', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab19699180\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab19699181\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Area Relawan</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:12:31', '2023-07-14 16:12:31', '', 2, 'https://demo.unsap.ac.id/?p=818', 0, 'revision', '', 0),
(819, 1, '2023-07-14 16:12:32', '2023-07-14 16:12:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab19699180\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab19699181\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Area Relawan</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:12:32', '2023-07-14 16:12:32', '', 2, 'https://demo.unsap.ac.id/?p=819', 0, 'revision', '', 0),
(820, 1, '2023-07-14 16:12:32', '2023-07-14 16:12:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab478500470\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab478500471\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:12:32', '2023-07-14 16:12:32', '', 2, 'https://demo.unsap.ac.id/?p=820', 0, 'revision', '', 0),
(821, 1, '2023-07-14 16:21:30', '2023-07-14 16:21:30', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab478500470\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab478500471\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:21:30', '2023-07-14 16:21:30', '', 2, 'https://demo.unsap.ac.id/?p=821', 0, 'revision', '', 0),
(822, 1, '2023-07-14 16:21:31', '2023-07-14 16:21:31', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab478500470\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab478500471\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:21:31', '2023-07-14 16:21:31', '', 2, 'https://demo.unsap.ac.id/?p=822', 0, 'revision', '', 0),
(823, 1, '2023-07-14 16:21:31', '2023-07-14 16:21:31', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab567680750\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab567680751\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:21:31', '2023-07-14 16:21:31', '', 2, 'https://demo.unsap.ac.id/?p=823', 0, 'revision', '', 0),
(824, 1, '2023-07-14 16:23:06', '2023-07-14 16:23:06', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab567680750\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab567680751\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:23:06', '2023-07-14 16:23:06', '', 2, 'https://demo.unsap.ac.id/?p=824', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(825, 1, '2023-07-14 16:23:06', '2023-07-14 16:23:06', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab567680750\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab567680751\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:23:06', '2023-07-14 16:23:06', '', 2, 'https://demo.unsap.ac.id/?p=825', 0, 'revision', '', 0),
(826, 1, '2023-07-14 16:23:07', '2023-07-14 16:23:07', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab135807770\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab135807771\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:23:07', '2023-07-14 16:23:07', '', 2, 'https://demo.unsap.ac.id/?p=826', 0, 'revision', '', 0),
(827, 1, '2023-07-14 16:23:35', '2023-07-14 16:23:35', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab135807770\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab135807771\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:23:35', '2023-07-14 16:23:35', '', 2, 'https://demo.unsap.ac.id/?p=827', 0, 'revision', '', 0),
(828, 1, '2023-07-14 16:23:36', '2023-07-14 16:23:36', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab135807770\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab135807771\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:23:36', '2023-07-14 16:23:36', '', 2, 'https://demo.unsap.ac.id/?p=828', 0, 'revision', '', 0),
(829, 1, '2023-07-14 16:23:36', '2023-07-14 16:23:36', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab450815280\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab450815281\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:23:36', '2023-07-14 16:23:36', '', 2, 'https://demo.unsap.ac.id/?p=829', 0, 'revision', '', 0),
(830, 1, '2023-07-14 16:25:33', '2023-07-14 16:25:33', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab450815280\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab450815281\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:25:33', '2023-07-14 16:25:33', '', 2, 'https://demo.unsap.ac.id/?p=830', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(831, 1, '2023-07-14 16:25:33', '2023-07-14 16:25:33', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab450815280\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab450815281\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"><a aria-label=\"eael-magnific-link\" href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\">\n            </a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:25:33', '2023-07-14 16:25:33', '', 2, 'https://demo.unsap.ac.id/?p=831', 0, 'revision', '', 0),
(832, 1, '2023-07-14 16:25:34', '2023-07-14 16:25:34', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab390649220\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab390649221\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:25:34', '2023-07-14 16:25:34', '', 2, 'https://demo.unsap.ac.id/?p=832', 0, 'revision', '', 0),
(833, 1, '2023-07-14 16:27:31', '2023-07-14 16:27:31', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab390649220\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab390649221\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:27:31', '2023-07-14 16:27:31', '', 2, 'https://demo.unsap.ac.id/?p=833', 0, 'revision', '', 0),
(834, 1, '2023-07-14 16:27:32', '2023-07-14 16:27:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab390649220\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab390649221\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:27:32', '2023-07-14 16:27:32', '', 2, 'https://demo.unsap.ac.id/?p=834', 0, 'revision', '', 0),
(835, 1, '2023-07-14 16:27:32', '2023-07-14 16:27:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28968200\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28968201\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:27:32', '2023-07-14 16:27:32', '', 2, 'https://demo.unsap.ac.id/?p=835', 0, 'revision', '', 0),
(836, 1, '2023-07-14 16:29:58', '2023-07-14 16:29:58', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28968200\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28968201\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:29:58', '2023-07-14 16:29:58', '', 2, 'https://demo.unsap.ac.id/?p=836', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(837, 1, '2023-07-14 16:29:58', '2023-07-14 16:29:58', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28968200\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab28968201\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:29:58', '2023-07-14 16:29:58', '', 2, 'https://demo.unsap.ac.id/?p=837', 0, 'revision', '', 0),
(838, 1, '2023-07-14 16:29:59', '2023-07-14 16:29:59', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab306360180\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab306360181\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:29:59', '2023-07-14 16:29:59', '', 2, 'https://demo.unsap.ac.id/?p=838', 0, 'revision', '', 0),
(839, 1, '2023-07-14 16:30:40', '2023-07-14 16:30:40', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab306360180\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab306360181\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:30:40', '2023-07-14 16:30:40', '', 2, 'https://demo.unsap.ac.id/?p=839', 0, 'revision', '', 0),
(840, 1, '2023-07-14 16:30:41', '2023-07-14 16:30:41', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab306360180\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab306360181\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:30:41', '2023-07-14 16:30:41', '', 2, 'https://demo.unsap.ac.id/?p=840', 0, 'revision', '', 0),
(841, 1, '2023-07-14 16:30:41', '2023-07-14 16:30:41', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508727210\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508727211\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:30:41', '2023-07-14 16:30:41', '', 2, 'https://demo.unsap.ac.id/?p=841', 0, 'revision', '', 0),
(842, 1, '2023-07-14 16:31:55', '2023-07-14 16:31:55', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508727210\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508727211\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:31:55', '2023-07-14 16:31:55', '', 2, 'https://demo.unsap.ac.id/?p=842', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(843, 1, '2023-07-14 16:31:56', '2023-07-14 16:31:56', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508727210\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab508727211\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:31:56', '2023-07-14 16:31:56', '', 2, 'https://demo.unsap.ac.id/?p=843', 0, 'revision', '', 0),
(844, 1, '2023-07-14 16:31:56', '2023-07-14 16:31:56', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab274221350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab274221351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:31:56', '2023-07-14 16:31:56', '', 2, 'https://demo.unsap.ac.id/?p=844', 0, 'revision', '', 0),
(845, 1, '2023-07-14 16:32:27', '2023-07-14 16:32:27', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab274221350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab274221351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:32:27', '2023-07-14 16:32:27', '', 2, 'https://demo.unsap.ac.id/?p=845', 0, 'revision', '', 0),
(846, 1, '2023-07-14 16:32:28', '2023-07-14 16:32:28', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab274221350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab274221351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:32:28', '2023-07-14 16:32:28', '', 2, 'https://demo.unsap.ac.id/?p=846', 0, 'revision', '', 0),
(847, 1, '2023-07-14 16:32:29', '2023-07-14 16:32:29', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab219878990\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab219878991\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:32:29', '2023-07-14 16:32:29', '', 2, 'https://demo.unsap.ac.id/?p=847', 0, 'revision', '', 0),
(848, 1, '2023-07-14 16:32:58', '2023-07-14 16:32:58', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab219878990\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab219878991\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:32:58', '2023-07-14 16:32:58', '', 2, 'https://demo.unsap.ac.id/?p=848', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(849, 1, '2023-07-14 16:32:58', '2023-07-14 16:32:58', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab219878990\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab219878991\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:32:58', '2023-07-14 16:32:58', '', 2, 'https://demo.unsap.ac.id/?p=849', 0, 'revision', '', 0),
(850, 1, '2023-07-14 16:32:59', '2023-07-14 16:32:59', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab2978450\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab2978451\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:32:59', '2023-07-14 16:32:59', '', 2, 'https://demo.unsap.ac.id/?p=850', 0, 'revision', '', 0),
(851, 1, '2023-07-14 16:34:09', '2023-07-14 16:34:09', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab2978450\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab2978451\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:34:09', '2023-07-14 16:34:09', '', 2, 'https://demo.unsap.ac.id/?p=851', 0, 'revision', '', 0),
(852, 1, '2023-07-14 16:34:10', '2023-07-14 16:34:10', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab2978450\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab2978451\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:34:10', '2023-07-14 16:34:10', '', 2, 'https://demo.unsap.ac.id/?p=852', 0, 'revision', '', 0),
(853, 1, '2023-07-14 16:34:10', '2023-07-14 16:34:10', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab182486110\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab182486111\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:34:10', '2023-07-14 16:34:10', '', 2, 'https://demo.unsap.ac.id/?p=853', 0, 'revision', '', 0),
(854, 1, '2023-07-14 16:37:22', '2023-07-14 16:37:22', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab182486110\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab182486111\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:37:22', '2023-07-14 16:37:22', '', 2, 'https://demo.unsap.ac.id/?p=854', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(855, 1, '2023-07-14 16:37:22', '2023-07-14 16:37:22', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab182486110\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab182486111\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:37:22', '2023-07-14 16:37:22', '', 2, 'https://demo.unsap.ac.id/?p=855', 0, 'revision', '', 0),
(856, 1, '2023-07-14 16:37:23', '2023-07-14 16:37:23', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515988040\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515988041\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:37:23', '2023-07-14 16:37:23', '', 2, 'https://demo.unsap.ac.id/?p=856', 0, 'revision', '', 0),
(857, 1, '2023-07-14 16:38:01', '2023-07-14 16:38:01', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515988040\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515988041\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:38:01', '2023-07-14 16:38:01', '', 2, 'https://demo.unsap.ac.id/?p=857', 0, 'revision', '', 0),
(858, 1, '2023-07-14 16:38:02', '2023-07-14 16:38:02', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515988040\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515988041\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:38:02', '2023-07-14 16:38:02', '', 2, 'https://demo.unsap.ac.id/?p=858', 0, 'revision', '', 0),
(859, 1, '2023-07-14 16:38:03', '2023-07-14 16:38:03', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab560878010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab560878011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:38:03', '2023-07-14 16:38:03', '', 2, 'https://demo.unsap.ac.id/?p=859', 0, 'revision', '', 0),
(860, 1, '2023-07-14 16:41:17', '2023-07-14 16:41:17', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab560878010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab560878011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:41:17', '2023-07-14 16:41:17', '', 2, 'https://demo.unsap.ac.id/?p=860', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(861, 1, '2023-07-14 16:41:20', '2023-07-14 16:41:20', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab560878010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab560878011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:41:20', '2023-07-14 16:41:20', '', 2, 'https://demo.unsap.ac.id/?p=861', 0, 'revision', '', 0),
(862, 1, '2023-07-14 16:41:21', '2023-07-14 16:41:21', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab424792940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab424792941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:41:21', '2023-07-14 16:41:21', '', 2, 'https://demo.unsap.ac.id/?p=862', 0, 'revision', '', 0),
(863, 1, '2023-07-14 16:44:23', '2023-07-14 16:44:23', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab424792940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab424792941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:44:23', '2023-07-14 16:44:23', '', 2, 'https://demo.unsap.ac.id/?p=863', 0, 'revision', '', 0),
(864, 1, '2023-07-14 16:44:24', '2023-07-14 16:44:24', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab424792940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab424792941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:44:24', '2023-07-14 16:44:24', '', 2, 'https://demo.unsap.ac.id/?p=864', 0, 'revision', '', 0),
(865, 1, '2023-07-14 16:44:25', '2023-07-14 16:44:25', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab31225270\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab31225271\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:44:25', '2023-07-14 16:44:25', '', 2, 'https://demo.unsap.ac.id/?p=865', 0, 'revision', '', 0),
(866, 1, '2023-07-14 16:44:47', '2023-07-14 16:44:47', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab31225270\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab31225271\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:44:47', '2023-07-14 16:44:47', '', 2, 'https://demo.unsap.ac.id/?p=866', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(867, 1, '2023-07-14 16:44:48', '2023-07-14 16:44:48', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab31225270\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab31225271\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:44:48', '2023-07-14 16:44:48', '', 2, 'https://demo.unsap.ac.id/?p=867', 0, 'revision', '', 0),
(868, 1, '2023-07-14 16:44:49', '2023-07-14 16:44:49', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab474556810\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab474556811\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:44:49', '2023-07-14 16:44:49', '', 2, 'https://demo.unsap.ac.id/?p=868', 0, 'revision', '', 0),
(869, 1, '2023-07-14 16:46:03', '2023-07-14 16:46:03', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab474556810\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab474556811\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:46:03', '2023-07-14 16:46:03', '', 2, 'https://demo.unsap.ac.id/?p=869', 0, 'revision', '', 0),
(870, 1, '2023-07-14 16:46:04', '2023-07-14 16:46:04', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab474556810\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab474556811\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:46:04', '2023-07-14 16:46:04', '', 2, 'https://demo.unsap.ac.id/?p=870', 0, 'revision', '', 0),
(871, 1, '2023-07-14 16:46:05', '2023-07-14 16:46:05', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab293751930\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab293751931\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:46:05', '2023-07-14 16:46:05', '', 2, 'https://demo.unsap.ac.id/?p=871', 0, 'revision', '', 0),
(873, 1, '2023-07-14 16:48:36', '2023-07-14 16:48:36', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab293751930\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab293751931\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:48:36', '2023-07-14 16:48:36', '', 2, 'https://demo.unsap.ac.id/?p=873', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(874, 1, '2023-07-14 16:48:37', '2023-07-14 16:48:37', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab293751930\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab293751931\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:48:37', '2023-07-14 16:48:37', '', 2, 'https://demo.unsap.ac.id/?p=874', 0, 'revision', '', 0),
(875, 1, '2023-07-14 16:48:37', '2023-07-14 16:48:37', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab79605350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab79605351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:48:37', '2023-07-14 16:48:37', '', 2, 'https://demo.unsap.ac.id/?p=875', 0, 'revision', '', 0),
(876, 1, '2023-07-14 16:48:55', '2023-07-14 16:48:55', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab79605350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab79605351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:48:55', '2023-07-14 16:48:55', '', 2, 'https://demo.unsap.ac.id/?p=876', 0, 'revision', '', 0),
(877, 1, '2023-07-14 16:48:56', '2023-07-14 16:48:56', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab79605350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab79605351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:48:56', '2023-07-14 16:48:56', '', 2, 'https://demo.unsap.ac.id/?p=877', 0, 'revision', '', 0),
(878, 1, '2023-07-14 16:48:56', '2023-07-14 16:48:56', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab83015290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab83015291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:48:56', '2023-07-14 16:48:56', '', 2, 'https://demo.unsap.ac.id/?p=878', 0, 'revision', '', 0),
(879, 1, '2023-07-14 16:51:25', '2023-07-14 16:51:25', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab83015290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab83015291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:51:25', '2023-07-14 16:51:25', '', 2, 'https://demo.unsap.ac.id/?p=879', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(880, 1, '2023-07-14 16:51:26', '2023-07-14 16:51:26', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab83015290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab83015291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:51:26', '2023-07-14 16:51:26', '', 2, 'https://demo.unsap.ac.id/?p=880', 0, 'revision', '', 0),
(881, 1, '2023-07-14 16:51:26', '2023-07-14 16:51:26', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab164008010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab164008011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:51:26', '2023-07-14 16:51:26', '', 2, 'https://demo.unsap.ac.id/?p=881', 0, 'revision', '', 0),
(882, 1, '2023-07-14 16:52:31', '2023-07-14 16:52:31', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab164008010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab164008011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:52:31', '2023-07-14 16:52:31', '', 2, 'https://demo.unsap.ac.id/?p=882', 0, 'revision', '', 0),
(883, 1, '2023-07-14 16:52:32', '2023-07-14 16:52:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab164008010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab164008011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:52:32', '2023-07-14 16:52:32', '', 2, 'https://demo.unsap.ac.id/?p=883', 0, 'revision', '', 0),
(884, 1, '2023-07-14 16:52:32', '2023-07-14 16:52:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab216318700\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab216318701\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:52:32', '2023-07-14 16:52:32', '', 2, 'https://demo.unsap.ac.id/?p=884', 0, 'revision', '', 0),
(886, 1, '2023-07-14 16:59:42', '2023-07-14 16:59:42', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab216318700\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab216318701\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:59:42', '2023-07-14 16:59:42', '', 2, 'https://demo.unsap.ac.id/?p=886', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(887, 1, '2023-07-14 16:59:42', '2023-07-14 16:59:42', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab216318700\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab216318701\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:59:42', '2023-07-14 16:59:42', '', 2, 'https://demo.unsap.ac.id/?p=887', 0, 'revision', '', 0),
(888, 1, '2023-07-14 16:59:43', '2023-07-14 16:59:43', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526192350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526192351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"c182b94\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 16:59:43', '2023-07-14 16:59:43', '', 2, 'https://demo.unsap.ac.id/?p=888', 0, 'revision', '', 0),
(889, 1, '2023-07-14 17:03:30', '2023-07-14 17:03:30', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526192350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526192351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"c182b94\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:03:30', '2023-07-14 17:03:30', '', 2, 'https://demo.unsap.ac.id/?p=889', 0, 'revision', '', 0),
(890, 1, '2023-07-14 17:03:31', '2023-07-14 17:03:31', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526192350\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526192351\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"c182b94\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:03:31', '2023-07-14 17:03:31', '', 2, 'https://demo.unsap.ac.id/?p=890', 0, 'revision', '', 0),
(891, 1, '2023-07-14 17:03:32', '2023-07-14 17:03:32', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab434406290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab434406291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:03:32', '2023-07-14 17:03:32', '', 2, 'https://demo.unsap.ac.id/?p=891', 0, 'revision', '', 0),
(893, 1, '2023-07-14 17:14:16', '2023-07-14 17:14:16', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab434406290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab434406291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:14:16', '2023-07-14 17:14:16', '', 2, 'https://demo.unsap.ac.id/?p=893', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(894, 1, '2023-07-14 17:14:17', '2023-07-14 17:14:17', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab434406290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab434406291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:14:17', '2023-07-14 17:14:17', '', 2, 'https://demo.unsap.ac.id/?p=894', 0, 'revision', '', 0),
(895, 1, '2023-07-14 17:14:18', '2023-07-14 17:14:18', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab243786720\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab243786721\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:14:18', '2023-07-14 17:14:18', '', 2, 'https://demo.unsap.ac.id/?p=895', 0, 'revision', '', 0),
(896, 1, '2023-07-14 17:24:06', '2023-07-14 17:24:06', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab243786720\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab243786721\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:24:06', '2023-07-14 17:24:06', '', 2, 'https://demo.unsap.ac.id/?p=896', 0, 'revision', '', 0),
(897, 1, '2023-07-14 17:24:07', '2023-07-14 17:24:07', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab243786720\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab243786721\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:24:07', '2023-07-14 17:24:07', '', 2, 'https://demo.unsap.ac.id/?p=897', 0, 'revision', '', 0),
(898, 1, '2023-07-14 17:24:07', '2023-07-14 17:24:07', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab136498900\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab136498901\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:24:07', '2023-07-14 17:24:07', '', 2, 'https://demo.unsap.ac.id/?p=898', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(899, 1, '2023-07-14 17:24:57', '2023-07-14 17:24:57', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab136498900\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab136498901\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:24:57', '2023-07-14 17:24:57', '', 2, 'https://demo.unsap.ac.id/?p=899', 0, 'revision', '', 0),
(900, 1, '2023-07-14 17:24:57', '2023-07-14 17:24:57', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab136498900\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab136498901\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:24:57', '2023-07-14 17:24:57', '', 2, 'https://demo.unsap.ac.id/?p=900', 0, 'revision', '', 0),
(901, 1, '2023-07-14 17:24:58', '2023-07-14 17:24:58', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab284340010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab284340011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:24:58', '2023-07-14 17:24:58', '', 2, 'https://demo.unsap.ac.id/?p=901', 0, 'revision', '', 0),
(902, 1, '2023-07-14 17:26:19', '2023-07-14 17:26:19', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab284340010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab284340011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:26:19', '2023-07-14 17:26:19', '', 2, 'https://demo.unsap.ac.id/?p=902', 0, 'revision', '', 0),
(903, 1, '2023-07-14 17:26:20', '2023-07-14 17:26:20', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab284340010\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab284340011\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:26:20', '2023-07-14 17:26:20', '', 2, 'https://demo.unsap.ac.id/?p=903', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(904, 1, '2023-07-14 17:26:20', '2023-07-14 17:26:20', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab404508410\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab404508411\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:26:20', '2023-07-14 17:26:20', '', 2, 'https://demo.unsap.ac.id/?p=904', 0, 'revision', '', 0),
(905, 1, '2023-07-14 17:28:18', '2023-07-14 17:28:18', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab404508410\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab404508411\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:28:18', '2023-07-14 17:28:18', '', 2, 'https://demo.unsap.ac.id/?p=905', 0, 'revision', '', 0),
(906, 1, '2023-07-14 17:28:19', '2023-07-14 17:28:19', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab404508410\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab404508411\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:28:19', '2023-07-14 17:28:19', '', 2, 'https://demo.unsap.ac.id/?p=906', 0, 'revision', '', 0),
(907, 1, '2023-07-14 17:28:20', '2023-07-14 17:28:20', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab74891200\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab74891201\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:28:20', '2023-07-14 17:28:20', '', 2, 'https://demo.unsap.ac.id/?p=907', 0, 'revision', '', 0),
(908, 1, '2023-07-14 17:31:39', '2023-07-14 17:31:39', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab74891200\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab74891201\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:31:39', '2023-07-14 17:31:39', '', 2, 'https://demo.unsap.ac.id/?p=908', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(909, 1, '2023-07-14 17:31:40', '2023-07-14 17:31:40', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab74891200\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab74891201\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:31:40', '2023-07-14 17:31:40', '', 2, 'https://demo.unsap.ac.id/?p=909', 0, 'revision', '', 0),
(910, 1, '2023-07-14 17:31:41', '2023-07-14 17:31:41', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab37949310\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab37949311\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:31:41', '2023-07-14 17:31:41', '', 2, 'https://demo.unsap.ac.id/?p=910', 0, 'revision', '', 0),
(912, 1, '2023-07-14 17:36:44', '2023-07-14 17:36:44', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab37949310\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab37949311\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:36:44', '2023-07-14 17:36:44', '', 2, 'https://demo.unsap.ac.id/?p=912', 0, 'revision', '', 0),
(913, 1, '2023-07-14 17:36:45', '2023-07-14 17:36:45', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab37949310\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab37949311\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:36:45', '2023-07-14 17:36:45', '', 2, 'https://demo.unsap.ac.id/?p=913', 0, 'revision', '', 0),
(914, 1, '2023-07-14 17:36:46', '2023-07-14 17:36:46', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab468707450\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab468707451\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:36:46', '2023-07-14 17:36:46', '', 2, 'https://demo.unsap.ac.id/?p=914', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(915, 1, '2023-07-14 17:37:22', '2023-07-14 17:37:22', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab468707450\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab468707451\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:37:22', '2023-07-14 17:37:22', '', 2, 'https://demo.unsap.ac.id/?p=915', 0, 'revision', '', 0),
(916, 1, '2023-07-14 17:37:23', '2023-07-14 17:37:23', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab468707450\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab468707451\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:37:23', '2023-07-14 17:37:23', '', 2, 'https://demo.unsap.ac.id/?p=916', 0, 'revision', '', 0),
(917, 1, '2023-07-14 17:37:23', '2023-07-14 17:37:23', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab533449720\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab533449721\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:37:23', '2023-07-14 17:37:23', '', 2, 'https://demo.unsap.ac.id/?p=917', 0, 'revision', '', 0),
(918, 1, '2023-07-14 17:38:15', '2023-07-14 17:38:15', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab533449720\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab533449721\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:38:15', '2023-07-14 17:38:15', '', 2, 'https://demo.unsap.ac.id/?p=918', 0, 'revision', '', 0),
(919, 1, '2023-07-14 17:38:16', '2023-07-14 17:38:16', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab533449720\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab533449721\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:38:16', '2023-07-14 17:38:16', '', 2, 'https://demo.unsap.ac.id/?p=919', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(920, 1, '2023-07-14 17:38:16', '2023-07-14 17:38:16', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab84638920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab84638921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 17:38:16', '2023-07-14 17:38:16', '', 2, 'https://demo.unsap.ac.id/?p=920', 0, 'revision', '', 0),
(921, 1, '2023-07-14 17:53:35', '2023-07-14 17:53:35', '', 'Default Form', '', 'publish', 'closed', 'closed', '', 'default-form', '', '', '2023-07-14 17:53:35', '2023-07-14 17:53:35', '', 0, 'https://demo.unsap.ac.id/?p=921', 0, 'wpdiscuz_form', '', 0),
(922, 1, '2023-07-14 18:11:52', '2023-07-14 18:11:52', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab84638920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab84638921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:11:52', '2023-07-14 18:11:52', '', 2, 'https://demo.unsap.ac.id/?p=922', 0, 'revision', '', 0),
(923, 1, '2023-07-14 18:11:53', '2023-07-14 18:11:53', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab84638920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab84638921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:11:53', '2023-07-14 18:11:53', '', 2, 'https://demo.unsap.ac.id/?p=923', 0, 'revision', '', 0),
(924, 1, '2023-07-14 18:11:54', '2023-07-14 18:11:54', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515163690\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515163691\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Submit\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:11:54', '2023-07-14 18:11:54', '', 2, 'https://demo.unsap.ac.id/?p=924', 0, 'revision', '', 0),
(925, 1, '2023-07-14 18:14:06', '2023-07-14 18:14:06', '', 'testimoni-85-2', '', 'inherit', 'open', 'closed', '', 'testimoni-85-2', '', '', '2023-07-14 18:14:06', '2023-07-14 18:14:06', '', 2, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(926, 1, '2023-07-14 18:14:15', '2023-07-14 18:14:15', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515163690\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515163691\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Submit\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:14:15', '2023-07-14 18:14:15', '', 2, 'https://demo.unsap.ac.id/?p=926', 0, 'revision', '', 0),
(927, 1, '2023-07-14 18:14:17', '2023-07-14 18:14:17', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515163690\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab515163691\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/31199-middle.png\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Submit\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:14:17', '2023-07-14 18:14:17', '', 2, 'https://demo.unsap.ac.id/?p=927', 0, 'revision', '', 0),
(928, 1, '2023-07-14 18:14:17', '2023-07-14 18:14:17', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab403693220\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab403693221\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Submit\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:14:17', '2023-07-14 18:14:17', '', 2, 'https://demo.unsap.ac.id/?p=928', 0, 'revision', '', 0),
(929, 1, '2023-07-14 18:23:14', '2023-07-14 18:23:14', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab403693220\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab403693221\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Submit\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:23:14', '2023-07-14 18:23:14', '', 2, 'https://demo.unsap.ac.id/?p=929', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(930, 1, '2023-07-14 18:23:15', '2023-07-14 18:23:15', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab403693220\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab403693221\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n									<figure><img src=\"https://demo.unsap.ac.id/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure>\n				<p>Add testimonial description here. Edit and place your own text.</p>\n		<ul>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n			<li></li>\n		</ul>\n		<p>John Doe</p><p>Codetic</p>			\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Submit\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:23:15', '2023-07-14 18:23:15', '', 2, 'https://demo.unsap.ac.id/?p=930', 0, 'revision', '', 0),
(931, 1, '2023-07-14 18:23:16', '2023-07-14 18:23:16', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526736260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526736261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			<h3> 1 Comment</h3><ul><li id=\"comment-2\"><article><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f13bd4ef2a677c79245ba27550b477f6?s=60&#038;d=mm&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f13bd4ef2a677c79245ba27550b477f6?s=120&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-60 photo\' height=\'60\' width=\'60\' loading=\'lazy\' decoding=\'async\'/>sdsdJuly 14, 2023 at 6:15 pm | <a href=\"https://demo.unsap.ac.id/wp-admin/comment.php?action=editcomment&#038;c=2\">Edit</a><p>dfjkdsfjjskdfjskdf</p>\n<a rel=\'nofollow\' class=\'comment-reply-link\' href=\'https://demo.unsap.ac.id/?replytocom=2#respond\' data-commentid=\"2\" data-postid=\"2\" data-belowelement=\"comment-2\" data-respondelement=\"respond\" data-replyto=\"Reply to sdsd\" aria-label=\'Reply to sdsd\'>Reply</a></article></li></li><!-- #comment-## -->\n</ul>	\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Kirim\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:23:16', '2023-07-14 18:23:16', '', 2, 'https://demo.unsap.ac.id/?p=931', 0, 'revision', '', 0),
(933, 1, '2023-07-14 18:39:46', '2023-07-14 18:39:46', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526736260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526736261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			<h3> 1 Comment</h3><ul><li id=\"comment-2\"><article><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f13bd4ef2a677c79245ba27550b477f6?s=60&#038;d=mm&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f13bd4ef2a677c79245ba27550b477f6?s=120&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-60 photo\' height=\'60\' width=\'60\' loading=\'lazy\' decoding=\'async\'/>sdsdJuly 14, 2023 at 6:15 pm | <a href=\"https://demo.unsap.ac.id/wp-admin/comment.php?action=editcomment&#038;c=2\">Edit</a><p>dfjkdsfjjskdfjskdf</p>\n<a rel=\'nofollow\' class=\'comment-reply-link\' href=\'https://demo.unsap.ac.id/?replytocom=2#respond\' data-commentid=\"2\" data-postid=\"2\" data-belowelement=\"comment-2\" data-respondelement=\"respond\" data-replyto=\"Reply to sdsd\" aria-label=\'Reply to sdsd\'>Reply</a></article></li></li><!-- #comment-## -->\n</ul>	\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Kirim\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:39:46', '2023-07-14 18:39:46', '', 2, 'https://demo.unsap.ac.id/?p=933', 0, 'revision', '', 0),
(934, 1, '2023-07-14 18:39:47', '2023-07-14 18:39:47', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526736260\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab526736261\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					     										<i>&#9734;</i>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur laoreet cursus volutpat. Aliquam sit amet ligula et justo tincidunt laoreet non vitae lorem. Aliquam porttitor tellus enim, eget commodo augue porta ut. Maecenas lobortis ligula vel tellus sagittis ullamcorperv vestibulum pellentesque cursutu.</p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			<h3> 1 Comment</h3><ul><li id=\"comment-2\"><article><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f13bd4ef2a677c79245ba27550b477f6?s=60&#038;d=mm&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f13bd4ef2a677c79245ba27550b477f6?s=120&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-60 photo\' height=\'60\' width=\'60\' loading=\'lazy\' decoding=\'async\'/>sdsdJuly 14, 2023 at 6:15 pm | <a href=\"https://demo.unsap.ac.id/wp-admin/comment.php?action=editcomment&#038;c=2\">Edit</a><p>dfjkdsfjjskdfjskdf</p>\n<a rel=\'nofollow\' class=\'comment-reply-link\' href=\'https://demo.unsap.ac.id/?replytocom=2#respond\' data-commentid=\"2\" data-postid=\"2\" data-belowelement=\"comment-2\" data-respondelement=\"respond\" data-replyto=\"Reply to sdsd\" aria-label=\'Reply to sdsd\'>Reply</a></article></li></li><!-- #comment-## -->\n</ul>	\n		<h3 id=\"wpr-reply-title\">Leave a Reply <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"/wp-admin/admin-ajax.php#respond\" style=\"display:none;\">Cancel reply</a></small></h3><form action=\"https://demo.unsap.ac.id/wp-comments-post.php\" method=\"post\" id=\"wpr-comment-form\" novalidate><p>Logged in as admin. <a href=\"https://demo.unsap.ac.id/wp-admin/profile.php\">Edit your profile</a>. <a href=\"https://demo.unsap.ac.id/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fdemo.unsap.ac.id%2F&amp;_wpnonce=2f6b0e0019\">Log out?</a> Required fields are marked *</p><label>Message*</label><textarea name=\"comment\" placeholder=\"\" cols=\"45\" rows=\"8\" maxlength=\"65525\"></textarea><p><input name=\"submit\" type=\"submit\" id=\"wpr-submit-comment\" value=\"Kirim\" /> <input type=\'hidden\' name=\'comment_post_ID\' value=\'2\' id=\'comment_post_ID\' />\n<input type=\'hidden\' name=\'comment_parent\' id=\'comment_parent\' value=\'0\' />\n</p><input type=\"hidden\" id=\"_wp_unfiltered_html_comment_disabled\" name=\"_wp_unfiltered_html_comment_disabled\" value=\"546907248c\" />\n</form>	<!-- #respond -->\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:39:47', '2023-07-14 18:39:47', '', 2, 'https://demo.unsap.ac.id/?p=934', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(935, 1, '2023-07-14 18:39:48', '2023-07-14 18:39:48', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240188940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240188941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:39:48', '2023-07-14 18:39:48', '', 2, 'https://demo.unsap.ac.id/?p=935', 0, 'revision', '', 0),
(936, 1, '2023-07-14 18:48:20', '2023-07-14 18:48:20', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-2', '', '', '2023-07-14 18:48:20', '2023-07-14 18:48:20', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-1.png', 0, 'attachment', 'image/png', 0),
(937, 1, '2023-07-14 18:48:20', '2023-07-14 18:48:20', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-3', '', '', '2023-07-14 18:48:20', '2023-07-14 18:48:20', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-2.png', 0, 'attachment', 'image/png', 0),
(938, 1, '2023-07-14 18:48:21', '2023-07-14 18:48:21', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-4', '', '', '2023-07-14 18:48:21', '2023-07-14 18:48:21', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-3.png', 0, 'attachment', 'image/png', 0),
(939, 1, '2023-07-14 18:48:21', '2023-07-14 18:48:21', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-6', '', '', '2023-07-14 18:48:21', '2023-07-14 18:48:21', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-5.png', 0, 'attachment', 'image/png', 0),
(940, 1, '2023-07-14 18:48:22', '2023-07-14 18:48:22', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-7', '', '', '2023-07-14 18:48:22', '2023-07-14 18:48:22', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-6.png', 0, 'attachment', 'image/png', 0),
(941, 1, '2023-07-14 18:48:23', '2023-07-14 18:48:23', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-8', '', '', '2023-07-14 18:48:23', '2023-07-14 18:48:23', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-7.png', 0, 'attachment', 'image/png', 0),
(942, 1, '2023-07-14 18:49:17', '2023-07-14 18:49:17', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240188940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240188941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:49:17', '2023-07-14 18:49:17', '', 2, 'https://demo.unsap.ac.id/?p=942', 0, 'revision', '', 0),
(943, 1, '2023-07-14 18:49:18', '2023-07-14 18:49:18', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240188940\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab240188941\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:49:18', '2023-07-14 18:49:18', '', 2, 'https://demo.unsap.ac.id/?p=943', 0, 'revision', '', 0),
(944, 1, '2023-07-14 18:49:18', '2023-07-14 18:49:18', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab199145650\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab199145651\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>© Copyright pppmulya.com 2023. All Rights Reserved.		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:49:18', '2023-07-14 18:49:18', '', 2, 'https://demo.unsap.ac.id/?p=944', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(945, 1, '2023-07-14 18:54:32', '2023-07-14 18:54:32', '', '26b.jpg', '', 'inherit', 'open', 'closed', '', '26b-jpg', '', '', '2023-07-14 18:54:32', '2023-07-14 18:54:32', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg', 0, 'attachment', 'image/jpeg', 0),
(946, 1, '2023-07-14 18:54:32', '2023-07-14 18:54:32', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-9', '', '', '2023-07-14 18:54:32', '2023-07-14 18:54:32', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-8.png', 0, 'attachment', 'image/png', 0),
(947, 1, '2023-07-14 18:54:33', '2023-07-14 18:54:33', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-10', '', '', '2023-07-14 18:54:33', '2023-07-14 18:54:33', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-9.png', 0, 'attachment', 'image/png', 0),
(948, 1, '2023-07-14 18:54:33', '2023-07-14 18:54:33', '', 'placeholder.png', '', 'inherit', 'open', 'closed', '', 'placeholder-png-11', '', '', '2023-07-14 18:54:33', '2023-07-14 18:54:33', '', 0, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/placeholder-10.png', 0, 'attachment', 'image/png', 0),
(950, 1, '2023-07-14 18:55:58', '2023-07-14 18:55:58', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab199145650\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab199145651\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>© Copyright pppmulya.com 2023. All Rights Reserved.		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:55:58', '2023-07-14 18:55:58', '', 2, 'https://demo.unsap.ac.id/?p=950', 0, 'revision', '', 0),
(951, 1, '2023-07-14 18:55:59', '2023-07-14 18:55:59', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab199145650\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab199145651\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>© Copyright pppmulya.com 2023. All Rights Reserved.		\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:55:59', '2023-07-14 18:55:59', '', 2, 'https://demo.unsap.ac.id/?p=951', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(952, 1, '2023-07-14 18:56:00', '2023-07-14 18:56:00', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab120977920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab120977921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:56:00', '2023-07-14 18:56:00', '', 2, 'https://demo.unsap.ac.id/?p=952', 0, 'revision', '', 0),
(953, 1, '2023-07-14 18:59:10', '2023-07-14 18:59:10', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab120977920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab120977921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:59:10', '2023-07-14 18:59:10', '', 2, 'https://demo.unsap.ac.id/?p=953', 0, 'revision', '', 0),
(954, 1, '2023-07-14 18:59:11', '2023-07-14 18:59:11', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab120977920\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab120977921\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n			<style>/*! elementor - v3.15.0 - 09-07-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:59:11', '2023-07-14 18:59:11', '', 2, 'https://demo.unsap.ac.id/?p=954', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(955, 1, '2023-07-14 18:59:12', '2023-07-14 18:59:12', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab105686910\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab105686911\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n															<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"0562c28\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:59:12', '2023-07-14 18:59:12', '', 2, 'https://demo.unsap.ac.id/?p=955', 0, 'revision', '', 0),
(956, 1, '2023-07-14 18:59:37', '2023-07-14 18:59:37', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab105686910\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab105686911\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n															<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"0562c28\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:59:37', '2023-07-14 18:59:37', '', 2, 'https://demo.unsap.ac.id/?p=956', 0, 'revision', '', 0),
(957, 1, '2023-07-14 18:59:39', '2023-07-14 18:59:39', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab105686910\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab105686911\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n															<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"0562c28\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Name\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Message\"></textarea>					\n							<button type=\"submit\">\n																Send\n			</button>\n		</form>\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:59:39', '2023-07-14 18:59:39', '', 2, 'https://demo.unsap.ac.id/?p=957', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(958, 1, '2023-07-14 18:59:40', '2023-07-14 18:59:40', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab56675880\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab56675881\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n															<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 18:59:40', '2023-07-14 18:59:40', '', 2, 'https://demo.unsap.ac.id/?p=958', 0, 'revision', '', 0),
(959, 1, '2023-07-14 19:03:59', '2023-07-14 19:03:59', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab56675880\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab56675881\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n															<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 19:03:59', '2023-07-14 19:03:59', '', 2, 'https://demo.unsap.ac.id/?p=959', 0, 'revision', '', 0),
(960, 1, '2023-07-14 19:04:00', '2023-07-14 19:04:00', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab56675880\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab56675881\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n															<img width=\"525\" height=\"332\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b.jpg 525w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/26b-300x190.jpg 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" />															\n			<h2>Feel free to dop us a line</h2>		\n		<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime facere possimus. </p>		\n			<a href=\"#\">\n						Know More\n					</a>\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Kepala Desa\n							Tittle\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>lorem ipsum</p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 19:04:00', '2023-07-14 19:04:00', '', 2, 'https://demo.unsap.ac.id/?p=960', 0, 'revision', '', 0);
INSERT INTO `wp0o_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(961, 1, '2023-07-14 19:04:00', '2023-07-14 19:04:00', '<img width=\"640\" height=\"320\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg 768w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-300x150.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1024x512.jpg 1024w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-1536x768.jpg 1536w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-2048x1024.jpg 2048w\" sizes=\"(max-width: 640px) 100vw, 640px\" />						\n																<figure>\n							<img width=\"512\" height=\"512\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg 512w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-300x300.jpg 300w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048-150x150.jpg 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" />						</figure>\n				<h3>H. Mulya Suryadi, S.Pd., M.Kom.</h3>									Caleg DPRD Kab. Sumedang\n													<p >Dapil 4 Situraja Cisitu, Darmaraja, Wado, Cibugel.</p>\n			<h2>My Resume</h2>		\n                <!-- Horijontal tab start -->\n                            <ul id=\"myTab\" role=\"tablist\">\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab285998290\" role=\"tab\" aria-controls=\"home\" aria-selected=\"true\">\n                                                                                        Education\n                                                                                    </a>\n                                    </li>\n                                                                    <li>\n                                        <a id=\"home-tab\" data-toggle=\"tab\" href=\"#mgtab285998291\" role=\"tab\" aria-controls=\"home\" aria-selected=\"false\">\n                                                                                        Experience\n                                                                                    </a>\n                                    </li>\n                            </ul>\n                        <!-- Horijontal tab start -->\n                                                            <ul><li>SDN PANYINGKIRAN SUMEDANG</li><li>SMPN 1 SUMEDANG</li><li>SMAN TANJUNGSARI</li><li>D3 PENDIDIKAN SENI MUSIK IKIP BANDUNG</li><li>S1 PENDIDIKAN BAHASA INDONESIA – STKIP 11 APRIL (UNSAP)</li><li>S2 TEKNIK INFORMATIKA – STTI BENARIF JAKARTA</li><li>S3 AEU ASIA E UNIVERSITY MALAYSIA (KANDIDAT)</li></ul>\n                                                            <p><strong>2000 - 2010</strong></p><ul><li>WAKIL KETUA II STIE SEBELAS APRIL</li><li>WAKIL KETUA III STMIK SUMEDANG</li></ul><p><strong>2010 - present</strong></p><ul><li>SEKERTARIS YAYASAN PENDIDIKAN KORPRI</li><li>KETUA PENGURUS YAYASAN PENDIDIKAN SUMEDANG</li><li>PEMBINA YASPRI</li><li>PEMBINA YPSA Sumedang</li></ul>\n                        <!-- Horijontal tab start -->\n			<h2>Area Relawan</h2>		\n                <h1>Satu Tujuan MULYA</h1>\n                                    <p >Kehadiran anda sangat berharga, mari bergabung menjadi pendukung dan relawan.</p>\n                                <a href=\"#\">\n                                DAFTAR RELAWAN!\n                            </a>\n                <figure>\n                    <img width=\"644\" height=\"1024\" src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg 644w, https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038-189x300.jpg 189w\" sizes=\"(max-width: 644px) 100vw, 644px\" />\n                </figure>\n			<h2>Galleri</h2>		\n			<style id=\"eael-fg-inline-css-1b04bb9\">@media only screen and (max-width: 2399px) {\n					.elementor-element.elementor-element-1b04bb9 .eael-filterable-gallery-item-wrap {\n					        width: 33.333333333333%;\n					    }\n					}@media only screen and (max-width: 1024px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 50%;\n					    }\n					}@media only screen and (max-width: 767px) {\n					.elementor-element.elementor-element-1b04bb9  .eael-filterable-gallery-item-wrap {\n					        width: 100%;\n					    }\n					}</style>        \n                <ul><li data-load-more-status=\"0\" data-first-init=\"1\" data-filter=\"*\">All</li><li  data-load-more-status=\"0\" data-first-init=\"0\" data-filter=\".eael-cf-video\">VIDEO</li></ul>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg\" alt=\"\"><h5>JOIN US UNSAP!</h5></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg\" alt=\"\"></a></a>\n				<a href=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-elementor-open-lightbox=\"no\"><img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" data-lazy-src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg\" alt=\"\"></a></a>            \n                <a href=\"#\">\n                        Load More                    \n                                                                                        </a>\n			<h2>Tulis Dukunganmu</h2>				\n					<p>Semua pesan dukungan yang masuk akan dimoderasi terlebih dahulu.</p>\n				<img src=\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg\" alt=\"John Doe\">\n							John Doe\n							Sony CEO\n							Awesome Theme\n												<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					     										<i>&#xE933;</i>\n					<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p></p>\n							7 Days Ago\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 283.4 512\" style=\"enable-background:new 0 0 283.4 512;\" xml:space=\"preserve\"><g><polygon points=\"54.5,256.3 283.4,485.1 256.1,512.5 0,256.3 0,256.3 27.2,229 256.1,0 283.4,27.4 \"/></g></svg>				\n					<form method=\"post\" name=\"New Form\" page=\"Profile\" page_id=\"2\" novalidate>\n			<input type=\"hidden\" name=\"post_id\" value=\"2\"/>\n			<input type=\"hidden\" name=\"form_id\" value=\"2eab682\"/>\n			<input type=\"hidden\" name=\"referer_title\" value=\"\" />\n														<label for=\"form-field-name\">\n									Name								</label>\n							<input size=\"1 \"type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" placeholder=\"Tuliskan Nama Lengkap Anda\">					\n														<label for=\"form-field-email\">\n									Email								</label>\n							<input size=\"1 \"type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" placeholder=\"Tuliskan Nama Email Anda (Opsional)\" required=\"required\" aria-required=\"true\">					\n														<label for=\"form-field-message\">\n									Message								</label>\n							<textarea name=\"form_fields[message]\" id=\"form-field-message\" rows=\"7\" placeholder=\"Tulis pesan dukungan anda disini...\"></textarea>					\n							<button type=\"submit\">\n																Kirim\n			</button>\n		</form>\n			© Copyright pppmulya.com 2023. All Rights Reserved.		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"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\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg>					</a>', 'Profile', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2023-07-14 19:04:00', '2023-07-14 19:04:00', '', 2, 'https://demo.unsap.ac.id/?p=961', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_css`
--

CREATE TABLE `wp0o_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_revslider_css`
--

INSERT INTO `wp0o_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wp0o_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wp0o_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_css_bkp`
--

CREATE TABLE `wp0o_revslider_css_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_revslider_css_bkp`
--

INSERT INTO `wp0o_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),
(2, '.tp-caption.small_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(3, '.tp-caption.medium_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(4, '.tp-caption.large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, NULL, '{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),
(15, '.tp-caption.black', NULL, NULL, NULL, '{\"color\":\"#000\",\"text-shadow\":\"none\"}'),
(16, '.tp-caption.noshadow', NULL, NULL, NULL, '{\"text-shadow\":\"none\"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', NULL, NULL, NULL, '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, NULL, '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, NULL, '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, NULL, '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, NULL, '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, NULL, '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_layer_animations`
--

CREATE TABLE `wp0o_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_layer_animations_bkp`
--

CREATE TABLE `wp0o_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_navigations`
--

CREATE TABLE `wp0o_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_navigations_bkp`
--

CREATE TABLE `wp0o_revslider_navigations_bkp` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_sliders`
--

CREATE TABLE `wp0o_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_sliders_bkp`
--

CREATE TABLE `wp0o_revslider_sliders_bkp` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_slides`
--

CREATE TABLE `wp0o_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_slides_bkp`
--

CREATE TABLE `wp0o_revslider_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_static_slides`
--

CREATE TABLE `wp0o_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_revslider_static_slides_bkp`
--

CREATE TABLE `wp0o_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_termmeta`
--

CREATE TABLE `wp0o_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_termmeta`
--

INSERT INTO `wp0o_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(8, 1, 'pagelayer_imported_id', '1'),
(9, 10, 'pagelayer_imported_id', '3599'),
(10, 11, 'pagelayer_imported_id', '3600'),
(11, 12, 'pagelayer_imported_id', '3601'),
(12, 13, 'pagelayer_imported_id', '3602'),
(13, 14, 'pagelayer_imported_id', '3603'),
(14, 15, 'pagelayer_imported_id', '3604'),
(15, 16, 'pagelayer_imported_id', '3605'),
(16, 17, 'pagelayer_imported_id', '3606'),
(17, 18, 'pagelayer_imported_id', '3607'),
(18, 19, 'pagelayer_imported_id', '3608'),
(19, 20, 'pagelayer_imported_id', '3609'),
(20, 21, 'pagelayer_imported_id', '3610'),
(21, 22, 'pagelayer_imported_id', '3611'),
(22, 23, 'pagelayer_imported_id', '3612'),
(23, 24, '_menu_item_wpmi', 'dashicons');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_terms`
--

CREATE TABLE `wp0o_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_terms`
--

INSERT INTO `wp0o_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(10, 'Eco', 'eco', 0),
(11, 'Ecology', 'ecology', 0),
(12, 'Enviroment', 'enviroment', 0),
(13, 'Management', 'management', 0),
(14, 'Nature', 'nature', 0),
(15, 'Plan', 'plan', 0),
(16, 'Planning', 'planning', 0),
(17, 'PLANS', 'plans', 0),
(18, 'Plants', 'plants', 0),
(19, 'Power', 'power', 0),
(20, 'Recycle', 'recycle', 0),
(21, 'Recycling', 'recycling', 0),
(22, 'Tree', 'tree', 0),
(23, 'Trees', 'trees', 0),
(24, 'Menu 1', 'menu-1', 0),
(25, 'program', 'program', 0),
(26, 'page', 'page', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_term_relationships`
--

CREATE TABLE `wp0o_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_term_relationships`
--

INSERT INTO `wp0o_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(23, 1, 0),
(23, 12, 0),
(23, 13, 0),
(23, 16, 0),
(23, 20, 0),
(23, 23, 0),
(24, 1, 0),
(24, 13, 0),
(24, 18, 0),
(24, 19, 0),
(24, 21, 0),
(25, 1, 0),
(25, 11, 0),
(25, 13, 0),
(25, 15, 0),
(25, 22, 0),
(26, 1, 0),
(26, 10, 0),
(26, 14, 0),
(26, 17, 0),
(26, 21, 0),
(26, 23, 0),
(364, 25, 0),
(366, 25, 0),
(406, 25, 0),
(408, 25, 0),
(410, 25, 0),
(412, 25, 0),
(520, 24, 0),
(522, 26, 0),
(645, 26, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_term_taxonomy`
--

CREATE TABLE `wp0o_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_term_taxonomy`
--

INSERT INTO `wp0o_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(10, 10, 'post_tag', '', 0, 0),
(11, 11, 'post_tag', '', 0, 0),
(12, 12, 'post_tag', '', 0, 0),
(13, 13, 'post_tag', '', 0, 0),
(14, 14, 'post_tag', '', 0, 0),
(15, 15, 'post_tag', '', 0, 0),
(16, 16, 'post_tag', '', 0, 0),
(17, 17, 'post_tag', '', 0, 0),
(18, 18, 'post_tag', '', 0, 0),
(19, 19, 'post_tag', '', 0, 0),
(20, 20, 'post_tag', '', 0, 0),
(21, 21, 'post_tag', '', 0, 0),
(22, 22, 'post_tag', '', 0, 0),
(23, 23, 'post_tag', '', 0, 0),
(24, 24, 'nav_menu', '', 0, 1),
(25, 25, 'category', '', 0, 6),
(26, 26, 'elementor_library_type', '', 0, 2);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_usermeta`
--

CREATE TABLE `wp0o_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_usermeta`
--

INSERT INTO `wp0o_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(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, 'wp0o_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp0o_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'addtoany_settings_pointer'),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"843c01ea766155c721972a6e879b7c2f3a8b38edf8d6e013b2dbc632f70bc70e\";a:4:{s:10:\"expiration\";i:1689407546;s:2:\"ip\";s:15:\"180.253.235.127\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15\";s:5:\"login\";i:1689234746;}}'),
(17, 1, 'wp0o_dashboard_quick_press_last_post_id', '37'),
(19, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"202.46.68.0\";}'),
(20, 1, 'wp0o_user-settings', 'libraryContent=browse&editor=tinymce'),
(21, 1, 'wp0o_user-settings-time', '1688920068'),
(22, 1, '_yoast_wpseo_profile_updated', '1689172758'),
(23, 1, 'wp0o_elementor_connect_common_data', 'a:3:{s:9:\"client_id\";s:32:\"GEpMbDWPDD1H6rwVDjbVbrWFkYCXCtXo\";s:11:\"auth_secret\";s:32:\"a1Ks00nVNhmU9LjpnIfktr3VbRdZbtpb\";s:5:\"state\";s:12:\"JSsuENWVw24K\";}'),
(24, 1, 'elementor_introduction', 'a:5:{s:27:\"ai-get-started-announcement\";b:1;s:18:\"yoast-introduction\";b:1;s:16:\"favorites-notice\";b:1;s:20:\"globals_introduction\";b:1;s:7:\"exit_to\";b:1;}'),
(26, 1, 'nav_menu_recently_edited', '24'),
(27, 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\";}'),
(28, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:12:\"wpmi_metabox\";i:1;s:28:\"add-post-type-e-landing-page\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";}'),
(29, 1, 'wpseo_title', ''),
(30, 1, 'wpseo_metadesc', ''),
(31, 1, 'wpseo_noindex_author', ''),
(32, 1, 'wpseo_content_analysis_disable', ''),
(33, 1, 'wpseo_keyword_analysis_disable', ''),
(34, 1, 'wpseo_inclusive_language_analysis_disable', ''),
(35, 1, 'facebook', ''),
(36, 1, 'instagram', ''),
(37, 1, 'linkedin', ''),
(38, 1, 'myspace', ''),
(39, 1, 'pinterest', ''),
(40, 1, 'soundcloud', ''),
(41, 1, 'tumblr', ''),
(42, 1, 'twitter', ''),
(43, 1, 'youtube', ''),
(44, 1, 'wikipedia', ''),
(45, 1, 'essential_adons_elementor_opt_in', '1'),
(46, 1, 'wpdeveloper_notices_seen', 'a:1:{s:24:\"wpdeveloper_notice_5_8_1\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"opt_in\";}}}'),
(48, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(49, 1, 'metaboxhidden_dashboard', 'a:8:{i:0;s:24:\"happy_addons_news_update\";i:1;s:13:\"wpmet-stories\";i:2;s:20:\"e-dashboard-overview\";i:3;s:18:\"dashboard_activity\";i:4;s:24:\"wp-dashboard-widget-news\";i:5;s:24:\"wpseo-dashboard-overview\";i:6;s:32:\"wpseo-wincher-dashboard-overview\";i:7;s:17:\"dashboard_primary\";}'),
(50, 1, 'wp0o_media_library_mode', 'list');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_users`
--

CREATE TABLE `wp0o_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_users`
--

INSERT INTO `wp0o_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BpgIYPiMn/FKwzYHL8nUOAzdXCFlca/', 'admin', 'admin@dev.unsap.ac.id', 'https://dev.unsap.ac.id', '2023-07-09 14:58:00', '', 0, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wc_comments_subscription`
--

CREATE TABLE `wp0o_wc_comments_subscription` (
  `id` int(11) NOT NULL,
  `email` varchar(100) NOT NULL,
  `subscribtion_id` int(11) NOT NULL,
  `post_id` int(11) NOT NULL,
  `subscribtion_type` varchar(20) NOT NULL,
  `activation_key` varchar(32) NOT NULL,
  `confirm` tinyint(4) DEFAULT 0,
  `subscription_date` timestamp NOT NULL DEFAULT current_timestamp(),
  `imported_from` varchar(25) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wc_feedback_forms`
--

CREATE TABLE `wp0o_wc_feedback_forms` (
  `id` int(11) NOT NULL,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `unique_id` varchar(15) NOT NULL,
  `question` varchar(255) NOT NULL,
  `opened` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `content` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wc_follow_users`
--

CREATE TABLE `wp0o_wc_follow_users` (
  `id` int(11) NOT NULL,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `user_email` varchar(100) NOT NULL,
  `user_name` varchar(255) NOT NULL,
  `follower_id` int(11) NOT NULL DEFAULT 0,
  `follower_email` varchar(100) NOT NULL,
  `follower_name` varchar(255) NOT NULL,
  `activation_key` varchar(32) NOT NULL,
  `confirm` tinyint(1) NOT NULL DEFAULT 0,
  `follow_timestamp` int(11) NOT NULL,
  `follow_date` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wc_phrases`
--

CREATE TABLE `wp0o_wc_phrases` (
  `id` int(11) NOT NULL,
  `phrase_key` varchar(100) NOT NULL,
  `phrase_value` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wc_users_rated`
--

CREATE TABLE `wp0o_wc_users_rated` (
  `id` int(11) NOT NULL,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `user_ip` varchar(32) NOT NULL DEFAULT '',
  `rating` int(11) NOT NULL,
  `date` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wc_users_voted`
--

CREATE TABLE `wp0o_wc_users_voted` (
  `id` int(11) NOT NULL,
  `user_id` varchar(32) NOT NULL,
  `comment_id` int(11) NOT NULL,
  `vote_type` int(11) DEFAULT NULL,
  `is_guest` tinyint(1) DEFAULT 0,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `date` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_wpfm_backup`
--

CREATE TABLE `wp0o_wpfm_backup` (
  `id` int(11) NOT NULL,
  `backup_name` text DEFAULT NULL,
  `backup_date` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_yoast_indexable`
--

CREATE TABLE `wp0o_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_yoast_indexable`
--

INSERT INTO `wp0o_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES
(1, 'https://demo.unsap.ac.id/home/', '30:25ea289a85ef3a3b2d3dd7902ac6783f', 29, 'post', 'page', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png', NULL, 'first-content-image', NULL, 13, 2, NULL, '2023-07-09 15:45:35', '2023-07-10 08:55:09', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-07-09 20:06:34', '2023-07-09 15:39:36', 0),
(2, 'https://demo.unsap.ac.id/', '25:efd4d030b765597ff2c112e2f183e1cd', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'My WordPress Blog', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, 7, NULL, '2023-07-09 15:45:35', '2023-07-14 12:04:01', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-14 19:04:00', '2023-07-09 19:11:40', NULL),
(3, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-09 15:45:35', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(4, 'https://demo.unsap.ac.id/author/admin/', '38:f9b14397aca83a80a9155dceac2f542e', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/69f0f5f1d8797f72f12470a651e58e50?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/69f0f5f1d8797f72f12470a651e58e50?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, 0, NULL, '2023-07-09 16:10:05', '2023-07-14 12:04:01', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-14 19:04:00', '2023-07-09 14:58:00', NULL),
(5, 'https://demo.unsap.ac.id/about/', '31:72e5e4cfc3293b20aabc45dbed014f85', 30, 'post', 'page', 0, 0, NULL, NULL, 'About', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 16:10:34', '2023-07-10 08:47:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 15:39:36', '2023-07-09 15:39:36', 0),
(6, 'https://demo.unsap.ac.id/blog/', '30:3ed6fb8abc4810afe9e343be5a5e5f76', 28, 'post', 'page', 0, 0, NULL, NULL, 'Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 16:10:34', '2023-07-10 08:47:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 15:39:36', '2023-07-09 15:39:36', 0),
(7, 'https://demo.unsap.ac.id/contact/', '33:32a2a962cbaa43d59172c0b1ea15c039', 31, 'post', 'page', 0, 0, NULL, NULL, 'Contact', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 16:10:34', '2023-07-10 08:47:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 15:39:36', '2023-07-09 15:39:36', 0),
(8, 'https://demo.unsap.ac.id/our-mission/', '37:959077afae8bfd63f3c2f9c2aeba75df', 27, 'post', 'page', 0, 0, NULL, NULL, 'Our Mission', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 16:10:34', '2023-07-10 08:47:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 15:39:36', '2023-07-09 15:39:36', 0),
(9, 'https://demo.unsap.ac.id/?page_id=3', '35:5dc9acf38aa166fc9f1c5a3135b9b22e', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-09 16:10:34', '2023-07-10 08:47:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 14:58:00', '2023-07-09 14:58:00', 0),
(10, 'https://demo.unsap.ac.id/', '25:efd4d030b765597ff2c112e2f183e1cd', 2, 'post', 'page', 1, 0, NULL, NULL, 'Profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg', NULL, 'first-content-image', NULL, 8, NULL, NULL, '2023-07-09 16:10:34', '2023-07-14 12:04:01', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2023-07-14 19:04:00', '2023-07-09 14:58:00', 0),
(11, 'https://demo.unsap.ac.id/tag/ecology/', '37:11945cd9942460b91da15f759e83f786', 11, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Ecology', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 16:52:42', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(12, 'https://demo.unsap.ac.id/?p=1', '29:91fd1f505264cf1c1bbb6410f5afb19a', 1, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 17:04:19', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 19:09:53', '2023-07-09 14:58:00', 0),
(13, 'https://demo.unsap.ac.id/?p=23', '30:2f54bf52afd5ee6f39ca1c736b52349b', 23, 'post', 'post', 0, 0, NULL, NULL, 'Climate crisis into the Mainstream and Engages', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 17:04:19', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 19:09:53', '2023-07-09 15:39:36', 0),
(14, 'https://demo.unsap.ac.id/?p=24', '30:60304cae89a0e75fcbc25f5950defed0', 24, 'post', 'post', 0, 0, NULL, NULL, 'Waste Management For Smart Businesses', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 17:04:19', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 19:09:53', '2023-07-09 15:39:36', 0),
(15, 'https://demo.unsap.ac.id/?p=25', '30:93c0702a9efcef3a8d24835b3f9edecb', 25, 'post', 'post', 0, 0, NULL, NULL, 'Trees Forever Statement on Derecho Storm', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 17:04:19', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 19:09:53', '2023-07-09 15:39:36', 0),
(16, 'https://demo.unsap.ac.id/?p=26', '30:73edec41e108d8bf2f28481430429152', 26, 'post', 'post', 0, 0, NULL, NULL, 'Five Public Sector Trends in Ecosystem Services', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 17:04:19', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 19:09:53', '2023-07-09 15:39:36', 0),
(17, 'https://demo.unsap.ac.id/category/uncategorized/', '48:9fa6451e979b94acdc7164e11948aac5', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 17:04:19', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(25, 'https://demo.unsap.ac.id/tag/eco/', '33:cfc3f7406a9c9e3581df35dfa3450028', 10, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Eco', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(26, 'https://demo.unsap.ac.id/tag/enviroment/', '40:f3df6bb051e190f91603b679b749c360', 12, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Enviroment', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(27, 'https://demo.unsap.ac.id/tag/management/', '40:002d8a544761fa2cfaa4c6aa22750279', 13, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Management', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(28, 'https://demo.unsap.ac.id/tag/nature/', '36:4241c952e37b320932db9eca6f0a3665', 14, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Nature', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(29, 'https://demo.unsap.ac.id/tag/plan/', '34:6989db0e43dfb05f77d24e5e54ad79cd', 15, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Plan', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(30, 'https://demo.unsap.ac.id/tag/planning/', '38:f98f394c715e80efe489e0195ed5b592', 16, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Planning', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(31, 'https://demo.unsap.ac.id/tag/plans/', '35:19d71f5198e7567aa230c64ed20d3cea', 17, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'PLANS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(32, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(33, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-09 17:04:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL),
(34, 'https://demo.unsap.ac.id/area-pendukung/', '40:acc384b3986cdb3c59ad363676ba3e9b', 193, 'post', 'page', 1, 0, NULL, NULL, 'Area Pendukung', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:09:20', '2023-07-10 08:47:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 17:08:54', '2023-07-09 17:08:54', 0),
(35, 'https://demo.unsap.ac.id/?page_id=195', '37:7cd62aec4f3e24dbc9900380da97a97c', 195, 'post', 'page', 1, 0, NULL, NULL, 'Area Pendukung', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-07-09 17:09:20', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 17:09:25', '2023-07-09 17:09:16', 0),
(36, 'https://demo.unsap.ac.id/galeri/', '32:fb4a4eddc99906da60dd3f7d8976f1b2', 199, 'post', 'page', 1, 0, NULL, NULL, 'Kegiatan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', NULL, 'first-content-image', NULL, 13, 1, NULL, '2023-07-09 17:10:06', '2023-07-10 16:35:30', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2023-07-10 16:34:30', '2023-07-09 17:09:56', 0),
(37, 'https://demo.unsap.ac.id/?wpr_mega_menu=wpr-mega-menu-item-205', '62:a64e3013538caa57bdfda5656da43d39', 211, 'post', 'wpr_mega_menu', 1, 0, NULL, NULL, 'wpr-mega-menu-item-205', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:14:24', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 17:14:24', '2023-07-09 17:14:24', 0),
(38, 'https://demo.unsap.ac.id/tag/plants/', '36:d3d3ebca773a532a8d685dbb5a7c9435', 18, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Plants', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:17:33', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(39, 'https://demo.unsap.ac.id/tag/power/', '35:d611c1c86cc42e4a842459a0abc5c7e4', 19, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Power', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:17:33', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(40, 'https://demo.unsap.ac.id/tag/recycle/', '37:37a15885bf36de5c26f9a20ea53e06c5', 20, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Recycle', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:17:33', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(41, 'https://demo.unsap.ac.id/tag/recycling/', '39:a925f069e7570c15c9fd3ac7846614fa', 21, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Recycling', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:17:33', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(42, 'https://demo.unsap.ac.id/tag/tree/', '34:225b430aebf9cbb4602f38e2b247c29c', 22, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Tree', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:17:33', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(43, 'https://demo.unsap.ac.id/tag/trees/', '35:6c16e7c7ba04a84dfb980071401bccb2', 23, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Trees', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 17:17:33', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL),
(44, 'https://demo.unsap.ac.id/slider/', '32:6687dfd242c9622706c9ebaba569e083', 224, 'post', 'page', 1, 0, NULL, NULL, 'Slider', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg', NULL, '225', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg', '225', 'featured-image', '{\"width\":348,\"height\":590,\"filesize\":12783,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg\",\"size\":\"full\",\"id\":225,\"alt\":\"\",\"pixels\":205320,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-07-09 17:27:59', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 17:28:27', '2023-07-09 17:28:27', 0),
(45, 'https://demo.unsap.ac.id/category/program/', '42:55abccc28d229fe41a43c38dca602195', 25, 'term', 'category', NULL, NULL, NULL, NULL, 'program', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2023-07-09 19:10:16', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-07-09 19:53:34', '2023-07-09 19:11:40', NULL),
(46, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/', '48:c72abf4d2e55a7c5780c27dcf9a4a20e', 364, 'post', 'post', 1, 0, NULL, NULL, 'Lorem Ipsum', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg', NULL, '239', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg', '239', 'featured-image', '{\"width\":913,\"height\":1024,\"filesize\":85013,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0036.jpg\",\"size\":\"full\",\"id\":239,\"alt\":\"\",\"pixels\":934912,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2023-07-09 19:10:48', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-07-09 19:11:40', '2023-07-09 19:11:40', 0),
(47, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/', '50:bc48365da6ffc438e00c8ace815472bc', 366, 'post', 'post', 1, 0, NULL, NULL, 'Lorem Ipsum 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg', NULL, '240', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg', '240', 'featured-image', '{\"width\":1024,\"height\":793,\"filesize\":94206,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0037.jpg\",\"size\":\"full\",\"id\":240,\"alt\":\"\",\"pixels\":812032,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2023-07-09 19:12:40', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 19:12:40', '2023-07-09 19:12:40', 0),
(48, 'https://demo.unsap.ac.id/informasi/', '35:1a65d175632f6f8dea99911de017b293', 396, 'post', 'page', 1, 0, NULL, NULL, 'Informasi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2023-07-09 19:45:53', '2023-07-10 08:47:38', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 19:45:52', '2023-07-09 19:45:52', 0),
(49, 'https://demo.unsap.ac.id/2023/07/09/baner-1/', '44:c3afa47f5d1f0f84298b65477df5237a', 406, 'post', 'post', 1, 0, NULL, NULL, 'Baner 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg', NULL, '254', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg', '254', 'featured-image', '{\"width\":1024,\"height\":1024,\"filesize\":87329,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0051.jpg\",\"size\":\"full\",\"id\":254,\"alt\":\"\",\"pixels\":1048576,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2023-07-09 19:51:50', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 19:51:49', '2023-07-09 19:51:49', 0),
(50, 'https://demo.unsap.ac.id/2023/07/09/baner-2/', '44:5dcc0bfbad77aefa524977679dfb11ce', 408, 'post', 'post', 1, 0, NULL, NULL, 'Baner 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg', NULL, '253', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg', '253', 'featured-image', '{\"width\":1024,\"height\":1024,\"filesize\":90740,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0050.jpg\",\"size\":\"full\",\"id\":253,\"alt\":\"\",\"pixels\":1048576,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2023-07-09 19:52:28', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 19:52:38', '2023-07-09 19:52:38', 0),
(51, 'https://demo.unsap.ac.id/2023/07/09/baner-3/', '44:7f406a8304a2e044472a6e3ec35210df', 410, 'post', 'post', 1, 0, NULL, NULL, 'Baner 3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0043.jpg', NULL, '246', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0043.jpg', '246', 'featured-image', '{\"width\":1024,\"height\":1023,\"filesize\":70844,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0043.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0043.jpg\",\"size\":\"full\",\"id\":246,\"alt\":\"\",\"pixels\":1047552,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2023-07-09 19:52:58', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 19:53:08', '2023-07-09 19:53:08', 0),
(52, 'https://demo.unsap.ac.id/2023/07/09/baner-4/', '44:58e4818efeb94145935bf11d76163e23', 412, 'post', 'post', 1, 0, NULL, NULL, 'Baner 4', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg', NULL, '249', 'featured-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg', '249', 'featured-image', '{\"width\":1024,\"height\":1024,\"filesize\":115668,\"url\":\"https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg\",\"path\":\"/home/u8620162/public_html/demo/wp-content/uploads/2023/07/IMG-20230707-WA0046.jpg\",\"size\":\"full\",\"id\":249,\"alt\":\"\",\"pixels\":1048576,\"type\":\"image/jpeg\"}', 0, 2, NULL, '2023-07-09 19:53:23', '2023-07-10 09:02:34', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2023-07-09 19:53:34', '2023-07-09 19:53:34', 0),
(53, 'https://demo.unsap.ac.id/my-profile/', '36:0b546a900be1090439decf7a0c0cb016', 426, 'post', 'page', 1, 0, NULL, NULL, 'My Profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg', NULL, 'first-content-image', NULL, 6, NULL, NULL, '2023-07-10 15:00:26', '2023-07-12 06:18:02', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2023-07-12 13:18:02', '2023-07-10 15:00:35', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_yoast_indexable_hierarchy`
--

CREATE TABLE `wp0o_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_yoast_indexable_hierarchy`
--

INSERT INTO `wp0o_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1, 0, 0, 1),
(2, 0, 0, 1),
(4, 0, 0, 1),
(5, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(8, 0, 0, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(13, 0, 0, 1),
(14, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(25, 0, 0, 1),
(26, 0, 0, 1),
(27, 0, 0, 1),
(28, 0, 0, 1),
(29, 0, 0, 1),
(30, 0, 0, 1),
(31, 0, 0, 1),
(32, 0, 0, 1),
(33, 0, 0, 1),
(34, 0, 0, 1),
(35, 0, 0, 1),
(36, 0, 0, 1),
(37, 0, 0, 1),
(38, 0, 0, 1),
(39, 0, 0, 1),
(40, 0, 0, 1),
(41, 0, 0, 1),
(42, 0, 0, 1),
(43, 0, 0, 1),
(44, 0, 0, 1),
(45, 0, 0, 1),
(46, 0, 0, 1),
(47, 0, 0, 1),
(48, 0, 0, 1),
(49, 0, 0, 1),
(50, 0, 0, 1),
(51, 0, 0, 1),
(52, 0, 0, 1),
(53, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_yoast_migrations`
--

CREATE TABLE `wp0o_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_yoast_migrations`
--

INSERT INTO `wp0o_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(23, '20211020091404'),
(24, '20230417083836');

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_yoast_primary_term`
--

CREATE TABLE `wp0o_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp0o_yoast_primary_term`
--

INSERT INTO `wp0o_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1, 364, 25, 'category', '2023-07-09 19:11:41', '2023-07-10 08:47:38', 1),
(2, 366, 25, 'category', '2023-07-09 19:12:40', '2023-07-10 08:47:38', 1),
(3, 406, 25, 'category', '2023-07-09 19:51:50', '2023-07-10 09:02:34', 1),
(4, 408, 25, 'category', '2023-07-09 19:52:39', '2023-07-10 09:02:34', 1),
(5, 410, 25, 'category', '2023-07-09 19:53:08', '2023-07-10 09:02:34', 1),
(6, 412, 25, 'category', '2023-07-09 19:53:34', '2023-07-10 09:02:34', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp0o_yoast_seo_links`
--

CREATE TABLE `wp0o_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Dumping data for table `wp0o_yoast_seo_links`
--

INSERT INTO `wp0o_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(108, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png', 29, 278, 'image-in', 1, NULL, 50, 50, 2156, NULL, NULL),
(109, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png', 29, 278, 'image-in', 1, NULL, 50, 50, 2156, NULL, NULL),
(110, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/funfacts-icon-1.png', 29, 278, 'image-in', 1, NULL, 50, 50, 2156, NULL, NULL),
(111, '#', 29, 29, 'internal', 1, 1, NULL, NULL, NULL, NULL, NULL),
(119, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0028-1.jpg', 29, 225, 'image-in', 1, NULL, 590, 348, 12783, NULL, NULL),
(203, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/', 29, 366, 'internal', 1, 47, NULL, NULL, NULL, NULL, NULL),
(204, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum-2/', 29, 366, 'internal', 1, 47, NULL, NULL, NULL, NULL, NULL),
(205, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/', 29, 364, 'internal', 1, 46, NULL, NULL, NULL, NULL, NULL),
(206, 'https://demo.unsap.ac.id/2023/07/09/lorem-ipsum/', 29, 364, 'internal', 1, 46, NULL, NULL, NULL, NULL, NULL),
(207, 'https://demo.unsap.ac.id/2023/07/09/baner-4/', 29, 412, 'internal', 1, 52, NULL, NULL, NULL, NULL, NULL),
(208, 'https://demo.unsap.ac.id/2023/07/09/baner-4/', 29, 412, 'internal', 1, 52, NULL, NULL, NULL, NULL, NULL),
(209, 'https://demo.unsap.ac.id/2023/07/09/baner-3/', 29, 410, 'internal', 1, 51, NULL, NULL, NULL, NULL, NULL),
(210, 'https://demo.unsap.ac.id/2023/07/09/baner-3/', 29, 410, 'internal', 1, 51, NULL, NULL, NULL, NULL, NULL),
(211, 'https://demo.unsap.ac.id/2023/07/09/baner-2/', 29, 408, 'internal', 1, 50, NULL, NULL, NULL, NULL, NULL),
(212, 'https://demo.unsap.ac.id/2023/07/09/baner-2/', 29, 408, 'internal', 1, 50, NULL, NULL, NULL, NULL, NULL),
(213, 'https://demo.unsap.ac.id/2023/07/09/baner-1/', 29, 406, 'internal', 1, 49, NULL, NULL, NULL, NULL, NULL),
(214, 'https://demo.unsap.ac.id/2023/07/09/baner-1/', 29, 406, 'internal', 1, 49, NULL, NULL, NULL, NULL, NULL),
(215, '#', 426, 29, 'internal', 53, 1, NULL, NULL, NULL, NULL, NULL),
(216, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg', 426, 251, 'image-in', 53, NULL, 512, 512, 22018, NULL, NULL),
(217, 'https://facebook.com', 426, NULL, 'external', 53, NULL, NULL, NULL, NULL, NULL, NULL),
(218, 'https://facebook.com', 426, NULL, 'external', 53, NULL, NULL, NULL, NULL, NULL, NULL),
(220, '#', 199, NULL, 'internal', 36, 2, NULL, NULL, NULL, NULL, NULL),
(222, '#', 199, NULL, 'internal', 36, 2, NULL, NULL, NULL, NULL, NULL),
(224, '#', 199, NULL, 'internal', 36, 2, NULL, NULL, NULL, NULL, NULL),
(226, '#', 199, NULL, 'internal', 36, 2, NULL, NULL, NULL, NULL, NULL),
(228, '#', 199, NULL, 'internal', 36, 2, NULL, NULL, NULL, NULL, NULL),
(230, '#', 199, NULL, 'internal', 36, 2, NULL, NULL, NULL, NULL, NULL),
(237, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', 199, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(238, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg', 199, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(239, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg', 199, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(240, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg', 199, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(241, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg', 199, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(242, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg', 199, NULL, 'internal', 36, NULL, NULL, NULL, NULL, NULL, NULL),
(243, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', 199, 244, 'image-in', 36, NULL, 738, 1020, 75536, NULL, NULL),
(244, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg', 199, 245, 'image-in', 36, NULL, 696, 1024, 81621, NULL, NULL),
(245, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg', 199, 247, 'image-in', 36, NULL, 1024, 768, 156626, NULL, NULL),
(246, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0034.jpg', 199, 237, 'image-in', 36, NULL, 1024, 768, 116066, NULL, NULL),
(247, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0033.jpg', 199, 236, 'image-in', 36, NULL, 683, 1024, 101487, NULL, NULL),
(248, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0031.jpg', 199, 234, 'image-in', 36, NULL, 680, 1024, 97430, NULL, NULL),
(255, 'https://demo.unsap.ac.id/galeri/', 426, 199, 'internal', 53, 36, NULL, NULL, NULL, NULL, NULL),
(300, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/3-768x384.jpg', 2, 276, 'image-in', 10, NULL, 1280, 2560, 65466, NULL, NULL),
(301, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0048.jpg', 2, 251, 'image-in', 10, NULL, 512, 512, 22018, NULL, NULL),
(308, '#', 2, NULL, 'internal', 10, 2, NULL, NULL, NULL, NULL, NULL),
(309, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0038.jpg', 2, 241, 'image-in', 10, NULL, 1024, 644, 81730, NULL, NULL),
(310, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg', 2, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(311, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg', 2, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(312, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg', 2, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(313, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', 2, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(314, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg', 2, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(315, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg', 2, NULL, 'internal', 10, NULL, NULL, NULL, NULL, NULL, NULL),
(316, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0047.jpg', 2, 250, 'image-in', 10, NULL, 1024, 577, 86132, NULL, NULL),
(317, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0044.jpg', 2, 247, 'image-in', 10, NULL, 1024, 768, 156626, NULL, NULL),
(318, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0042.jpg', 2, 245, 'image-in', 10, NULL, 696, 1024, 81621, NULL, NULL),
(319, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0041.jpg', 2, 244, 'image-in', 10, NULL, 738, 1020, 75536, NULL, NULL),
(320, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0039.jpg', 2, 242, 'image-in', 10, NULL, 473, 1024, 61667, NULL, NULL),
(321, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/IMG-20230707-WA0027.jpg', 2, 230, 'image-in', 10, NULL, 606, 415, 46044, NULL, NULL),
(328, 'https://demo.unsap.ac.id/wp-content/uploads/2023/07/testimoni-85-2.jpg', 2, 925, 'image-in', 10, NULL, 1080, 1080, 42654, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp0o_addonlibrary_addons`
--
ALTER TABLE `wp0o_addonlibrary_addons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp0o_addonlibrary_categories`
--
ALTER TABLE `wp0o_addonlibrary_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp0o_commentmeta`
--
ALTER TABLE `wp0o_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp0o_comments`
--
ALTER TABLE `wp0o_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp0o_e_events`
--
ALTER TABLE `wp0o_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wp0o_links`
--
ALTER TABLE `wp0o_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp0o_litespeed_url`
--
ALTER TABLE `wp0o_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wp0o_litespeed_url_file`
--
ALTER TABLE `wp0o_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wp0o_nextend2_image_storage`
--
ALTER TABLE `wp0o_nextend2_image_storage`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash` (`hash`);

--
-- Indexes for table `wp0o_nextend2_section_storage`
--
ALTER TABLE `wp0o_nextend2_section_storage`
  ADD PRIMARY KEY (`id`),
  ADD KEY `isSystem` (`isSystem`),
  ADD KEY `editable` (`editable`),
  ADD KEY `application` (`application`,`section`(50),`referencekey`(50)),
  ADD KEY `application_2` (`application`,`section`(50));

--
-- Indexes for table `wp0o_nextend2_smartslider3_generators`
--
ALTER TABLE `wp0o_nextend2_smartslider3_generators`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp0o_nextend2_smartslider3_sliders`
--
ALTER TABLE `wp0o_nextend2_smartslider3_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_status` (`slider_status`),
  ADD KEY `time` (`time`);

--
-- Indexes for table `wp0o_nextend2_smartslider3_sliders_xref`
--
ALTER TABLE `wp0o_nextend2_smartslider3_sliders_xref`
  ADD PRIMARY KEY (`group_id`,`slider_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `wp0o_nextend2_smartslider3_slides`
--
ALTER TABLE `wp0o_nextend2_smartslider3_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`),
  ADD KEY `publish_up` (`publish_up`),
  ADD KEY `publish_down` (`publish_down`),
  ADD KEY `generator_id` (`generator_id`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `slider` (`slider`),
  ADD KEY `thumbnail` (`thumbnail`(100));

--
-- Indexes for table `wp0o_options`
--
ALTER TABLE `wp0o_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp0o_postmeta`
--
ALTER TABLE `wp0o_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp0o_posts`
--
ALTER TABLE `wp0o_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp0o_revslider_css`
--
ALTER TABLE `wp0o_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_css_bkp`
--
ALTER TABLE `wp0o_revslider_css_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_layer_animations`
--
ALTER TABLE `wp0o_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_layer_animations_bkp`
--
ALTER TABLE `wp0o_revslider_layer_animations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_navigations`
--
ALTER TABLE `wp0o_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_navigations_bkp`
--
ALTER TABLE `wp0o_revslider_navigations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_sliders`
--
ALTER TABLE `wp0o_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_sliders_bkp`
--
ALTER TABLE `wp0o_revslider_sliders_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_slides`
--
ALTER TABLE `wp0o_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_slides_bkp`
--
ALTER TABLE `wp0o_revslider_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_static_slides`
--
ALTER TABLE `wp0o_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_revslider_static_slides_bkp`
--
ALTER TABLE `wp0o_revslider_static_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wp0o_termmeta`
--
ALTER TABLE `wp0o_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp0o_terms`
--
ALTER TABLE `wp0o_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp0o_term_relationships`
--
ALTER TABLE `wp0o_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp0o_term_taxonomy`
--
ALTER TABLE `wp0o_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp0o_usermeta`
--
ALTER TABLE `wp0o_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp0o_users`
--
ALTER TABLE `wp0o_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp0o_wc_comments_subscription`
--
ALTER TABLE `wp0o_wc_comments_subscription`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `subscribe_unique_index` (`subscribtion_id`,`email`,`post_id`),
  ADD KEY `subscribtion_id` (`subscribtion_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `confirm` (`confirm`);

--
-- Indexes for table `wp0o_wc_feedback_forms`
--
ALTER TABLE `wp0o_wc_feedback_forms`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_id` (`unique_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp0o_wc_follow_users`
--
ALTER TABLE `wp0o_wc_follow_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `follow_unique_key` (`user_email`,`follower_email`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `user_email` (`user_email`),
  ADD KEY `follower_id` (`follower_id`),
  ADD KEY `follower_email` (`follower_email`),
  ADD KEY `confirm` (`confirm`),
  ADD KEY `follow_timestamp` (`follow_timestamp`);

--
-- Indexes for table `wp0o_wc_phrases`
--
ALTER TABLE `wp0o_wc_phrases`
  ADD PRIMARY KEY (`id`),
  ADD KEY `phrase_key` (`phrase_key`);

--
-- Indexes for table `wp0o_wc_users_rated`
--
ALTER TABLE `wp0o_wc_users_rated`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp0o_wc_users_voted`
--
ALTER TABLE `wp0o_wc_users_voted`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `vote_type` (`vote_type`),
  ADD KEY `is_guest` (`is_guest`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `wp0o_wpfm_backup`
--
ALTER TABLE `wp0o_wpfm_backup`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp0o_yoast_indexable`
--
ALTER TABLE `wp0o_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`);

--
-- Indexes for table `wp0o_yoast_indexable_hierarchy`
--
ALTER TABLE `wp0o_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wp0o_yoast_migrations`
--
ALTER TABLE `wp0o_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp0o_yoast_migrations_version` (`version`);

--
-- Indexes for table `wp0o_yoast_primary_term`
--
ALTER TABLE `wp0o_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wp0o_yoast_seo_links`
--
ALTER TABLE `wp0o_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp0o_addonlibrary_addons`
--
ALTER TABLE `wp0o_addonlibrary_addons`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_addonlibrary_categories`
--
ALTER TABLE `wp0o_addonlibrary_categories`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_commentmeta`
--
ALTER TABLE `wp0o_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_comments`
--
ALTER TABLE `wp0o_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp0o_e_events`
--
ALTER TABLE `wp0o_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_links`
--
ALTER TABLE `wp0o_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_litespeed_url`
--
ALTER TABLE `wp0o_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `wp0o_litespeed_url_file`
--
ALTER TABLE `wp0o_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=303;

--
-- AUTO_INCREMENT for table `wp0o_nextend2_image_storage`
--
ALTER TABLE `wp0o_nextend2_image_storage`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `wp0o_nextend2_section_storage`
--
ALTER TABLE `wp0o_nextend2_section_storage`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10484;

--
-- AUTO_INCREMENT for table `wp0o_nextend2_smartslider3_generators`
--
ALTER TABLE `wp0o_nextend2_smartslider3_generators`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_nextend2_smartslider3_sliders`
--
ALTER TABLE `wp0o_nextend2_smartslider3_sliders`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp0o_nextend2_smartslider3_slides`
--
ALTER TABLE `wp0o_nextend2_smartslider3_slides`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp0o_options`
--
ALTER TABLE `wp0o_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2935;

--
-- AUTO_INCREMENT for table `wp0o_postmeta`
--
ALTER TABLE `wp0o_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6041;

--
-- AUTO_INCREMENT for table `wp0o_posts`
--
ALTER TABLE `wp0o_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=962;

--
-- AUTO_INCREMENT for table `wp0o_revslider_css`
--
ALTER TABLE `wp0o_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wp0o_revslider_css_bkp`
--
ALTER TABLE `wp0o_revslider_css_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `wp0o_revslider_layer_animations`
--
ALTER TABLE `wp0o_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_layer_animations_bkp`
--
ALTER TABLE `wp0o_revslider_layer_animations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_navigations`
--
ALTER TABLE `wp0o_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_navigations_bkp`
--
ALTER TABLE `wp0o_revslider_navigations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_sliders`
--
ALTER TABLE `wp0o_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_sliders_bkp`
--
ALTER TABLE `wp0o_revslider_sliders_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_slides`
--
ALTER TABLE `wp0o_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_slides_bkp`
--
ALTER TABLE `wp0o_revslider_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_static_slides`
--
ALTER TABLE `wp0o_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_revslider_static_slides_bkp`
--
ALTER TABLE `wp0o_revslider_static_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_termmeta`
--
ALTER TABLE `wp0o_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `wp0o_terms`
--
ALTER TABLE `wp0o_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp0o_term_taxonomy`
--
ALTER TABLE `wp0o_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp0o_usermeta`
--
ALTER TABLE `wp0o_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;

--
-- AUTO_INCREMENT for table `wp0o_users`
--
ALTER TABLE `wp0o_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp0o_wc_comments_subscription`
--
ALTER TABLE `wp0o_wc_comments_subscription`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_wc_feedback_forms`
--
ALTER TABLE `wp0o_wc_feedback_forms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_wc_follow_users`
--
ALTER TABLE `wp0o_wc_follow_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_wc_phrases`
--
ALTER TABLE `wp0o_wc_phrases`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_wc_users_rated`
--
ALTER TABLE `wp0o_wc_users_rated`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_wc_users_voted`
--
ALTER TABLE `wp0o_wc_users_voted`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_wpfm_backup`
--
ALTER TABLE `wp0o_wpfm_backup`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp0o_yoast_indexable`
--
ALTER TABLE `wp0o_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `wp0o_yoast_migrations`
--
ALTER TABLE `wp0o_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `wp0o_yoast_primary_term`
--
ALTER TABLE `wp0o_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp0o_yoast_seo_links`
--
ALTER TABLE `wp0o_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=332;
COMMIT;

/*!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 */;

AnonSec - 2021